Create
Query
mira.db
—
access_codes
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 access_codes
code
Primary key.
TEXT
user_id
TEXT NOT NULL
expires_at
INTEGER NOT NULL
used_at
INTEGER
created_at
INTEGER NOT NULL (default unixepoch())
Insert
Cancel