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
Francois Mares
NF18 - Projet SCF - Groupe 5
Commits
785eab05
Commit
785eab05
authored
May 20, 2021
by
Clement Lucas
Browse files
Update TABLE.sql
parent
a2cf275a
Changes
1
Hide whitespace changes
Inline
Side-by-side
SQL/TABLE.sql
View file @
785eab05
...
...
@@ -59,8 +59,8 @@ CREATE TYPE typeExcept AS ENUM('ajout', 'suppression');
CREATE
TABLE
Horaires
(
id_horaires
SERIAL
,
id_train
INTEGER
NOT
NULL
REFERENCES
Train
(
numero
),
dep
ar
t
TIME
NOT
NULL
,
arrive
e
TIME
NOT
NULL
,
arrivee_g
ar
e
TIME
NOT
NULL
,
depart_gar
e
TIME
NOT
NULL
,
arret
INTEGER
NOT
NULL
REFERENCES
Arret
(
id_arret
)
NOT
NULL
,
date_horaires
DATE
NOT
NULL
,
jour
typeJour
REFERENCES
Calendrier
(
jour
)
NOT
NULL
,
...
...
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