Skip to content

Instantly share code, notes, and snippets.

@PixiBixi
Created June 19, 2016 16:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PixiBixi/721789909004ac4ae9623fb7ccab5e72 to your computer and use it in GitHub Desktop.
Save PixiBixi/721789909004ac4ae9623fb7ccab5e72 to your computer and use it in GitHub Desktop.
Antho.sql
CREATE TABLE ACHETER_NOURRITURE(
IdRefCommande INTEGER NOT NULL REFERENCES COMMANDES,
IdRefConsommable INTEGER NOT NULL REFERENCES CONSOMMABLES,
QteConsoAchetee FLOAT NOT NULL
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment