It is necesary to specify what DB format is wanted as the output of the command? #88
danyelgithub
started this conversation in
General
Replies: 1 comment
-
|
My question is because I got some migration files that only create (and drop) foreign keys, but Sqlite do not support $table->dropForeign so I need to manually comment this out to use the migrations. If I could somehow specify that I will use migrations in Sqlite, maybe that wouldn't happen |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I have a MySql DB and I want to use this tool to create the migrations from this DB, BUT, my test BD will be Sqlite. I have to do anything "special" to indicate that my target output migrations are intended for an Sqlite in memoty DB?
Beta Was this translation helpful? Give feedback.
All reactions