You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a 'pluggable' application whose db models/tables are to go into their own schema.
ie plug_schema_name.table_name
With a freshly created database (where there no schemas yet in place), is there any way to create the schema by the 'pluggable' application before create_tables is run by the 'plugged' application?
The text was updated successfully, but these errors were encountered:
I have a 'pluggable' application whose db models/tables are to go into their own schema.
ie plug_schema_name.table_name
With a freshly created database (where there no schemas yet in place), is there any way to create the schema by the 'pluggable' application before create_tables is run by the 'plugged' application?
The text was updated successfully, but these errors were encountered: