Macro postgres_migration

Source
macro_rules! postgres_migration {
    ($op:ty, $app_name:expr, $migration_name:expr, $parents:expr, $operations:expr) => { ... };
}
Available on crate feature postgres only.
Expand description

Macro for implementing the migration macro for the Postgres.

This macro calls migration macro with db value already set as sqlx::Postgres