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
d0dfe330
Commit
d0dfe330
authored
3 years ago
by
Cornelia Michlits
Browse files
Options
Downloads
Patches
Plain Diff
schema modification - atm one conecpt per column
parent
f6f0b194
No related branches found
No related tags found
No related merge requests found
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 @
d0dfe330
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Cornelia Michlits
@cornelia.michlits
mentioned in commit
e9b24f8b
·
3 years ago
mentioned in commit
e9b24f8b
mentioned in commit e9b24f8bc293834ccfb35f8907bb990e864c0981
Toggle commit list
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