Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to generate migrations for Oracle #188

Open
coolSumanta opened this issue Jul 2, 2019 · 1 comment
Open

How to generate migrations for Oracle #188

coolSumanta opened this issue Jul 2, 2019 · 1 comment

Comments

@coolSumanta
Copy link

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 .

@djunehor
Copy link

djunehor commented Nov 6, 2019

Install this package:https://github.com/yajra/laravel-oci8 and see if it helps you generate migration for oracle

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants