Trait ColumnTypeTrait
pub trait ColumnTypeTrait {
// Required methods
fn def(self) -> ColumnDef;
fn get_enum_name(&self) -> Option<&SeaRc<dyn Iden>>;
}
Expand description
SeaORM’s utility methods that act on ColumnType
Required Methods§
fn get_enum_name(&self) -> Option<&SeaRc<dyn Iden>>
fn get_enum_name(&self) -> Option<&SeaRc<dyn Iden>>
Get the name of the enum if this is a enum column