beckenrode / mysql-workbench-export-laravel-5-migrations

A MySQL Workbench plugin which exports a Model to Laravel 5 Migrations
MIT License
898 stars 236 forks source link

Issue on supporting foreign keys relationship #46

Open rcadhikari opened 7 years ago

rcadhikari commented 7 years ago

This tool works great for normal table and indexing. I find two issues:

  1. Unable to generate foreign keys relations on the migration.

  2. Also, I reckon, we do not require to include engine type on each migration. $table->engine = 'InnoDB';