Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('oc_webauthn_id_seq'::regclass) |
|
|
||
| uid | varchar | 64 | null |
|
|
|||
| name | varchar | 64 | null |
|
|
|||
| public_key_credential_id | varchar | 512 | null |
|
|
|||
| data | text | 2147483647 | null |
|
|
|||
| user_verification | bool | 1 | √ | false |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| oc_webauthn_pkey | Primary key | Asc | id |
| webauthn_publickeycredentialid | Performance | Asc | public_key_credential_id |
| webauthn_uid | Performance | Asc | uid |