Expand description
Implementation of SQL ALTER TABLE statements
Structs§
- Alter
Table Data - Representation of the data of an ALTER TABLE statement.
Enums§
- Alter
Table Impl - Implementation of the AlterTable trait for the different database dialects.
- Alter
Table Operation - Representation of operations to execute in the context of an ALTER TABLE statement.
Traits§
- Alter
Table - The trait representing an alter table builder