standalone-migrations icon indicating copy to clipboard operation
standalone-migrations copied to clipboard

Is there a way to get the DB schema name prefixed in schema.rb

Open williamkaper opened this issue 2 years ago • 0 comments

Hi all,

Is there a way to get the DB Schema name prefixed in Schema.rb. I have 3 schema's defined in my config.yml, but when my schema.rb generates after a migration, even if the migration specified the correct DB schema name, it only puts the table name in the schema.rb file. I saw in your instructions how to handle multiple DBs. Would multiple DB schemas follow the same pattern?

Thanks!

williamkaper avatar Dec 07 '23 01:12 williamkaper