Structs§
- Migration
Plan - A single versioned migration, grouping a set of
MigrationActions under a version number.
Enums§
- Migration
Action - A single schema change produced by the planner and consumed by the SQL generator.
- Narrowing
Strategy - How an existing row that violates the new (narrowed) column type should
be transformed before the
ALTER COLUMN TYPEstatement runs.