Recent
`ayyub_pos_db`.`operasional`
`ayyub_pos_db`.`ahsp_detail`
`ayyub_pos_db`.`kpi_target_karyawan`
`ayyub_pos_db`.`proyek_tim`
`ayyub_pos_db`.`belanja`
`saas_sekolah`.`password_reset_tokens`
`ayyub_pos_db`.`proyek_deployment_item`
`saas_sekolah`.`sessions`
`saas_sekolah`.`migrations`
`ayyub_pos_db`.`cabang`
Favorites
There are no favorite tables.
New
agro_system
alumni_db
ayyub
ayyub_erp
ayyub_pos_db
cahayailahi_db
gti_erp
imigrasi_db
information_schema
mysql
performance_schema
phpmyadmin
saas_sekolah
sadika
sadika_erp
sadika_pos
sembada_db
test
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: 127.0.0.1
Database: sadika_pos
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
sadika_pos
absensi
id : int(11)
user_id : int(11)
tanggal : date
jam_masuk : time
jam_pulang : time
status : enum('hadir','izin','sakit','alpha','terlambat')
keterangan : varchar(255)
created_at : datetime
updated_at : datetime
foto_selfie : varchar(255)
v
sadika_pos
account_coa
id : int(11)
kode_akun : varchar(20)
nama_akun : varchar(150)
jenis : enum('asset','liabilitas','ekuitas','pendapatan','beban')
kategori : varchar(50)
posisi_normal : enum('debet','kredit')
is_active : tinyint(1)
is_header : tinyint(1)
parent_id : int(11)
created_at : datetime
updated_at : datetime
v
sadika_pos
agent_purchases
id : bigint(20) unsigned
invoice_number : varchar(255)
agent_id : bigint(20) unsigned
purchase_date : date
due_date : date
grand_total : decimal(15,2)
returned_total : decimal(15,2)
paid_total : decimal(15,2)
status : enum('unpaid','partial','paid')
notes : text
created_at : timestamp
updated_at : timestamp
v
sadika_pos
agent_purchase_items
id : bigint(20) unsigned
agent_purchase_id : bigint(20) unsigned
product_id : bigint(20) unsigned
qty : decimal(10,2)
unit_price : decimal(15,2)
subtotal : decimal(15,2)
created_at : timestamp
updated_at : timestamp
v
sadika_pos
agent_purchase_payments
id : bigint(20) unsigned
agent_purchase_id : bigint(20) unsigned
cash_account_id : bigint(20) unsigned
payment_date : date
amount : decimal(15,2)
method : varchar(255)
notes : text
created_at : timestamp
updated_at : timestamp
v
sadika_pos
agent_purchase_returns
id : bigint(20) unsigned
agent_purchase_id : bigint(20) unsigned
invoice_number : varchar(50)
return_date : date
total_return : decimal(15,2)
notes : text
created_at : timestamp
updated_at : timestamp
v
sadika_pos
agent_purchase_return_items
id : bigint(20) unsigned
agent_purchase_return_id : bigint(20) unsigned
agent_purchase_item_id : bigint(20) unsigned
qty : decimal(10,2)
unit_price : decimal(15,2)
subtotal : decimal(15,2)
created_at : timestamp
updated_at : timestamp
v
sadika_pos
cache
key : varchar(255)
value : mediumtext
expiration : int(11)
v
sadika_pos
cache_locks
key : varchar(255)
owner : varchar(255)
expiration : int(11)
v
sadika_pos
cash_accounts
id : bigint(20) unsigned
name : varchar(255)
type : enum('cash','bank')
opening_balance : decimal(15,2)
is_active : tinyint(1)
created_at : timestamp
updated_at : timestamp
v
sadika_pos
cash_transactions
id : bigint(20) unsigned
trx_date : date
cash_account_id : bigint(20) unsigned
type : enum('in','out')
category : varchar(100)
description : varchar(255)
amount : decimal(15,2)
source_type : varchar(100)
source_id : bigint(20) unsigned
created_at : timestamp
updated_at : timestamp
v
sadika_pos
categories
id : int(11)
nama_kategori : varchar(100)
deskripsi : text
created_at : datetime
updated_at : datetime
v
sadika_pos
failed_jobs
id : bigint(20) unsigned
uuid : varchar(255)
connection : text
queue : text
payload : longtext
exception : longtext
failed_at : timestamp
v
sadika_pos
jobs
id : bigint(20) unsigned
queue : varchar(255)
payload : longtext
attempts : tinyint(3) unsigned
reserved_at : int(10) unsigned
available_at : int(10) unsigned
created_at : int(10) unsigned
v
sadika_pos
job_batches
id : varchar(255)
name : varchar(255)
total_jobs : int(11)
pending_jobs : int(11)
failed_jobs : int(11)
failed_job_ids : longtext
options : mediumtext
cancelled_at : int(11)
created_at : int(11)
finished_at : int(11)
v
sadika_pos
journal_details
id : int(11)
journal_entry_id : int(11)
account_id : int(11)
debet : int(11)
kredit : int(11)
keterangan : text
created_at : datetime
updated_at : datetime
v
sadika_pos
journal_entries
id : int(11)
nomor_jurnal : varchar(50)
tanggal : date
tipe : enum('umum','penjualan','pembelian','retur_jual','retur_beli','kas','lainnya')
referensi : varchar(100)
keterangan : text
total_debet : int(11)
total_kredit : int(11)
is_posted : tinyint(1)
posted_at : datetime
created_by : int(11)
created_at : datetime
updated_at : datetime
v
sadika_pos
migrations
id : int(10) unsigned
migration : varchar(255)
batch : int(11)
v
sadika_pos
operational_expenses
id : bigint(20) unsigned
expense_date : date
cash_account_id : bigint(20) unsigned
category : varchar(255)
description : varchar(255)
amount : decimal(15,2)
notes : text
created_at : timestamp
updated_at : timestamp
v
sadika_pos
password_reset_tokens
email : varchar(255)
token : varchar(255)
created_at : timestamp
v
sadika_pos
products
id : bigint(20) unsigned
barcode : varchar(255)
category_id : int(11)
nama_produk : varchar(255)
satuan : varchar(20)
stok : decimal(10,2)
harga_modal : int(11)
harga_jual : int(11)
created_at : timestamp
updated_at : timestamp
v
sadika_pos
purchases
id : int(11)
purchase_number : varchar(20)
supplier_id : int(11)
total_harga : bigint(20)
paid_amount : int(11)
status_pembayaran : enum('lunas','hutang','partial')
due_date : date
kasir : varchar(100)
created_at : datetime
updated_at : datetime
v
sadika_pos
purchase_details
id : int(11)
purchase_id : int(11)
product_id : int(11)
qty : int(11)
harga_beli : bigint(20)
subtotal : bigint(20)
created_at : datetime
v
sadika_pos
purchase_payments
id : int(11)
purchase_id : int(11)
payment_date : date
amount : int(11)
metode_bayar : enum('tunai','transfer','qris')
keterangan : text
created_by : int(11)
created_at : datetime
updated_at : datetime
v
sadika_pos
role_permissions
id : int(11)
role_name : varchar(50)
menu_name : varchar(50)
can_access : tinyint(1)
created_at : datetime
updated_at : datetime
v
sadika_pos
sales
id : bigint(20) unsigned
invoice_number : varchar(20)
customer_id : bigint(20) unsigned
total_bayar : int(11)
total_untung : int(11)
created_at : timestamp
updated_at : timestamp
total_untungan : int(11)
kasir : varchar(100)
metode_bayar : varchar(50)
uang_diterima : bigint(20)
journal_entry_id : int(11)
v
sadika_pos
sale_details
id : bigint(20) unsigned
sale_id : bigint(20) unsigned
product_id : bigint(20) unsigned
qty : decimal(10,2)
subtotal : int(11)
total_untung : bigint(20)
untung_satuan : int(11)
created_at : timestamp
updated_at : timestamp
v
sadika_pos
sale_returns
id : bigint(20) unsigned
sale_id : bigint(20) unsigned
invoice_number : varchar(50)
customer_id : bigint(20) unsigned
total_retur : decimal(15,2)
alasan : varchar(255)
catatan : text
return_date : date
created_at : timestamp
updated_at : timestamp
v
sadika_pos
sale_return_details
id : bigint(20) unsigned
sale_return_id : bigint(20) unsigned
product_id : bigint(20) unsigned
qty : decimal(10,2)
harga : decimal(15,2)
subtotal : decimal(15,2)
created_at : timestamp
updated_at : timestamp
v
sadika_pos
sessions
id : varchar(255)
user_id : bigint(20) unsigned
ip_address : varchar(45)
user_agent : text
payload : longtext
last_activity : int(11)
v
sadika_pos
settings
id : bigint(20) unsigned
nama_toko : varchar(255)
alamat_toko : text
logo_toko : varchar(255)
backup_path : varchar(255)
telepon : varchar(255)
footer_struk : varchar(255)
created_at : timestamp
updated_at : timestamp
v
sadika_pos
suppliers
id : int(11)
nama_supplier : varchar(100)
kontak_person : varchar(100)
telepon : varchar(20)
alamat : text
deskripsi : text
created_at : datetime
updated_at : datetime
v
sadika_pos
transactions
id : bigint(20) unsigned
invoice_number : varchar(255)
total_amount : decimal(15,2)
paid_amount : decimal(15,2)
change_amount : decimal(15,2)
created_at : timestamp
updated_at : timestamp
v
sadika_pos
transaction_items
id : bigint(20) unsigned
transaction_id : bigint(20) unsigned
product_id : bigint(20) unsigned
quantity : int(11)
unit_price : decimal(15,2)
subtotal : decimal(15,2)
created_at : timestamp
updated_at : timestamp
v
sadika_pos
users
id : bigint(20) unsigned
name : varchar(255)
email : varchar(255)
phone : varchar(255)
address : text
bank_account_number : varchar(255)
email_verified_at : timestamp
password : varchar(255)
role : enum('admin','kasir','agen','super_admin','staff_gudang')
status : enum('active','pending','rejected')
level_id : int(11)
remember_token : varchar(100)
created_at : timestamp
updated_at : timestamp
v
sadika_pos
user_levels
id : int(11)
nama_level : varchar(100)
deskripsi : text
created_at : datetime
updated_at : 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