app_perform_element_response_snapshot

0 rows


Description

Contains a snapshot of some other object, for use with a performance activity element response

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id bigserial 19 nextval('app_perform_element_response_snapshot_id_seq'::regclass)
response_id int8 19 null
app_perform_element_response.id Defined in XML R
item_type varchar 100 ''::character varying
item_id int8 19 null
snapshot text 2147483647 null
created_at int8 19 null
updated_at int8 19 null

Indexes

Constraint Name Type Sort Column(s)
app_perfelemrespsnap_id_pk Primary key Asc id
app_perfelemrespsnap_ite_ix Performance Asc item_type
app_perfelemrespsnap_res_ix Performance Asc response_id

Relationships