Colonnes de la table
7 colonnes| Nom | Type | Contraintes | Défaut | Actions |
|---|---|---|---|---|
|
id
🔑
|
integer
|
NOT NULL |
nextval('passkey_credentials_id_seq':...
|
🔒 |
|
user_id
|
integer
|
NOT NULL | - | |
|
credential_id
|
text
|
NOT NULL | - | |
|
public_key
|
bytea
|
NOT NULL | - | |
|
sign_count
|
integer
|
NULL |
0
|
|
|
created_at
|
timestamp without time zone
|
NULL |
now()
|
|
|
last_used_at
|
timestamp without time zone
|
NULL | - |