Skip to content

Instantly share code, notes, and snippets.

@pigmonchu
Created November 29, 2021 17:10
Show Gist options
  • Save pigmonchu/cb1896e6fad269286e902d5a4a2c0f25 to your computer and use it in GitHub Desktop.
Save pigmonchu/cb1896e6fad269286e902d5a4a2c0f25 to your computer and use it in GitHub Desktop.
+----------------+ +-----------------+
| FABRICANTES | | ARTICULOS |
+----------------+ 1..1 +-----------------+
| id: int (pKey) |-------+ | id: int (pKey) |
| nombre: Text | | | nombre: Text |
+----------------+ | | precio: Real |
+------| fabricante: int |
0..n +-----------------+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment