Gérer les colonnes - password_reset_tokens

Colonnes de la table

7 colonnes
Nom Type Contraintes Défaut Actions
id 🔑
integer NOT NULL nextval('password_reset_tokens_id_seq... 🔒
user_id
integer NOT NULL -
token
character varying NOT NULL -
expires_at
timestamp with time zone NOT NULL -
used
boolean NULL -
used_at
timestamp with time zone NULL -
created_at
timestamp with time zone NULL now()

Ajouter une colonne

Texte: 'valeur' | Nombre: 123 | Date: NOW()