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
How to generate migrations when using oracle as a db . Basically I have 3 DB 1 is mysql rest 2 are oracle with different connection names.
What I am trying to do is to connect and make migrations for oracle DB and the issue is whenever I am trying to connect to oracle its not able to fetch the database tables for second table (out of two oracle db's) , it always shows the first table contents even if I mention the connection .
The text was updated successfully, but these errors were encountered:
How to generate migrations when using oracle as a db . Basically I have 3 DB 1 is mysql rest 2 are oracle with different connection names.
What I am trying to do is to connect and make migrations for oracle DB and the issue is whenever I am trying to connect to oracle its not able to fetch the database tables for second table (out of two oracle db's) , it always shows the first table contents even if I mention the connection .
The text was updated successfully, but these errors were encountered: