Expand description
Configuration for migrations when executed using sqlx::migrate!() or through sqlx-cli.
See migrate::Config for details.
Structs§
- Config
- Configuration for migrations when executed using sqlx::migrate!()or throughsqlx-cli.
- MigrationDefaults 
Enums§
- DefaultMigration Type 
- The default type of migration that sqlx migrate addshould create by default.
- DefaultVersioning 
- The default scheme that sqlx migrate addshould use for version integers.