Create
Query
sqlite.db
—
user
__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 user
id
Primary key.
TEXT
name
TEXT NOT NULL (default '')
email
TEXT NOT NULL (default '')
email_verified
INTEGER NOT NULL (default false)
image
TEXT
created_at
INTEGER NOT NULL
updated_at
INTEGER NOT NULL
is_anonymous
INTEGER (default true)
birthdate
INTEGER
sex
TEXT
exercise_level
INTEGER
Insert
Cancel