Create
Query
auth.db
—
sessions
__drizzle_migrations
oidc_authorization_codes
sessions
sqlite_sequence
users
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Insert row into sessions
session_id_hash
Primary key.
TEXT NOT NULL
user_id
INTEGER NOT NULL
created_at
TEXT NOT NULL
last_seen_at
TEXT NOT NULL
expires_at
TEXT NOT NULL
ip_address
TEXT
user_agent
TEXT
Insert
Cancel