Expand description
Migration Definitions - Core types and structures for migrations
Defines the fundamental types used throughout the migration system including Migration, MigrationRecord, and MigrationConfig structures.
Structs§
- Migration
- Represents a database migration
- Migration
Config - Configuration for the migration system
- Migration
Record - Migration status in the database
- Migration
RunResult - Result of running migrations
- Rollback
Result - Result of rolling back migrations
Enums§
- Migration
Direction - Migration direction for execution
- Migration
Status - Migration status in the system