Update DataManagementPlanDB.sql

This commit is contained in:
Nikolaos Laskaris 2017-11-16 11:34:42 +01:00
parent eabb3b7022
commit 596705077c
1 changed files with 1 additions and 0 deletions

View File

@ -214,6 +214,7 @@ CREATE TABLE "Project" (
"Abbreviation" character varying(50), "Abbreviation" character varying(50),
"Reference" xml, "Reference" xml,
"Uri" character varying(250), "Uri" character varying(250),
"CreationUser" uuid not null,
"Status" smallint not null default 0, "Status" smallint not null default 0,
"Created" timestamp not null default NOW(), "Created" timestamp not null default NOW(),
"Modified" timestamp not null default NOW(), "Modified" timestamp not null default NOW(),