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
9f603064
Commit
9f603064
authored
Jun 19, 2019
by
Oswaldo Aldair Alanis Mayorga
Browse files
Update bd.sql
parent
4b0db7b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
application/BD/bd.sql
View file @
9f603064
...
...
@@ -4,7 +4,7 @@ CREATE TABLE ClasseEspece(
);
CREATE
TABLE
Client
(
idClient
INT
NOT
NULL
,
idClient
SERIAL
NOT
NULL
,
nom
VARCHAR
(
30
)
NOT
NULL
,
prenom
VARCHAR
(
30
)
NOT
NULL
,
ddn
DATE
NOT
NULL
,
...
...
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