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
37bc66e5
Commit
37bc66e5
authored
Jun 12, 2019
by
Robin Bouvier
Browse files
Upload New File
parent
0fd373fe
Changes
1
Hide whitespace changes
Inline
Side-by-side
JSON/JSON_CREATE.sql
0 → 100644
View file @
37bc66e5
CREATE
TABLE
Animal
VALUES
(
id
INTERGER
PRIMARY
KEY
,
nom
VARCHAR
(
50
)
NOT
NULL
,
dernierPoids
INTEGER
NOT
NULL
,
derniereTaille
INTEGER
NOT
NULL
,
dateNaissance
INTEGER
NOT
NULL
,
traitements
JSON
);
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