Module rorm_sql::alter_table

source ·
Expand description

Implementation of SQL ALTER TABLE statements

Structs

Representation of the data of an ALTER TABLE statement.

Enums

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

Traits

The trait representing an alter table builder