Recent
`college_timetable`.`programs`
`mysql`.`roles_mapping`
`mysql`.`user`
`college_timetable`.`users`
`mysql`.`time_zone`
`college_timetable`.`study_groups`
`mysql`.`proc`
`mysql`.`innodb_table_stats`
`college_timetable`.`group_unavailability`
`mysql`.`column_stats`
Favorites
There are no favorite tables.
New
college_timetable
cu_theses
digital_repository
information_schema
inventory
law_attendance
library_access_db
mysql
performance_schema
phpmyadmin
README_TO_RECOVER_AAGB
test
university_management
warehouse_assets_system
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: library_access_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 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
library_access_db
admins
id : int(11)
name : varchar(100)
username : varchar(50)
password_hash : varchar(255)
last_login : datetime
role : enum('admin','supervisor','user','backup_restore','manage_borrowings')
status : enum('active','inactive')
manage_borrowings : tinyint(1)
v
library_access_db
audit_logs
id : int(11)
table_name : varchar(100)
record_id : varchar(50)
action : enum('INSERT','UPDATE','DELETE')
performed_by : varchar(50)
performed_at : timestamp
details : text
v
library_access_db
backup_history
id : int(11)
filename : varchar(255)
filepath : varchar(255)
backup_size : varchar(20)
created_at : datetime
created_by : int(11)
v
library_access_db
books
id : int(11)
title : varchar(255)
author : varchar(255)
isbn : varchar(50)
category : varchar(100)
available_copies : int(11)
created_at : timestamp
barcode : varchar(100)
publisher : varchar(100)
v
library_access_db
borrowings
id : int(11)
student_id : varchar(255)
book_id : int(11)
borrow_date : datetime
expected_return_date : date
return_date : date
status : enum('borrowed','returned')
book_barcode : varchar(100)
v
library_access_db
clearance_requests
id : int(11)
student_id : varchar(20)
request_date : datetime
decision_date : datetime
notes : text
status : enum('جديد','قيد المراجعة','معتمد','مرفوض')
approved_at : datetime
reviewed_by : varchar(100)
created_at : datetime
person_id : varchar(50)
person_type : enum('student','visitor')
v
library_access_db
complaints
id : int(11)
reference_code : varchar(30)
full_name : varchar(150)
phone : varchar(20)
email : varchar(150)
person_type : enum('student','visitor','other')
person_id : varchar(50)
category : enum('شكوى','مقترح','استفسار')
subject : varchar(200)
message : text
status : enum('جديد','قيد المراجعة','تم الرد','مغلق')
admin_response : text
responded_by : int(11)
responded_at : datetime
created_at : datetime
ip_address : varchar(45)
v
library_access_db
entry_logs
id : int(11)
student_id : varchar(20)
entry_time : datetime
source : enum('بوابة الدخول')
v
library_access_db
faculties
id : int(11)
name : varchar(255)
university_id : int(11)
v
library_access_db
halls
id : int(11)
name : varchar(100)
capacity : int(11)
v
library_access_db
hall_logs
id : int(11)
person_type : enum('student','visitor')
person_id : varchar(50)
hall_name : varchar(100)
entry_time : datetime
exit_time : datetime
v
library_access_db
logout_log
id : int(11)
logout_time : datetime
v
library_access_db
roles_permissions
role : varchar(20)
permission : varchar(50)
allowed : tinyint(1)
v
library_access_db
services
id : int(11)
name : varchar(100)
v
library_access_db
settings
id : int(11)
setting_key : varchar(50)
setting_value : text
site_name : varchar(255)
logo_path : varchar(255)
secondary_logo_path : varchar(255)
welcome_text : text
created_at : timestamp
v
library_access_db
students
student_id : varchar(20)
name : varchar(100)
university : varchar(100)
faculty : varchar(100)
level : varchar(50)
gender : enum('ذكر','أنثى')
national_id : varchar(14)
phone : varchar(20)
photo : varchar(255)
subscription_start : date
subscription_end : date
created_at : timestamp
start_date : date
end_date : date
subscription_type : varchar(20)
subscription_amount : decimal(10,2)
receipt_number : varchar(50)
updated_at : timestamp
v
library_access_db
study_levels
id : int(11)
name : varchar(255)
v
library_access_db
system_settings
id : int(11)
max_borrow_days : int(11)
max_books_per_user : int(11)
fine_per_day : decimal(10,2)
updated_at : timestamp
v
library_access_db
theses
id : int(11)
student_id : varchar(50)
student_name : varchar(255)
university : varchar(255)
faculty : varchar(255)
level : varchar(100)
national_id : varchar(20)
thesis_title : text
supervisor : varchar(255)
submission_date : date
degree_type : varchar(50)
department : varchar(100)
file_path : varchar(255)
created_at : timestamp
v
library_access_db
universities
id : int(11)
name : varchar(255)
v
library_access_db
visitors
visitor_id : varchar(50)
name : varchar(255)
university : int(11)
faculty : int(11)
level : int(11)
start_date : date
end_date : date
gender : varchar(10)
national_id : varchar(20)
phone : varchar(20)
photo_path : varchar(255)
updated_at : timestamp
Create relationship
FOREIGN KEY
on delete
--
CASCADE
SET NULL
NO ACTION
RESTRICT
on update
--
CASCADE
SET NULL
NO ACTION
RESTRICT
Delete relationship
Loading
Loading