Commit 1d01cf88 authored by Nico Schallehn's avatar Nico Schallehn

RC5 Database

parent 9614fad3
No preview for this file type
......@@ -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) NOT NULL,
`actor_id` VARCHAR(9) NOT NULL,
`role_id` VARCHAR(9) NULL,
`role` VARCHAR(255) NULL,
`Typ` ENUM('actor', 'director', 'writer') NULL,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment