Recent
`sms_db`.`po_items`
`information_schema`.`COLUMNS`
`information_schema`.`INNODB_LOCK_WAITS`
`information_schema`.`INNODB_FT_DELETED`
`sms_db`.`password_resets`
`information_schema`.`INNODB_FT_DEFAULT_STOPWORD`
`information_schema`.`SYSTEM_VARIABLES`
`information_schema`.`INNODB_CMP`
`sms_db`.`purchase_order_list`
`sms_db`.`sales_list`
Favourites
There are no favourite tables.
New
information_schema
mysql
performance_schema
phpmyadmin
sms_db
test
Navigation panel
Navigation tree
Servers
Databases
Tables
Navigation panel
Customise 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.
Favourite tables
Maximum number of favourite tables; set 0 to disable.
Navigation panel width
Set to 0 to collapse navigation panel.
Navigation tree
Customise 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: 127.0.0.1
Database: sms_db
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 full-screen
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
sms_db
back_order_list
id : int(30)
receiving_id : int(30)
po_id : int(30)
bo_code : varchar(50)
supplier_id : int(30)
amount : float
discount_perc : float
discount : float
tax_perc : float
tax : float
remarks : text
status : tinyint(4)
date_created : datetime
date_updated : datetime
v
sms_db
bo_items
bo_id : int(30)
item_id : int(30)
quantity : int(30)
price : float
unit : varchar(50)
total : float
v
sms_db
customer_list
id : int(30)
name : text
address : text
cperson : text
contact : text
status : tinyint(1)
date_created : datetime
date_updated : datetime
tpin : varchar(100)
v
sms_db
customer_transactions
id : int(11)
customer_id : int(11)
invoice_date : date
invoice_number : varchar(100)
smart_invoice : varchar(50)
payment_mode : varchar(50)
invoice_amount : double
amount_paid : double
type : varchar(100)
date_created : datetime
date_updated : datetime
v
sms_db
item_list
id : int(30)
name : text
description : text
supplier_id : int(11)
cost : float
status : tinyint(1)
date_created : datetime
date_updated : datetime
item_code : varchar(100)
v
sms_db
password_resets
id : int(11)
user_id : int(11)
token : varchar(64)
expiry : datetime
used : tinyint(1)
created_at : timestamp
v
sms_db
po_items
po_id : int(30)
item_id : int(30)
quantity : int(30)
price : float
unit : varchar(50)
total : float
v
sms_db
purchase_list
id : int(30)
po_code : varchar(50)
supplier_id : int(30)
amount : float
discount_perc : float
discount : float
tax_perc : float
tax : float
remarks : text
status : tinyint(4)
date_created : datetime
date_updated : datetime
v
sms_db
purchase_order_list
id : int(30)
po_code : varchar(50)
supplier_id : int(30)
amount : float
discount_perc : float
discount : float
tax_perc : float
tax : float
remarks : text
status : tinyint(4)
date_created : datetime
date_updated : datetime
v
sms_db
quotation_list
id : int(30)
quotation_code : varchar(50)
smart_invoice : varchar(50)
client_id : int(11)
subtotal : float
amount : float
total_discount : double
tax : double
remarks : text
stock_ids : text
type : varchar(100)
tpin : varchar(50)
date_created : datetime
date_updated : datetime
phone : varchar(50)
v
sms_db
quotation_stock_list
id : int(30)
item_id : int(30)
quantity : int(30)
unit : varchar(250)
price : float
total : float
type : tinyint(1)
date_created : datetime
discount : float
item_code : varchar(50)
v
sms_db
receiving_list
id : int(30)
form_id : int(30)
from_order : tinyint(1)
amount : float
discount_perc : float
discount : float
tax_perc : float
tax : float
stock_ids : text
remarks : text
date_created : datetime
date_updated : datetime
v
sms_db
return_list
id : int(30)
return_code : varchar(50)
supplier_id : int(30)
amount : float
remarks : text
stock_ids : text
date_created : datetime
date_updated : datetime
item_code_input : varchar(100)
v
sms_db
sales_list
id : int(30)
sales_code : varchar(50)
smart_invoice : varchar(50)
client_id : int(11)
subtotal : float
amount : float
total_discount : double
tax : double
remarks : text
stock_ids : text
type : varchar(100)
tpin : varchar(50)
date_created : datetime
date_updated : datetime
item_code_input : varchar(100)
phone : varchar(50)
invoice_date : date
quotation_number : varchar(50)
v
sms_db
sales_return_list
id : int(30)
return_code : varchar(50)
customer_id : int(30)
amount : float
remarks : text
stock_ids : text
date_created : datetime
date_updated : datetime
item_code_input : varchar(50)
type : varchar(50)
tpin : varchar(50)
smart_invoice : varchar(100)
v
sms_db
sales_stock_list
id : int(11)
sale_id : int(11)
item_id : int(11)
quantity : double
unit : varchar(50)
price : double
discount : double
total : double
v
sms_db
stock_list
id : int(30)
item_id : int(30)
quantity : int(30)
unit : varchar(250)
price : float
total : float
type : tinyint(1)
date_created : datetime
discount : float
item_code : varchar(100)
v
sms_db
supplier_list
id : int(30)
name : text
address : text
cperson : text
contact : text
status : tinyint(1)
date_created : datetime
date_updated : datetime
tpin : varchar(50)
v
sms_db
supplier_transactions
id : int(11)
supplier_id : int(11)
invoice_date : date
invoice_number : varchar(100)
payment_mode : varchar(50)
invoice_amount : double
amount_paid : double
type : varchar(100)
date_created : datetime
date_updated : datetime
tpin : varchar(50)
date_paid : date
cheque_number : varchar(100)
remarks : varchar(300)
v
sms_db
system_info
id : int(30)
meta_field : text
meta_value : text
postal_address : varchar(200)
phone : varchar(50)
email : varchar(100)
bank_details : longtext
acc : varchar(200)
branch_code : varchar(200)
sort_code : varchar(200)
swift_code : varchar(200)
v
sms_db
users
id : int(50)
firstname : varchar(250)
middlename : text
lastname : varchar(250)
username : text
password : text
contact : varchar(100)
email : varchar(100)
avatar : text
last_login : datetime
type : tinyint(1)
date_added : datetime
date_updated : datetime
code : varchar(100)
reset_token : varchar(200)
token_expiry : varchar(200)
v
sms_db
user_meta
user_id : int(30)
meta_field : text
meta_value : text
date_created : datetime
Create relationship
FOREIGN KEY
on delete
--
CASCADE
SET NULL
NO ACTION
RESTRICT
on update
--
CASCADE
SET NULL
NO ACTION
RESTRICT
Delete relationship
Loading
Loading