Expand description
Implementation of SQL CREATE COLUMN statements
Structs§
- Create
Column MySQL Data - Representation of the data of the creation of a column for the mysql dialect
- Create
Column Postgres Data - Representation of the data of the creation of a column for the mysql dialect
- Create
ColumnSQ Lite Data - Representation of the data of the creation of a column for the sqlite dialect
- SQLAnnotation
- Representation of an annotation
Enums§
- Create
Column Impl - Representation of the different implementations of the CreateColumn trait.
Traits§
- Create
Column - Trait representing the create table builder.