Create
Query
cards.db
—
email_verification_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 email_verification_tokens
id
Primary key.
TEXT
user_id
TEXT NOT NULL
token
TEXT NOT NULL
expires_at
DATETIME NOT NULL
verified_at
DATETIME
created_at
DATETIME (default CURRENT_TIMESTAMP)
Insert
Cancel