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
156ad3a1
Commit
156ad3a1
authored
May 19, 2021
by
Clement Lucas
Browse files
Mise à jour des fichiers .sql
parent
d4bfa7f1
Changes
1
Hide whitespace changes
Inline
Side-by-side
SQL/TABLE.sql
View file @
156ad3a1
...
...
@@ -63,7 +63,7 @@ CREATE TABLE Horaires (
arret
INTEGER
NOT
NULL
REFERENCES
Arret
(
id_arret
)
NOT
NULL
,
date_horaires
DATE
NOT
NULL
,
jour
typeJour
REFERENCES
Calendrier
(
jour
)
NOT
NULL
,
type_horaire
typeHoraire
NOT
NULL
NOT
NULL
,
type_horaire
typeHoraire
NOT
NULL
,
type_except
typeExcept
,
PRIMARY
KEY
(
id_horaires
),
CHECK
(
NOT
(
type_horaire
=
'régulier'
)
OR
type_except
=
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