Module sea_query::table[][src]

Expand description

Table definition & alternations statements.

Usage

Structs

ColumnDef

Specification of a table column

Table

Helper for constructing any table statement

TableAlterStatement

Alter a table

TableCreateStatement

Create a table

TableDropStatement

Drop a table

TableRenameStatement

Rename a table

TableTruncateStatement

Drop a table

Enums

ColumnSpec

All column specification keywords

ColumnType

All column types

TableAlterOption

All available table alter options

TableDropOpt

All available table drop options

TableOpt

All available table options

TablePartition

All available table partition options

TableStatement

All available types of table statement