macro_rules! mysql_migration {
    ($state:ty, $op:ty, $app_name:expr, $parents:expr, $operations:expr) => { ... };
    ($op:ty, $app_name:expr, $parents:expr, $operations:expr) => { ... };
}
Available on crate feature mysql only.
Expand description

Macro for implementing the migration macro for the MySql.

This macro calls migration macro with db value already set asg sqlx::MySql