pwweb / artomator

Artomator: Custom commands making life easier for Laravel.
MIT License
4 stars 1 forks source link

Building from Table doesn't create a Migration file #26

Closed rabrowne85 closed 4 years ago

rabrowne85 commented 4 years ago

When the builder is used to inspect a table, the Migration file is not created.

rabrowne85 commented 4 years ago

Workaround is to generate the files based on the DB table and then use the .json file generated to build the migration file.