OnMigratorPostgres constructor

OnMigratorPostgres({
  1. String schema = "public",
})

Implementation

OnMigratorPostgres({this.schema = "public"});