PostgresqlMigrationPlanner constructor
const
PostgresqlMigrationPlanner({
- PostgresqlSchemaApplier schemaApplier = const PostgresqlSchemaApplier(),
- PostgresqlSchemaIntrospector schemaIntrospector = const PostgresqlSchemaIntrospector(),
Creates a PostgreSQL migration planner.
Implementation
const PostgresqlMigrationPlanner({
this.schemaApplier = const PostgresqlSchemaApplier(),
this.schemaIntrospector = const PostgresqlSchemaIntrospector(),
});