Updated METADATA (markdown)

Vojtech Huser 2018-01-12 10:42:01 -05:00
parent a903ab65f6
commit 53580fa6ce
1 changed files with 1 additions and 1 deletions

@ -7,5 +7,5 @@ Field |Required |Type |Description
|name |Yes |varchar(250) |The name of the Concept stored in metadata_concept_id or a description of the data being stored.| |name |Yes |varchar(250) |The name of the Concept stored in metadata_concept_id or a description of the data being stored.|
|value_as_string |No |nvarchar |The metadata value stored as a string.| |value_as_string |No |nvarchar |The metadata value stored as a string.|
|value_as_concept_id |No |integer |A foreign key to a metadata value stored as a Concept ID.| |value_as_concept_id |No |integer |A foreign key to a metadata value stored as a Concept ID.|
|metadata date |No |date |The date associated with the metadata| |metadata_date |No |date |The date associated with the metadata|
|metadata_datetime |No |datetime |The date and time associated with the metadata| |metadata_datetime |No |datetime |The date and time associated with the metadata|