standalone-migrations
standalone-migrations copied to clipboard
Is there a way to get the DB schema name prefixed in schema.rb
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!