form_track_anything_results


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id BIGINT 19 √ null

Surrogate ID of the result record used as the primary incrementing key

track_anything_id BIGINT 19 √ NULL
form_track_anything.id Defined in XML R
track_timestamp DATETIME 19 √ NULL

The time this result was recorded

itemid BIGINT 19 √ NULL
form_track_anything_type.track_anything_type_id Defined in XML R

The data element that is being tracked for this result that is found in the form_track_anything_type table

result VARCHAR 255 √ NULL

The user entered response for this data element being tracked

comment VARCHAR 255 √ NULL

UNUSED

notes VARCHAR 255 √ NULL

UNUSED

Indexes

Constraint Name Type Sort Column(s)
PRIMARY Primary key Asc id

Relationships