Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('django_rest_mfa_userkey_id_seq'::regclass) |
|
|
|||||
| name | varchar | 255 | null |
|
|
||||||
| created | timestamptz | 35,6 | null |
|
|
||||||
| key_type | varchar | 25 | null |
|
|
||||||
| properties | jsonb | 2147483647 | null |
|
|
||||||
| last_used | timestamptz | 35,6 | √ | null |
|
|
|||||
| user_id | int4 | 10 | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| django_rest_mfa_userkey_pkey | Primary key | Asc | id |
| django_rest_mfa_userkey_user_id_bd136d97 | Performance | Asc | user_id |