Create
Query
cards.db
—
users
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
Rename Column
Column
Select column
id (TEXT)
email (TEXT)
password_hash (TEXT)
organisation_id (TEXT)
role (TEXT)
email_verified (INTEGER)
created_at (DATETIME)
updated_at (DATETIME)
Rename to
Note: new name cannot conflict with any existing column names.
Rename column
Cancel