Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('member_actions_id_seq'::regclass) |
|
|
||||||||||||||
| action_id | int4 | 10 | null |
|
|
|||||||||||||||
| member_id | int4 | 10 | null |
|
|
|||||||||||||||
| created_at | timestamp | 29,6 | √ | null |
|
|
||||||||||||||
| updated_at | timestamp | 29,6 | √ | null |
|
|
||||||||||||||
| metadata | json | 2147483647 | √ | null |
|
|
||||||||||||||
| source_id | int4 | 10 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| member_actions_pkey | Primary key | Asc | id |
| created_at | Performance | Asc | created_at |
| index_member_actions_on_action_id | Performance | Asc | action_id |
| index_member_actions_on_member_id | Performance | Asc | member_id |
| index_member_actions_on_source_id | Performance | Asc | source_id |

