Create
Query
sqlite.db
—
unit
__drizzle_migrations
account
activeIngredient
activeIngredientLocal...
campaign
jwks
session
survey
telegramIngredientApp...
unit
unitLocalization
user
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Add Column
Column name
Column type
Select column type
TEXT
INTEGER
REAL
BLOB
JSON
BOOL
DATETIME
DATE
DECIMAL
TIME
VARCHAR
Add column
Cancel
Current Schema
CREATE
TABLE
`
unit
`
(
`
id
`
text
PRIMARY
KEY
,
`
symbol
`
text
NOT
NULL
)