Closed go4cas closed 6 years ago
It would be really great if one could define recursive associations, i.e. a foreign key on the same table:
Example: category table: Columns:
category
- id (primary key) - title - parent_id (foreign key)
where parent_id would reference id
parent_id
id
I have managed to get this going, by manually editing the exported .json file, and re-importing:
Thanks, I'll take a look.
Site has been updated with recursive association support, sorry for the long delay.
It would be really great if one could define recursive associations, i.e. a foreign key on the same table:
Example:
category
table: Columns:where
parent_id
would referenceid