Skip to content

Instantly share code, notes, and snippets.

@worldofprasanna
Created August 14, 2019 10:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save worldofprasanna/bd6a8c25ee8cd5c9487a307f3f4bd13c to your computer and use it in GitHub Desktop.
Save worldofprasanna/bd6a8c25ee8cd5c9487a307f3f4bd13c to your computer and use it in GitHub Desktop.
Schema:
Entity:
- id
- name
- parent
Sample Data:
╔══════╦══════╦════════╗
║ id ║ name ║ parent ║
╠══════╬══════╬════════╣
║ 1 ║ A ║ - ║
║ 2 ║ B ║ 1 ║
║ 3 ║ C ║ 2 ║
║ 4 ║ D ║ 3 ║
╚══════╩══════╩════════╝
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment