macro_rules! any_migration {
    ($state:ty, $op:ty, $app_name:expr, $parents:expr, $operations:expr) => { ... };
    ($op:ty, $app_name:expr, $parents:expr, $operations:expr) => { ... };
}
Available on (crate features postgres or mysql or sqlite) and crate feature any only.
Expand description

Macro for implementing the migration macro for the Any.

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