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
In order to quickly create a new migration file, I'd like to have a command line tool to generate a migration file. The Laravel artisan commands for this can be a big inspiration.
Something I need to take into account, is that the namespace of the newly generated migration needs to fall into the namespace of the plugin itself. Perhaps this needs to be an extra parameter?
The text was updated successfully, but these errors were encountered:
In order to quickly create a new migration file, I'd like to have a command line tool to generate a migration file. The Laravel artisan commands for this can be a big inspiration.
Something I need to take into account, is that the namespace of the newly generated migration needs to fall into the namespace of the plugin itself. Perhaps this needs to be an extra parameter?
The text was updated successfully, but these errors were encountered: