mobility
mobility copied to clipboard
Allow composite foreign keys
Context
Using table backend on active record (postgres)
Expected Behavior
In translation method allow usage of compound foreign key, eg. article_type, article_id to eliminate usage extra unique column
Actual Behavior
Method crash on
Possible Fix
- check foreign key option for array, symbolize each item
- check foreign key option for array create JOIN with AND SQL