Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | int4 | 10 | √ | null |
|
|
||||
| name | varchar | 64 | null |
|
|
|||||
| confirmed | bool | 1 | null |
|
|
|||||
| user_id | int4 | 10 | null |
|
|
|||||
| throttling_failure_count | int4 | 10 | null |
|
|
|||||
| throttling_failure_timestamp | timestamptz | 35,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| otp_static_staticdevice_pkey | Primary key | Asc | id |
| otp_static_staticdevice_user_id_7f9cff2b | Performance | Asc | user_id |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| otp_static_staticdevice_throttling_failure_count_check | ((throttling_failure_count >= 0)) |

