Minor edit

This commit is contained in:
Nikolaos Laskaris 2017-10-03 16:23:35 +02:00
parent 0a982bd290
commit f3f5d2baf0
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ COMMENT ON COLUMN "DMPResearcher"."Role" IS 'Enumerator of roles';
CREATE TABLE "Dataset" ( CREATE TABLE "Dataset" (
"ID" uuid DEFAULT uuid_generate_v4() NOT NULL, "ID" uuid DEFAULT uuid_generate_v4() NOT NULL,
"Label" character varying(250) NOT NULL, "Label" character varying(250) NOT NULL,
"DMP" uuid NOT NULL, "DMP" uuid,
"Uri" character varying(250), "Uri" character varying(250),
"Properties" xml, "Properties" xml,
"Profile" uuid "Profile" uuid