SyncGroupSchemaTableColumn interface
Properties of column in sync group table.
Properties
data |
Data size of the column. |
data |
Data type of the column. |
quoted |
Quoted name of sync group table 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
quotedName
Quoted name of sync group table column.
quotedName?: string
Property Value
string