Basic options for all relationships are:
'option' | 'description' |
||
| foreign_name | The name of the related model, eg: user | ||
| foreign_key | The name of the foreign join key, eg: user_id |
'option' | 'description' |
||
| through_key | The name of the “through” table column for the foreign records. |