Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
DBRepo
Manage
Activity
Members
Labels
Plan
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FAIR Data Austria DB Repository
DBRepo
Commits
e9b24f8b
Commit
e9b24f8b
authored
3 years ago
by
Cornelia Michlits
Browse files
Options
Downloads
Patches
Plain Diff
schema modification - atm one conecpt per column
Former-commit-id:
d0dfe330
parent
0b2d91e3
No related branches found
No related tags found
2 merge requests
!81
New stable release
,
!45
schema modification - atm one conecpt per column
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
fda-metadata-db/setup-schema.sql
+1
-1
1 addition, 1 deletion
fda-metadata-db/setup-schema.sql
with
1 addition
and
1 deletion
fda-metadata-db/setup-schema.sql
+
1
−
1
View file @
e9b24f8b
...
@@ -353,7 +353,7 @@ CREATE TABLE IF NOT EXISTS mdb_columns_concepts
...
@@ -353,7 +353,7 @@ CREATE TABLE IF NOT EXISTS mdb_columns_concepts
URI
TEXT
REFERENCES
mdb_concepts
(
URI
),
URI
TEXT
REFERENCES
mdb_concepts
(
URI
),
created
timestamp
without
time
zone
NOT
NULL
DEFAULT
NOW
(),
created
timestamp
without
time
zone
NOT
NULL
DEFAULT
NOW
(),
FOREIGN
KEY
(
cDBID
,
tID
,
cID
)
REFERENCES
mdb_COLUMNS
(
cDBID
,
tID
,
ID
),
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
CREATE
TABLE
IF
NOT
EXISTS
mdb_VIEW
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment