b3nl / laravel-mwb-model

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

Pivot tables result in errors #8

Open nhusby opened 8 years ago

nhusby commented 8 years ago

When pivot tables are specified in either command line or MySQL Workbench files, it causes errors preventing operation.

I attempted to fix it, but I inevitably gave up in favor of handling pivot tables manually. It looks like the issue stems from inconsistent use of model names, table names, and ids.

b3nl commented 8 years ago

yep, some pivots are not working correctly (#1). I am still not satisfied with my work, especially the pivot part.