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. - Migration
Defaults
Enums§
- Default
Migration Type - The default type of migration that
sqlx migrate addshould create by default. - Default
Versioning - The default scheme that
sqlx migrate addshould use for version integers.