added Creator column on {DMP, DATASET and PROJECT}

This commit is contained in:
Nikolaos Laskaris 2017-11-16 23:27:23 +01:00
parent 464610b068
commit 6b72242c2e
1 changed files with 2 additions and 0 deletions

View File

@ -50,6 +50,7 @@ CREATE TABLE "DMP" (
"Version" integer NOT NULL,
"Project" uuid NOT NULL,
"ProfileData" xml,
"Creator" uuid not null,
"Status" smallint not null default 0,
"Created" timestamp not null default NOW(),
"Modified" timestamp not null default NOW(),
@ -116,6 +117,7 @@ CREATE TABLE "Dataset" (
"Uri" character varying(250),
"Properties" xml,
"Reference" xml,
"Creator" uuid not null,
"Status" smallint not null default 0,
"Created" timestamp not null default NOW(),
"Modified" timestamp not null default NOW(),