* Add SQL snippets for ERDs --------- Co-authored-by: steve-chavez <stevechavezast@gmail.com>
8 lines
82 B
Plaintext
8 lines
82 B
Plaintext
[Presidents]
|
|
*id
|
|
first_name
|
|
last_name
|
|
+predecessor_id
|
|
|
|
Presidents 1--? Presidents
|