SyncFullSchemaProperties interface

Properties of the database full schema.

Properties

lastUpdateTime

Last update time of the database schema.

tables

List of tables in the database full schema.

Property Details

lastUpdateTime

Last update time of the database schema.

lastUpdateTime?: Date

Property Value

Date

tables

List of tables in the database full schema.

tables?: SyncFullSchemaTable[]

Property Value