b3nl/laravel-mwb-model

Pivot tables result in errors

Opened this issue · 1 comments

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

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