Skip to content

Example generating self-referential data #441

@kevinmichaelchen

Description

@kevinmichaelchen

Is there an example of a self-referential table?

example: I'm implementing a tree of nodes.

The node table has a nullable parent_id column.

How would I implement trees of arbitrary depth?

Currently, every node is just referencing itself.

{
  "otherStuff": "excludedForBrevity",
  "parent_id": {
    "type": "same_as",
    "ref": "org_unit.content.id"
  }
}

Is there a way to change the ref so it's not referencing its own id column?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions