Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Gaetan Carabetta
projet_nf17_p19_tdg1_groupe2
Commits
d2fb65d1
Commit
d2fb65d1
authored
Jun 19, 2019
by
Gaetan Carabetta
Browse files
update sql
parent
c7d7f93e
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
application/BD/bd.sql
View file @
d2fb65d1
...
...
@@ -69,7 +69,7 @@ CREATE TABLE Medicament(
);
CREATE
TABLE
Traitement
(
idTraitement
INT
NOT
NULL
,
idTraitement
SERIAL
NOT
NULL
,
idAnimal
INT
NOT
NULL
,
idVeterinaire
INT
NOT
NULL
,
PRIMARY
KEY
(
idTraitement
),
...
...
application/BD/inserts.sql
View file @
d2fb65d1
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment