type alias TableDefinition The shape that defines a table: its name, primary key, and column schema. Type Parameters Row Properties name: string primaryKey: keyof Row & string schema: TableSchema<Row>