Module create_table

Source
Expand description

Implementation of SQL CREATE TABLE statements

Structs§

CreateTableData
The representation of an create table operation.

Enums§

CreateTableImpl
The implementation of the CreateTable trait for different database dialects.

Traits§

CreateTable
The trait representing a create table builder