Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 168 Bytes

File metadata and controls

18 lines (15 loc) · 168 Bytes

Erd (Entity Relationship Diagram)

lang = erd

[Person]
*name
height
weight
+birth_location_id

[Location]
*id
city
state
country

Person *--1 Location