Recent
`performance_schema`.`setup_objects`
`information_schema`.`INNODB_CMPMEM`
`eliteq`.`tbl_user_multi_match_session`
`information_schema`.`INNODB_SYS_FIELDS`
`information_schema`.`INNODB_TABLESPACES_SCRUBBING`
`information_schema`.`INNODB_SYS_FOREIGN_COLS`
`information_schema`.`INNODB_SYS_INDEXES`
`mysql`.`gtid_slave_pos`
`information_schema`.`INNODB_FT_DEFAULT_STOPWORD`
`information_schema`.`COLUMNS`
Favorites
There are no favorite tables.
New
eliteq
information_schema
mysql
performance_schema
phpmyadmin
quiz
surveys
Navigation panel
Navigation tree
Servers
Databases
Tables
Navigation panel
Customize appearance of the navigation panel.
Navigation panel
Show databases navigation as tree
In the navigation panel, replaces the database tree with a selector
Link with main panel
Link with main panel by highlighting the current database or table.
Display logo
Show logo in navigation panel.
Logo link URL
URL where logo in the navigation panel will point to.
Logo link target
Open the linked page in the main window (
main
) or in a new one (
new
).
main
new
Enable highlighting
Highlight server under the mouse cursor.
Maximum items on first level
The number of items that can be displayed on each page on the first level of the navigation tree.
Minimum number of items to display the filter box
Defines the minimum number of items (tables, views, routines and events) to display a filter box.
Recently used tables
Maximum number of recently used tables; set 0 to disable.
Favorite tables
Maximum number of favorite tables; set 0 to disable.
Navigation panel width
Set to 0 to collapse navigation panel.
Navigation tree
Customize the navigation tree.
Navigation tree
Maximum items in branch
The number of items that can be displayed on each page of the navigation tree.
Group items in the tree
Group items in the navigation tree (determined by the separator defined in the Databases and Tables tabs above).
Enable navigation tree expansion
Whether to offer the possibility of tree expansion in the navigation panel.
Show tables in tree
Whether to show tables under database in the navigation tree
Show views in tree
Whether to show views under database in the navigation tree
Show functions in tree
Whether to show functions under database in the navigation tree
Show procedures in tree
Whether to show procedures under database in the navigation tree
Show events in tree
Whether to show events under database in the navigation tree
Expand single database
Whether to expand single database in the navigation tree automatically.
Servers
Servers display options.
Servers
Display servers selection
Display server choice at the top of the navigation panel.
Display servers as a list
Show server listing as a list instead of a drop down.
Databases
Databases display options.
Databases
Minimum number of databases to display the database filter box
Database tree separator
String that separates databases into different tree levels.
Tables
Tables display options.
Tables
Target for quick access icon
Structure
SQL
Search
Insert
Browse
Target for second quick access icon
Structure
SQL
Search
Insert
Browse
Table tree separator
String that separates tables into different tree levels.
Maximum table tree depth
Drop files here
SQL upload (
0
)
x
-
Show hidden navigation tree items.
Create view
Javascript must be enabled past this point!
Server: localhost
Database: quiz
Structure
SQL
Search
Query
Export
Import
Operations
Privileges
Routines
Events
Triggers
Tracking
Designer
(current)
Central columns
Console
Clear
History
Options
Bookmarks
Debug SQL
Press Ctrl+Enter to execute query
Press Enter to execute query
ascending
descending
Order:
Debug SQL
Count
Execution order
Time taken
Order by:
Group queries
Ungroup queries
Collapse
Expand
Show trace
Hide trace
Count :
Time taken :
Bookmarks
Refresh
Add
No bookmarks
Add bookmark
Label:
Target database:
Share this bookmark
OK
Options
Set default
Always expand query messages
Show query history at start
Show current browsing query
Execute queries on Enter and insert new line with Shift+Enter. To make this permanent, view settings.
Switch to dark theme
Collapse
Expand
Requery
Edit
Explain
Profiling
Bookmark
Query failed
Database :
Queried time :
Loading
ENUM/SET editor
Create view
Untitled
*
Show/Hide tables list
View in fullscreen
Add tables from other databases
New page
Open page
Save page
Save page as
Delete pages
Create table
Create relationship
Choose column to display
Reload
Help
Angular links / Direct links
Snap to grid
Small/Big All
Toggle small/big
Toggle relationship lines
Export schema
Move Menu
Pin text
Number of tables:
0
v
quiz
authenticate
auth_username : varchar(12)
auth_pass : varchar(50)
role : varchar(32)
app_passcode : varchar(16)
android_key : text
status : int(11)
created : timestamp
v
quiz
battle_questions
id : int(11)
match_id : varchar(128)
questions : text
date_created : timestamp
v
quiz
battle_statistics
id : int(11)
user_id1 : int(11)
user_id2 : int(11)
is_drawn : tinyint(4)
winner_id : int(11)
date_created : timestamp
v
quiz
category
id : int(11)
language_id : tinyint(4)
category_name : varchar(250)
type : tinyint(4)
image : longtext
plan : varchar(255)
amount : int(11)
status : tinyint(1)
row_order : varchar(30)
v
quiz
contest
id : int(11)
name : varchar(256)
start_date : date
end_date : date
description : varchar(1024)
image : varchar(512)
entry : int(11)
prize_status : int(11)
date_created : datetime
status : int(11)
v
quiz
contest_leaderboard
id : int(11)
user_id : int(11)
contest_id : int(11)
questions_attended : int(11)
correct_answers : int(11)
score : double
last_modified : datetime
date_created : datetime
v
quiz
contest_prize
id : int(11)
contest_id : int(11)
top_winner : int(11)
points : double
v
quiz
contest_questions
id : int(11)
contest_id : int(11)
image : varchar(256)
question : text
question_type : int(11)
optiona : text
optionb : text
optionc : text
optiond : text
optione : text
answer : varchar(12)
note : text
v
quiz
daily_leaderboard
id : int(11)
user_id : int(11)
score : int(11)
last_updated : timestamp
date_created : timestamp
v
quiz
daily_quiz
id : int(11)
language_id : int(11)
questions_id : text
date_published : date
v
quiz
daily_quiz_user
id : int(11)
user_id : int(11)
date : date
v
quiz
languages
id : int(11)
language : varchar(64)
status : tinyint(4)
date_created : timestamp
v
quiz
monthly_leaderboard
id : int(11)
user_id : int(11)
score : int(11)
last_updated : timestamp
date_created : timestamp
v
quiz
notifications
id : int(11)
title : varchar(128)
message : varchar(512)
users : varchar(8)
type : varchar(12)
type_id : int(11)
image : varchar(128)
date_sent : timestamp
v
quiz
question
id : int(11)
category : int(11)
subcategory : int(11)
language_id : tinyint(4)
image : varchar(512)
question : mediumtext
question_type : int(11)
optiona : mediumtext
optionb : mediumtext
optionc : mediumtext
optiond : mediumtext
optione : mediumtext
answer : mediumtext
level : int(11)
note : mediumtext
v
quiz
question_reports
id : int(11)
question_id : int(11)
user_id : int(11)
message : varchar(512)
date : timestamp
v
quiz
settings
id : int(11)
type : varchar(32)
message : text
status : int(4)
v
quiz
subcategory
id : int(11)
maincat_id : int(11)
language_id : tinyint(4)
subcategory_name : varchar(250)
image : text
status : int(11)
row_order : varchar(4)
v
quiz
tbl_bookmark
id : int(11)
user_id : int(11)
question_id : int(11)
status : int(11)
v
quiz
tbl_fcm_key
id : int(11)
fcm_key : text
v
quiz
tbl_learning
id : int(11)
category : int(11)
language_id : int(11)
title : text
video_id : varchar(255)
detail : longtext
pdf_file : varchar(255)
status : int(11)
v
quiz
tbl_learning_question
id : int(11)
learning_id : int(11)
question : text
question_type : int(11)
optiona : text
optionb : text
optionc : text
optiond : text
optione : text
answer : varchar(12)
v
quiz
tbl_level
id : int(11)
user_id : int(11)
category : int(11)
subcategory : int(11)
level : int(11)
v
quiz
tbl_maths_question
id : int(11)
category : int(11)
subcategory : int(11)
language_id : tinyint(4)
image : varchar(512)
question : text
question_type : int(11)
optiona : text
optionb : text
optionc : text
optiond : text
optione : text
answer : text
note : text
v
quiz
tbl_rooms
id : int(11)
room_id : text
user_id : int(11)
room_type : varchar(11)
category_id : int(11)
no_of_que : int(11)
questions : longtext
date_created : datetime
v
quiz
tbl_tracker
id : int(255)
user_id : int(11)
uid : text
points : varchar(255)
type : text
date : date
v
quiz
users
id : int(10) unsigned
firebase_id : longtext
name : varchar(128)
email : varchar(128)
mobile : varchar(32)
type : varchar(16)
profile : varchar(128)
fcm_id : varchar(1024)
coins : int(11)
refer_code : varchar(128)
friends_code : varchar(128)
ip_address : char(128)
status : int(10) unsigned
date_registered : timestamp
v
quiz
users_statistics
id : int(11)
user_id : int(11)
questions_answered : int(11)
correct_answers : int(11)
strong_category : int(11)
ratio1 : double
weak_category : int(11)
ratio2 : double
best_position : int(11)
date_created : timestamp
v
quiz
user_purchased_category
id : int(11)
category_id : int(11)
user_id : int(11)
is_Purchased : tinyint(1)
Create relationship
FOREIGN KEY
on delete
--
CASCADE
SET NULL
NO ACTION
RESTRICT
on update
--
CASCADE
SET NULL
NO ACTION
RESTRICT
Delete relationship
Loading
Loading