Issue #149 fix for nullables in vocabulary table (vocabulary_reference isRequired=Yes vocabulary_version isRequired=No)
This commit is contained in:
parent
826f6a923f
commit
543893d406
|
@ -407,7 +407,7 @@ VOCABULARY,vocabulary_name,Yes,varchar(255),"The name describing the vocabulary,
|
||||||
example, International Classification of
|
example, International Classification of
|
||||||
Diseases, Ninth Revision, Clinical
|
Diseases, Ninth Revision, Clinical
|
||||||
Modification, Volume 1 and 2 (NCHS) etc.",,No,No,,,,,
|
Modification, Volume 1 and 2 (NCHS) etc.",,No,No,,,,,
|
||||||
VOCABULARY,vocabulary_reference,No,varchar(255),"External reference to documentation or
|
VOCABULARY,vocabulary_reference,Yes,varchar(255),"External reference to documentation or
|
||||||
available download of the about the
|
available download of the about the
|
||||||
vocabulary.",,No,No,,,,,
|
vocabulary.",,No,No,,,,,
|
||||||
VOCABULARY,vocabulary_version,No,varchar(255),"Version of the Vocabulary as indicated in
|
VOCABULARY,vocabulary_version,No,varchar(255),"Version of the Vocabulary as indicated in
|
||||||
|
|
|
|
@ -449,7 +449,7 @@ VOCABULARY,vocabulary_name,Yes,varchar(255),"The name describing the vocabulary,
|
||||||
example International Classification of
|
example International Classification of
|
||||||
Diseases, Ninth Revision, Clinical
|
Diseases, Ninth Revision, Clinical
|
||||||
Modification, Volume 1 and 2 (NCHS) etc.",,No,No,,,,,
|
Modification, Volume 1 and 2 (NCHS) etc.",,No,No,,,,,
|
||||||
VOCABULARY,vocabulary_reference,No,varchar(255),"External reference to documentation or
|
VOCABULARY,vocabulary_reference,Yes,varchar(255),"External reference to documentation or
|
||||||
available download of the about the
|
available download of the about the
|
||||||
vocabulary.",,No,No,,,,,
|
vocabulary.",,No,No,,,,,
|
||||||
VOCABULARY,vocabulary_version,No,varchar(255),"Version of the Vocabulary as indicated in
|
VOCABULARY,vocabulary_version,No,varchar(255),"Version of the Vocabulary as indicated in
|
||||||
|
|
|
Loading…
Reference in New Issue