column
            Column
¶
    
              Bases: BaseModel
Represents a Column of a Table.
Source code in src/cloe_nessy/models/column.py
                
            _validate_generated_and_default_value(v)
¶
    Check if a column has a default value and is generated.
That doesn't make sense, so an error should be raised.
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 |