Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
data-networks-web
lab-exercises
Commits
882598d2
Commit
882598d2
authored
Oct 22, 2017
by
Sorrel Harriet
Browse files
modifying flucks schema
parent
56026854
Changes
1
Hide whitespace changes
Inline
Side-by-side
lab-3/sql/Flucks_Schema.sql
View file @
882598d2
...
...
@@ -32,11 +32,8 @@ CREATE TABLE MediaServe (
CREATE
TABLE
FluckGiven
(
id
INT
AUTO_INCREMENT
,
ts
TIMESTAMP
DEFAULT
CURRENT_TIMESTAMP
,
account_id
INT
,
serve_id
INT
NOT
NULL
,
PRIMARY
KEY
(
id
),
FOREIGN
KEY
(
account_id
)
REFERENCES
Account
(
id
),
FOREIGN
KEY
(
serve_id
)
REFERENCES
MediaServe
(
id
)
)
ENGINE
=
InnoDB
;
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