Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('user_deletion_id_seq'::regclass) |
|
|
|||||
| is_active | bool | 1 | null |
|
|
||||||
| status | varchar | 32 | √ | null |
|
|
|||||
| user_id | varchar | 64 | null |
|
|
||||||
| deletion_time | timestamptz | 35,6 | null |
|
|
||||||
| deleted_at | timestamptz | 35,6 | √ | null |
|
|
|||||
| created_at | timestamptz | 35,6 | √ | now() |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| user_deletion_pkey | Primary key | Asc | id |