Skip to content
Snippets Groups Projects
Commit d0dfe330 authored by Cornelia Michlits's avatar Cornelia Michlits
Browse files

schema modification - atm one conecpt per column

parent f6f0b194
No related branches found
No related tags found
No related merge requests found
......@@ -353,7 +353,7 @@ CREATE TABLE IF NOT EXISTS mdb_columns_concepts
URI TEXT REFERENCES mdb_concepts (URI),
created timestamp without time zone NOT NULL DEFAULT NOW(),
FOREIGN KEY (cDBID, tID, cID) REFERENCES mdb_COLUMNS (cDBID, tID, ID),
PRIMARY KEY (cDBID, tID, cID, URI)
PRIMARY KEY (cDBID, tID, cID)
);
CREATE TABLE IF NOT EXISTS mdb_VIEW
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment