Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('anonymization_log_id_seq'::regclass) |
|
|
||
| member_id | int8 | 19 | null |
|
|
|||
| reason | text | 2147483647 | null |
|
|
|||
| external_ids | json | 2147483647 | √ | null |
|
|
||
| anonymization_started_at | timestamp | 29,6 | null |
|
|
|||
| anonymization_finished_at | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| anonymization_log_pkey | Primary key | Asc | id |
| index_anonymization_log_on_member_id | Performance | Asc | member_id |
