Expand description
Implementation of SQL CREATE COLUMN statements
Structs§
- Create
Column MySQL Data mysql
- Representation of the data of the creation of a column for the mysql dialect
- Create
Column Postgres Data postgres
- Representation of the data of the creation of a column for the mysql dialect
- Create
ColumnSQ Lite Data sqlite
- 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.