Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
Dbs1 Coder Working Space
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Till Studer
Dbs1 Coder Working Space
Commits
3354217a
Commit
3354217a
authored
1 year ago
by
Dominik Bühler
Browse files
Options
Downloads
Patches
Plain Diff
changed some datatypes and removed last comma
parent
de69e52f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
dbs/zirkus/relationales_modell.sql
+8
-8
8 additions, 8 deletions
dbs/zirkus/relationales_modell.sql
with
8 additions
and
8 deletions
dbs/zirkus/relationales_modell.sql
+
8
−
8
View file @
3354217a
Auff
ü
hrung
(
ID
INTEGER
,
MaxZuschauer
INTEGER
NOT
NULL
,
MaxZuschauer
INTEGER
NOT
NULL
)
Zuschauer
(
ID
INTEGER
,
Nachname
VARCHAR
(
80
)
NOT
NULL
,
Vorname
VARCHAR
(
80
)
NOT
NULL
,
Vorname
VARCHAR
(
80
)
NOT
NULL
)
Besucht
(
ZuschauerID
REFERENCES
Zuschauer
,
Auff
ü
hrungID
REFERENCES
Auff
ü
hrung
,
Auff
ü
hrungID
REFERENCES
Auff
ü
hrung
)
Auff
ü
hrungsmitglied
(
ID
INTEGER
,
Nachname
VARCHAR
(
80
)
NOT
NULL
,
Vorname
VARCHAR
(
80
)
NOT
NULL
,
Alter
INTEGER
NOT
NULL
,
Alter
INTEGER
NOT
NULL
)
ArbeitetMitAn
(
Auff
ü
hrungsmitgliedID
REFERENCES
Auff
ü
hrungsmitglied
,
Auff
ü
hrungID
REFERENCES
Auff
ü
hrung
,
Auff
ü
hrungID
REFERENCES
Auff
ü
hrung
)
Tier
(
ID
REFERENCES
Auff
ü
hrungsmitglied
,
ID
REFERENCES
Auff
ü
hrungsmitglied
)
Artist
(
ID
REFERENCES
Auff
ü
hrungsmitglied
,
Lohn
VARCHAR
(
80
)
NOT
NULL
,
Lohn
FLOAT
NOT
NULL
)
Zuteilung
(
TierID
REFERENCES
Tier
,
ArtistID
REFERENCES
Artist
,
ArtistID
REFERENCES
Artist
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment