Hi all, I am new to Railway and looking to migrate my heroku app over. My postgresql db has a defined schema. i.e {SCHEMA_NAME}.{TABLE_NAME}
I did notice all tables that were created using the Railway were placed in the PUBLIC schema. i.e PUBLIC.{TABLE_NAME}
I can see my imported data in the correct schema using my local database client, but can not see it on my Railway database GUI
Does Railway support access to defined schemas?