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
ef01aa3e
Commit
ef01aa3e
authored
Feb 17, 2018
by
Nico Schallehn
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
RC9
parent
52107922
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
MediaDB2.mwb
MediaDB2.mwb
+0
-0
MediaDB2.sql
MediaDB2.sql
+1
-1
No files found.
MediaDB2.mwb
View file @
ef01aa3e
No preview for this file type
MediaDB2.sql
View file @
ef01aa3e
...
...
@@ -30,7 +30,7 @@ CREATE TABLE IF NOT EXISTS `MediaDB2`.`MediaObjects` (
`rating`
FLOAT
(
2
,
1
)
NULL
,
`summary`
TEXT
NULL
,
`tagline`
TEXT
NULL
,
`update`
DATETIME
NULL
,
`
last_
update`
DATETIME
NULL
,
`type`
ENUM
(
'series'
,
'episode'
,
'movie'
)
NOT
NULL
,
PRIMARY
KEY
(
`imdb_id`
),
UNIQUE
INDEX
`imdbID_UNIQUE`
(
`imdb_id`
ASC
))
...
...
Nico Schallehn
@nico
mentioned in issue
#1 (closed)
·
Feb 17, 2018
mentioned in issue
#1 (closed)
mentioned in issue #1
Toggle commit list
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