Is it possible to have a parent-id column that points to a existing column in the same table in the generated data?
Not like a parent table and a child table as described in other questions, but as a reference back to the same generated data.
This is an example of columns:
- id
- name
- parent_id <-- points to an existing id in the same generated data