SyncFullSchemaTable interface
Properties of the table in the database full schema.
Properties
| columns | List of columns in the table of database full schema. |
| error |
Error id of the table. |
| has |
If there is error in the table. |
| name | Name of the table. |
| quoted |
Quoted name of the table. |
Property Details
columns
List of columns in the table of database full schema.
columns?: SyncFullSchemaTableColumn[]
Property Value
errorId
Error id of the table.
errorId?: string
Property Value
string
hasError
If there is error in the table.
hasError?: boolean
Property Value
boolean
name
Name of the table.
name?: string
Property Value
string
quotedName
Quoted name of the table.
quotedName?: string
Property Value
string