Xethron / migrations-generator

Laravel Migrations Generator: Automatically generate your migrations from an existing database schema.
MIT License
3.33k stars 586 forks source link

Make all tables innodb? #55

Open jahanzebk opened 9 years ago

jahanzebk commented 9 years ago

Hey, could you make an option so we could make it generate all inno db tables? You really just need to make it add the line $table->engine = "InnoDB"; to each create file, and I looked through it but I just couldn't find where I would make changes to make this possible.