Generate all changes into one migration file #73
SunriseCoder
started this conversation in
General
Replies: 1 comment 4 replies
-
|
I'm not sure of the purpose of that? It is best practice to have each table as a separate migration so that each table operation is atomic. If you're looking for all of your data to just be available as a migration from the start, I would suggest the Laravel |
Beta Was this translation helpful? Give feedback.
4 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.
-
Hello! Is there any way to generate all changes into a single migration file?
Beta Was this translation helpful? Give feedback.
All reactions