migrations-generator
migrations-generator copied to clipboard
how to add "table exist" validation inside each migration?
I want to generate a pull request to, optionally, add "Schema::hasTable" validation. I'm not sure if I can add this condition before each "create->table" programmatically or if there exist another automatic way to do the same thing. Thanks in advance
It would be very good!!!