Postgres Schemas
Models
User.set_schema("schema2").where(..).get()Migrations
$ masonite-orm migrate --schema schema2Connection Settings
"postgres": {
"driver": "postgres",
"host": "...",
"user": "..",
"password": "...",
"schema": "schema2"
},Last updated