Create
Query
mira.db
—
profiles
access_codes
balances
event_attachments
events
identities
profiles
room_boardings
rooms
sessions
settings
transactions
users
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Insert row into profiles
id
Primary key.
TEXT
user_id
TEXT
first_name
TEXT NOT NULL
last_name
TEXT NOT NULL
country
TEXT NOT NULL
gender
TEXT NOT NULL
whatsapp
TEXT
email
TEXT
date_of_birth
TEXT
plan
TEXT NOT NULL (default 'formation')
created_at
INTEGER NOT NULL (default unixepoch())
updated_at
INTEGER NOT NULL (default unixepoch())
Insert
Cancel