Database structure diagram
Signed-off-by: fly <merspieler@airmail.cc>
This commit is contained in:
parent
d23f982021
commit
79edf73e96
1 changed files with 15 additions and 0 deletions
15
db
Normal file
15
db
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
topLevel secondLevel tile
|
||||||
|
-------- ----------- ----
|
||||||
|
id <int> <pk> <-| id <int> <pk> <-| id <int> <pk>
|
||||||
|
name <str> |------ parent_id <int> |------ parent_id <int>
|
||||||
|
status_id <int> name <str> name <int>
|
||||||
|
| status_id <int> status_id <int>
|
||||||
|
| | |
|
||||||
|
| v |
|
||||||
|
|---------------------->|<----------------------|
|
||||||
|
|
|
||||||
|
|
|
||||||
|
status |
|
||||||
|
------ |
|
||||||
|
id <int> <pk> <-----------------|
|
||||||
|
name <str>
|
Loading…
Add table
Reference in a new issue