Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
id | bigserial | 19 | √ | nextval('app_mfa_totp_used_token_id_seq'::regclass) |
|
|
|||||
token | varchar | 6 | ''::character varying |
|
|
||||||
user_id | int8 | 19 | √ | null |
|
|
|||||
created_at | int8 | 19 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
app_mfatotpusedtoke_id_pk | Primary key | Asc | id |
app_mfatotpusedtoke_tok_ix | Performance | Asc | token |
app_mfatotpusedtoke_use_ix | Performance | Asc | user_id |