SyncFullSchemaTableColumn interface

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

Properties

dataSize

Data size of the column.

dataType

Data type of the column.

errorId

Error id of the column.

hasError

If there is error in the table.

isPrimaryKey

If it is the primary key of the table.

name

Name of the column.

quotedName

Quoted name of the column.

Property Details

dataSize

Data size of the column.

dataSize?: string

Property Value

string

dataType

Data type of the column.

dataType?: string

Property Value

string

errorId

Error id of the column.

errorId?: string

Property Value

string

hasError

If there is error in the table.

hasError?: boolean

Property Value

boolean

isPrimaryKey

If it is the primary key of the table.

isPrimaryKey?: boolean

Property Value

boolean

name

Name of the column.

name?: string

Property Value

string

quotedName

Quoted name of the column.

quotedName?: string

Property Value

string