Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('member_subscription_events_id_seq'::regclass) |
|
|
||
| action | varchar | 2147483647 | null |
|
|
|||
| operation | varchar | 2147483647 | null |
|
|
|||
| operation_reason | varchar | 2147483647 | √ | 'not_specified'::character varying |
|
|
||
| operation_permanently_deferred | bool | 1 | √ | false |
|
|
||
| member_subscription_id | int8 | 19 | √ | null |
|
|
||
| subscribable_id | int4 | 10 | √ | null |
|
|
||
| subscribable_type | varchar | 2147483647 | √ | null |
|
|
||
| subscription_status_changed | bool | 1 | √ | null |
|
|
||
| created_at | timestamp | 29,6 | null |
|
|
|||
| updated_at | timestamp | 29,6 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| member_subscription_events_pkey | Primary key | Asc | id |
| index_member_subscription_events_member_subscription_operation | Performance | Asc/Asc | member_subscription_id + operation |
| index_member_subscription_events_on_member_subscription_id | Performance | Asc | member_subscription_id |
| index_member_subscription_events_subscribable | Performance | Asc/Asc | subscribable_type + subscribable_id |
| index_member_subscription_events_subscribable_operation | Performance | Asc/Asc/Asc | subscribable_type + subscribable_id + operation |
