Remove embedding disambiguation in favor of computed rels (#660)

* Add SQL snippets for ERDs
---------

Co-authored-by: steve-chavez <stevechavezast@gmail.com>
This commit is contained in:
Laurence Isla
2023-07-20 09:02:33 -05:00
committed by GitHub
co-authored by steve-chavez
parent c74b9c4efa
commit a6aa2adf04
7 changed files with 393 additions and 229 deletions
+7
View File
@@ -0,0 +1,7 @@
[Employees]
*id
first_name
last_name
+supervisor_id
Employees 1--* Employees
+7
View File
@@ -0,0 +1,7 @@
[Presidents]
*id
first_name
last_name
+predecessor_id
Presidents 1--? Presidents