Add latest_update to VOCABULARY ddl
This commit is contained in:
parent
d23321a00b
commit
a30da7d7ed
|
@ -65,7 +65,8 @@ CREATE TABLE vocabulary (
|
|||
vocabulary_name VARCHAR(255) NOT NULL,
|
||||
vocabulary_reference VARCHAR(255) NULL,
|
||||
vocabulary_version VARCHAR(255) NULL,
|
||||
vocabulary_concept_id INTEGER NOT NULL
|
||||
vocabulary_concept_id INTEGER NOT NULL,
|
||||
latest_update DATE NULL
|
||||
)
|
||||
;
|
||||
|
||||
|
|
Loading…
Reference in New Issue