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