feat: 가상화 문서들 추가
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
# 기준선 스키마의 관계
|
||||
# Question: 현재 기준선에서 users, pages, feed_items, highlights는 어떻게 연결되는가?
|
||||
direction: right
|
||||
n0: "users" {
|
||||
shape: rectangle
|
||||
}
|
||||
n1: "pages" {
|
||||
shape: rectangle
|
||||
}
|
||||
n2: "feed_items" {
|
||||
shape: rectangle
|
||||
}
|
||||
n3: "highlights" {
|
||||
shape: rectangle
|
||||
}
|
||||
n0 -> n2: "1:N"
|
||||
n1 -> n2: "1:N"
|
||||
n2 -> n3: "1:N"
|
||||
Reference in New Issue
Block a user