Create
Query
cards.db
—
password_reset_tokens
audit_log
cards
email_verification_tokens
invitations
migrations
organisation_settings
organisations
password_reset_tokens
sqlite_sequence
user_settings
users
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Insert row into password_reset_tokens
id
Primary key.
TEXT
user_id
TEXT NOT NULL
token
TEXT NOT NULL
expires_at
DATETIME NOT NULL
used_at
DATETIME
created_at
DATETIME (default CURRENT_TIMESTAMP)
Insert
Cancel