Skip to content
# Interface: TableDefinitionModel

Defined in: packages/core/src/models/TableDefinitionModel.ts:28

A description of a table that is rich enough to drive insert simulation.

Properties

name

name: string

Defined in: packages/core/src/models/TableDefinitionModel.ts:30

The actual name of the table (including schema if provided).


columns

columns: TableColumnDefinitionModel[]

Defined in: packages/core/src/models/TableDefinitionModel.ts:32

Columns in the order they are defined in the table.

Released under the MIT License.