# Interface: TableDefinitionModel
Defined in: node_modules/.pnpm/rawsql-ts@0.21.1/node_modules/rawsql-ts/dist/src/models/TableDefinitionModel.d.ts:21
A description of a table that is rich enough to drive insert simulation.
Properties
name
name:
string
Defined in: node_modules/.pnpm/rawsql-ts@0.21.1/node_modules/rawsql-ts/dist/src/models/TableDefinitionModel.d.ts:23
The actual name of the table (including schema if provided).
columns
columns:
TableColumnDefinitionModel[]
Defined in: node_modules/.pnpm/rawsql-ts@0.21.1/node_modules/rawsql-ts/dist/src/models/TableDefinitionModel.d.ts:25
Columns in the order they are defined in the table.