13 lines
162 B
Plaintext
13 lines
162 B
Plaintext
# Build using: -e ortho
|
|
|
|
entity {font: "FreeSans"}
|
|
relationship {font: "FreeMono"}
|
|
|
|
[Employees]
|
|
*id
|
|
first_name
|
|
last_name
|
|
+supervisor_id
|
|
|
|
Employees 1--* Employees
|