Module alter_table

Source
Expand description

Implementation of SQL ALTER TABLE statements

Structs§

AlterTableData
Representation of the data of an ALTER TABLE statement.

Enums§

AlterTableImpl
Implementation of the AlterTable trait for the different database dialects.
AlterTableOperation
Representation of operations to execute in the context of an ALTER TABLE statement.

Traits§

AlterTable
The trait representing an alter table builder