Expand description
Implementation of SQL CREATE TABLE statements
Structs§
- Create
Table Data - The representation of an create table operation.
Enums§
- Create
Table Impl - The implementation of the CreateTable trait for different database dialects.
Traits§
- Create
Table - The trait representing a create table builder