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
e46a67f2
Commit
e46a67f2
authored
May 09, 2021
by
Clement Lucas
Browse files
Update scf.sql
parent
80316362
Changes
1
Hide whitespace changes
Inline
Side-by-side
scf.sql
View file @
e46a67f2
...
...
@@ -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