Module rorm_sql::create_column
source · Expand description
Implementation of SQL CREATE COLUMN statements
Structs
- Representation of the data of the creation of a column for the mysql dialect
- CreateColumnPostgresData
postgresRepresentation of the data of the creation of a column for the mysql dialect - CreateColumnSQLiteData
sqliteRepresentation of the data of the creation of a column for the sqlite dialect - Representation of an annotation
Enums
- Representation of the different implementations of the CreateColumn trait.
Traits
- Trait representing the create table builder.