Create
Query
db.sqlite3
—
core_users
auth_group
auth_group_permissions
auth_permission
core_audit_log
core_formatted_messages
core_message_queue
core_messages
core_plugins
core_servicemessagete...
core_services
core_system_configuration
core_systemmessagetemplate
core_user_permissions
core_user_services
core_users
core_users_groups
django_content_type
django_migrations
django_session
sqlite_sequence
user_accounts
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Insert row into core_users
password
varchar(128) NOT NULL
last_login
datetime
is_superuser
bool NOT NULL
username
varchar(150) NOT NULL
first_name
varchar(150) NOT NULL
last_name
varchar(150) NOT NULL
is_staff
bool NOT NULL
is_active
bool NOT NULL
date_joined
datetime NOT NULL
uuid
varchar(8)
email
varchar(254)
is_moderator
bool NOT NULL
is_admin
bool NOT NULL
web_login_enabled
bool NOT NULL
preferred_contact_method
varchar(50)
timezone
varchar(50) NOT NULL
mfa_enabled
bool NOT NULL
mfa_secret
varchar(32) NOT NULL
password_reset_token
varchar(64)
password_reset_expiry
datetime
created_at
datetime NOT NULL
updated_at
datetime NOT NULL
Insert
Cancel