Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
projet_nf17_p19_tdg1_groupe2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gaetan Carabetta
projet_nf17_p19_tdg1_groupe2
Commits
d2fb65d1
Commit
d2fb65d1
authored
Jun 19, 2019
by
Gaetan Carabetta
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update sql
parent
c7d7f93e
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
139 additions
and
139 deletions
+139
-139
application/BD/bd.sql
application/BD/bd.sql
+1
-1
application/BD/inserts.sql
application/BD/inserts.sql
+138
-138
No files found.
application/BD/bd.sql
View file @
d2fb65d1
...
@@ -69,7 +69,7 @@ CREATE TABLE Medicament(
...
@@ -69,7 +69,7 @@ CREATE TABLE Medicament(
);
);
CREATE
TABLE
Traitement
(
CREATE
TABLE
Traitement
(
idTraitement
INT
NOT
NULL
,
idTraitement
SERIAL
NOT
NULL
,
idAnimal
INT
NOT
NULL
,
idAnimal
INT
NOT
NULL
,
idVeterinaire
INT
NOT
NULL
,
idVeterinaire
INT
NOT
NULL
,
PRIMARY
KEY
(
idTraitement
),
PRIMARY
KEY
(
idTraitement
),
...
...
application/BD/inserts.sql
View file @
d2fb65d1
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
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