Skip to content
whoisix edited this page Mar 17, 2022 · 3 revisions

relation

1-1

"table1" "1" ||--|| "1" "table2"

1-n

"table1" "1" ||--|{ "n" "table2"

n-1

"table1" "n" }|--|| "1" "table2"

n-n

"table1" "n" }|--|{ "n" "table2"

Clone this wiki locally