Add embedding disambiguation section (#290)

This commit is contained in:
Steve Chavez
2020-01-06 09:43:54 -05:00
committed by GitHub
parent e47d19d4dc
commit 4cd05681dd
4 changed files with 126 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
This files were created with https://github.com/BurntSushi/erd/.
You can go download erd from https://github.com/BurntSushi/erd/releases and then do:
```bash
./erd_static-x86-64 -i erd/film.er -o _static/film.png
```
+15
View File
@@ -0,0 +1,15 @@
[Addresses]
*id
name
city
state
postal_code
[Orders]
*id
name
+billing_address_id
+shipping_address_id
Orders *--1 Addresses
Orders *--1 Addresses