Class TableColumn (0.3.0)

TableColumn(name: str, type: str, is_null: bool = True)

Represents column configuration, to be used as part of create DDL statement for table creation.

Attributes

Name Description
column_name :noindex: str
The name of the column.
type :noindex: str
The type of the column.
is_null :noindex: bool
Indicates whether the column allows null values.