Package version:

Interface SyncFullSchemaTableColumn

Properties of the column in the table of database full schema.

Hierarchy

  • SyncFullSchemaTableColumn

Properties

dataSize?: string

Data size of the column. NOTE: This property will not be serialized. It can only be populated by the server.

dataType?: string

Data type of the column. NOTE: This property will not be serialized. It can only be populated by the server.

errorId?: string

Error id of the column. NOTE: This property will not be serialized. It can only be populated by the server.

hasError?: boolean

If there is error in the table. NOTE: This property will not be serialized. It can only be populated by the server.

isPrimaryKey?: boolean

If it is the primary key of the table. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Name of the column. NOTE: This property will not be serialized. It can only be populated by the server.

quotedName?: string

Quoted name of the column. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc