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 |
|
|
||||||
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 |