Structs§
- Applied
Migration - Migration
- Migrator
- A resolved set of migrations, ready to be run.
Enums§
- Migrate
Error - Migration
Type - Migration Type represents the type of migration
Traits§
- Migrate
- Migrate
Database - Migration
Source - In the default implementation, a MigrationSource is a directory which
contains the migration SQL scripts. All these scripts must be stored in
files with names using the format
<VERSION>_<DESCRIPTION>.sql
, where<VERSION>
is a string that can be parsed intoi64
and its value is greater than zero, and<DESCRIPTION>
is a string.