Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('action_keys_canonical_questions_id_seq'::regclass) |
|
|
||
| action_key_id | int8 | 19 | √ | null |
|
|
||
| canonical_question_id | int8 | 19 | √ | null |
|
|
||
| updated_at | timestamp | 29,6 | √ | null |
|
|
||
| created_at | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| action_keys_canonical_questions_pkey | Primary key | Asc | id |
| index_action_keys_canonical_questions_on_action_key_id | Performance | Asc | action_key_id |
| index_action_keys_canonical_questions_on_canonical_question_id | Performance | Asc | canonical_question_id |
