Create
Query
sqlite.db
—
account
__drizzle_migrations
account
activeIngredient
activeIngredientLocal...
campaign
jwks
session
survey
telegramIngredientApp...
unit
unitLocalization
user
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Insert row into account
id
Primary key.
TEXT
account_id
TEXT NOT NULL
provider_id
TEXT NOT NULL
user_id
TEXT NOT NULL
access_token
TEXT
refresh_token
TEXT
id_token
TEXT
access_token_expires_at
INTEGER
refresh_token_expires_at
INTEGER
scope
TEXT
password
TEXT
created_at
INTEGER NOT NULL
updated_at
INTEGER NOT NULL
Insert
Cancel