Create
Query
aurasec.db
—
app_users
app_users
sqlite_sequence
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Insert row into app_users
username
TEXT NOT NULL
fullname
TEXT NOT NULL
role
TEXT NOT NULL (default 'admin')
enabled
INTEGER NOT NULL (default 1)
password_hash
BLOB NOT NULL
password_salt
BLOB NOT NULL
academy_id
INTEGER
created_at
TEXT NOT NULL (default CURRENT_TIMESTAMP)
updated_at
TEXT
Insert
Cancel