PostgresqlMigrationPlanner constructor

const PostgresqlMigrationPlanner({
  1. PostgresqlSchemaApplier schemaApplier = const PostgresqlSchemaApplier(),
  2. PostgresqlSchemaIntrospector schemaIntrospector = const PostgresqlSchemaIntrospector(),
})

Creates a PostgreSQL migration planner.

Implementation

const PostgresqlMigrationPlanner({
  this.schemaApplier = const PostgresqlSchemaApplier(),
  this.schemaIntrospector = const PostgresqlSchemaIntrospector(),
});