Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('action_keys_id_seq'::regclass) |
|
|
||||||||
| action_id | int4 | 10 | null |
|
|
|||||||||
| key | text | 2147483647 | √ | null |
|
|
||||||||
| created_at | timestamp | 29,6 | √ | null |
|
|
||||||||
| updated_at | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| action_keys_pkey | Primary key | Asc | id |
| action_keys_action_id | Performance | Asc | action_id |
| action_keys_key | Performance | Asc | key |
| action_keys_updated_at | Performance | Asc | updated_at |
| index_action_keys_on_action_id_and_key | Must be unique | Asc/Asc | action_id + key |



