b3nl / laravel-mwb-model

Converts an MySQL Workbench Model to laravel counterparts.
MIT License
14 stars 2 forks source link

Intermittently removes "e" from table names #6

Closed nhusby closed 8 years ago

nhusby commented 8 years ago

When generating models and migrations for a table named articles, it creates articls instead or articles, but does not do this for table articles_contributors, fields, comments, or views.

b3nl commented 8 years ago

Ist fixed with #7. Right?