Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jul 2, 2024. It is now read-only.

Commit 70f3838

Browse files
Add RDBMS relationships mindmap
1 parent b6b1030 commit 70f3838

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

‎mindmaps/rdbms-relationship.mmd

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
---
2+
Database relationships
3+
---
4+
5+
mindmap
6+
root(Relationships)
7+
::{{Constraints}}
8+
pk[Primary key]
9+
::icon(fas fa-key)
10+
fk[Foreigh key]
11+
::(1-to-1)
12+
::{{unique foreign key}}
13+
::[table]
14+
::icon(fas fa-a)
15+
::[table]
16+
::icon(fas fa-b)
17+
::(1-to-N)
18+
::{{foreign key}}
19+
::[table]
20+
::icon(fas fa-a)
21+
::[table]
22+
::icon(fas fa-b)
23+
m2m(Many-to-many)
24+
::[relation table]
25+
::icon(fas fa-table)
26+
::[table]
27+
::icon(fas fa-a)
28+
::[table]
29+
::icon(fas fa-b)

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /