Module table
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§
- AddColumn
Option  - table alter add column options
 - Column
Def  - Specification of a table column
 - Table
 - Helper for constructing any table statement
 - Table
Alter Statement  - Alter a table
 - Table
Create Statement  - Create a table
 - Table
Drop Statement  - Drop a table
 - Table
Rename Statement  - Rename a table
 - Table
Truncate Statement  - Drop a table
 
Enums§
- Column
Spec  - All column specification keywords
 - Column
Type  - All column types
 - PgInterval
 - String
Len  - Length for var-char/binary; default to 255
 - Table
Alter Option  - All available table alter options
 - Table
Drop Opt  - All available table drop options
 - Table
Opt  - All available table options
 - Table
Partition  - All available table partition options
 - Table
Statement  - All available types of table statement