Module create_column

Module create_column 

Source
Expand description

Implementation of SQL CREATE COLUMN statements

Structs§

CreateColumnMySQLData
Representation of the data of the creation of a column for the mysql dialect
CreateColumnPostgresData
Representation of the data of the creation of a column for the mysql dialect
CreateColumnSQLiteData
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.