Colonnes de la table
7 colonnes| Nom | Type | Contraintes | Défaut | Actions |
|---|---|---|---|---|
|
id
🔑
|
integer
|
NOT NULL |
nextval('refresh_tokens_id_seq'::regclass)
|
🔒 |
|
user_id
|
integer
|
NOT NULL | - | |
|
token
|
character varying
|
NOT NULL | - | |
|
expires_at
|
timestamp with time zone
|
NOT NULL | - | |
|
device_info
|
text
|
NULL | - | |
|
revoked_at
|
timestamp with time zone
|
NULL | - | |
|
created_at
|
timestamp with time zone
|
NULL |
now()
|