Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('unsubscribe_attempt_logs_id_seq'::regclass) |
|
|
||
| subscription_id | int8 | 19 | √ | null |
|
|
||
| method | varchar | 2147483647 | √ | null |
|
|
||
| recipient_handle | varchar | 2147483647 | √ | null |
|
|
||
| submitted_handle | varchar | 2147483647 | √ | null |
|
|
||
| success | bool | 1 | √ | null |
|
|
||
| created_at | timestamp | 29,6 | null |
|
|
|||
| updated_at | timestamp | 29,6 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| unsubscribe_attempt_logs_pkey | Primary key | Asc | id |
