PostgresqlMigrationPlan constructor
const
PostgresqlMigrationPlan({})
Creates a migration plan.
Implementation
const PostgresqlMigrationPlan({
required this.statements,
required this.warnings,
this.requiresRebuild = false,
});