Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
Database
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
1
Issues
1
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
MediaDB_V2
Database
Commits
1d01cf88
Commit
1d01cf88
authored
Feb 16, 2018
by
Nico Schallehn
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RC5 Database
parent
9614fad3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
MediaDB2.mwb
MediaDB2.mwb
+0
-0
MediaDB2.sql
MediaDB2.sql
+2
-2
No files found.
MediaDB2.mwb
View file @
1d01cf88
No preview for this file type
MediaDB2.sql
View file @
1d01cf88
...
...
@@ -190,8 +190,8 @@ DROP TABLE IF EXISTS `MediaDB2`.`MediaObjectPersons` ;
SHOW
WARNINGS
;
CREATE
TABLE
IF
NOT
EXISTS
`MediaDB2`
.
`MediaObjectPersons`
(
`imdb_id`
VARCHAR
(
9
)
NULL
,
`actor_id`
VARCHAR
(
9
)
NULL
,
`imdb_id`
VARCHAR
(
9
)
N
OT
N
ULL
,
`actor_id`
VARCHAR
(
9
)
N
OT
N
ULL
,
`role_id`
VARCHAR
(
9
)
NULL
,
`role`
VARCHAR
(
255
)
NULL
,
`Typ`
ENUM
(
'actor'
,
'director'
,
'writer'
)
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