Module create_column

Source
Expand description

Implementation of SQL CREATE COLUMN statements

Structs§

CreateColumnMySQLDatamysql
Representation of the data of the creation of a column for the mysql dialect
CreateColumnPostgresDatapostgres
Representation of the data of the creation of a column for the mysql dialect
CreateColumnSQLiteDatasqlite
Representation of the data of the creation of a column for the sqlite dialect
SQLAnnotation
Representation of an annotation

Enums§

CreateColumnImpl
Representation of the different implementations of the CreateColumn trait.

Traits§

CreateColumn
Trait representing the create table builder.