Minor edit
This commit is contained in:
parent
0a982bd290
commit
f3f5d2baf0
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue