Expand description
Table definition & alternations statements.
§Usage
- Table Create, see
TableCreateStatement
- Table Alter, see
TableAlterStatement
- Table Drop, see
TableDropStatement
- Table Rename, see
TableRenameStatement
- Table Truncate, see
TableTruncateStatement
Structs§
- table alter add column options
- Specification of a table column
- Helper for constructing any table statement
- Alter a table
- Create a table
- Drop a table
- Rename a table
- Drop a table
Enums§
- All column specification keywords
- All column types
- Length for var-char/binary; default to 255
- All available table alter options
- All available table drop options
- All available table options
- All available table partition options
- All available types of table statement