Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('member_unsubscribe_holding_pens_id_seq'::regclass) |
|
|
|||||
| member_id | int8 | 19 | null |
|
|
||||||
| in_unsub_holding_pen | bool | 1 | null |
|
|
||||||
| member_action_consent_id | int8 | 19 | null |
|
|
||||||
| created_at | timestamp | 29,6 | null |
|
|
||||||
| updated_at | timestamp | 29,6 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| member_unsubscribe_holding_pens_pkey | Primary key | Asc | id |
| idx_member_unsubscribe_holding_pens_on_member_action_consent_id | Performance | Asc | member_action_consent_id |
| index_member_unsubscribe_holding_pens_on_in_unsub_holding_pen | Performance | Asc | in_unsub_holding_pen |
| index_member_unsubscribe_holding_pens_on_member_id | Must be unique | Asc | member_id |

