column
Column
¶
Bases: BaseModel
Represents a Column of a Table.
Source code in src/cloe_nessy/models/column.py
data_type_transform(raw)
¶
Map potential aliases to the correct SQL data type.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
raw
|
str
|
The value for the data type. |
required |