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
TD_NF17_goupe4
Clinique Veterinaire
Commits
8459eff1
Commit
8459eff1
authored
Jun 12, 2019
by
Robin Bouvier
Browse files
Update JSON_CREATE.sql
parent
8eae1918
Changes
1
Show whitespace changes
Inline
Side-by-side
JSON/JSON_CREATE.sql
View file @
8459eff1
...
...
@@ -6,7 +6,6 @@ CREATE TABLE Animal VALUES (
dateNaissance
INTEGER
NOT
NULL
,
espece
VARCHAR
(
50
)
NOT
NULL
,
traitements
JSON
,
PRIMARY
KEY
(
id
),
FOREIGN
KEY
(
espece
)
REFERENCES
Especes
(
nom
),
CHECK
(
dernierPoids
>
0
),
CHECK
(
derniereTaille
>
0
)
...
...
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