mysql-workbench-export-laravel-5-migrations
mysql-workbench-export-laravel-5-migrations copied to clipboard
Issue on supporting foreign keys relationship
This tool works great for normal table and indexing. I find two issues:
-
Unable to generate foreign keys relations on the migration.
-
Also, I reckon, we do not require to include engine type on each migration.
$table->engine = 'InnoDB';