Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('member_actions_data_id_seq'::regclass) |
|
|
|||||
| member_action_id | int4 | 10 | null |
|
|
||||||
| value | text | 2147483647 | √ | null |
|
|
|||||
| created_at | timestamp | 29,6 | √ | null |
|
|
|||||
| updated_at | timestamp | 29,6 | √ | null |
|
|
|||||
| action_key_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| member_actions_data_pkey | Primary key | Asc | id |
| index_member_actions_data_on_action_key_id | Performance | Asc | action_key_id |
| index_member_actions_data_on_updated_at | Performance | Asc | updated_at |
| member_actions_data_member_action_id | Performance | Asc | member_action_id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| not_null_autogc5381fe832 | ((member_action_id IS NOT NULL)) |



