Database Structure Manager

Data queries disabled. Structure management only.

Tables

TableActions
ad_campaigns
ad_requests
admin_salary
admins
ads_logs
all_employees_unified
approval_log
attendance_correction_requests
attendance_requests
bug_comments
bug_projects
bugs
campaign_completion
campaign_updates
client_progress
clients
crew_project_achievement_map
crew_project_actions
crew_project_counter
crew_project_files
crew_projects
demo_users
design_attendance_requests
design_behavior_kpi
design_behaviour_kpi
design_employee_attendance
design_employee_entry_times
design_employee_halfday
design_employee_late_log
design_employee_leave_requests
design_employees
design_employees_login_logs
design_employees_logout_logs
design_entry_time_overrides
design_entry_time_permanent
design_leave_messages
design_manager_entry_time_overrides
design_manager_entry_time_permanent
design_manager_halfday
design_manager_late_log
design_manager_leave_messages
design_manager_leaves
design_objective_kpi
design_payment_history
design_proj
design_quality_kpi
designer_files
designer_kpi
designer_task_edit_logs
designer_task_file_logs
designer_task_files
designer_task_revisions
designer_tasks
dev_proj
dev_project_assets
dev_project_assignments
dev_project_status_logs
dev_project_tasks
dev_projects
dev_team_members
development_attendance_requests
development_employee_attendance
development_employee_entry_times
development_employee_halfday
development_employee_late_log
development_employee_leave_requests
development_employees
development_employees_login_logs
development_employees_logout_logs
development_entry_time_overrides
development_entry_time_permanent
development_leave_messages
development_manager_entry_time_overrides
development_manager_entry_time_permanent
development_manager_halfday
development_manager_late_log
development_manager_leave_messages
development_manager_leaves
development_tasks
device_challenges
device_security_logs
employee_devices
employee_individual_targets
employee_leave_requests
employee_shift_settings
employee_targets
exchange_rates
expense_categories
expenses
hr_login_logs
hr_manager
invoice_counter
invoice_custom_fields
invoice_extra_charges
invoice_items
invoice_payments
invoice_sections
invoice_settings
invoice_templates
invoices
jg_invoices
jg_team_members
jg_team_target_history
jg_teams_sales
jg_v_member_payments
jgsu_team_logs
jgsu_team_members
jgsu_team_targets
jgsu_teams
kpi_attendance
kpi_behavior
kpi_project
kpi_punctuality
leave_messages
mail_accounts
mail_preferences
manager1_attendance
manager2_attendance
manager3_attendance
manager4_attendance
manager_attendance
manager_attendance_requests
manager_login_logs
manager_pending_tasks
managers
marketing_ads_audit_log
marketing_ads_daily
marketing_ads_proofs
marketing_behaviour_kpi
marketing_campaign_budgets
marketing_campaigns
marketing_conversions
marketing_employee_attendance
marketing_employee_entry_times
marketing_employee_halfday
marketing_employee_late_log
marketing_employee_leave_requests
marketing_employees
marketing_employees_login_logs
marketing_employees_logout_logs
marketing_entry_time_overrides
marketing_entry_time_permanent
marketing_kpi_monthly
marketing_lead_contacts
marketing_leads
marketing_manager_entry_time_overrides
marketing_manager_entry_time_permanent
marketing_manager_halfday
marketing_manager_late_log
marketing_manager_leave_messages
marketing_manager_leaves
marketing_monthly_budget
marketing_whatsapp_logs
member_monthly_archive
member_sales_detail
monthly_budget
monthly_targets
payment_records
project_achievement_map
project_actions
project_counter
project_files
projects
salary_records
sale_quality_kpi
sales_behavior_kpi
sales_behaviour_kpi
sales_crew_employee_attendance
sales_crew_employee_entry_times
sales_crew_employee_late_log
sales_crew_employees
sales_crew_employees_login_logs
sales_crew_employees_logout_logs
sales_crew_entry_time_overrides
sales_crew_entry_time_permanent
sales_employee_attendance
sales_employee_entry_times
sales_employee_late_log
sales_employees
sales_employees_login_logs
sales_employees_logout_logs
sales_entry_time_overrides
sales_entry_time_permanent
sales_manager_entry_time_overrides
sales_manager_entry_time_permanent
sales_manager_halfday
sales_manager_late_log
sales_manager_leave_messages
sales_manager_leaves
sales_objective_kpi
sales_quality_kpi
sales_quality_kpi_config
sales_targets
target_history
task_activity_logs
task_attachments
task_edit_logs
team_member_targets
team_member_transfers
team_members
team_monthly_archive
team_monthly_targets
team_payment_breakdown
team_sales_summary
team_shuffle_logs
teams
teams_deleted_archive
teams_deleted_members_archive
teams_sales
v_design_entry_time
v_development_entry_time
v_marketing_entry_time
v_sales_entry_time
video_task_updates
video_tasks

Create New Table

Table: projects

Columns

ColumnTypeActions
id int(11)
project_number varchar(20)
sales_id int(11)
sales_type enum('employee','manager')
sales_name varchar(100)
client_name varchar(150)
client_email varchar(150)
client_phone varchar(30)
title varchar(250)
description text
price decimal(12,2)
payment_received decimal(12,2)
payment_remaining decimal(12,2)
tip_amount decimal(12,2)
deadline date
payment_method varchar(100)
designer_deadline date
created_at timestamp
completed_at datetime
design_manager_id int(11)
design_manager_name varchar(100)
designer_id int(11)
designer_name varchar(100)
status enum('Pending','AdminApproved','AdminRejected','SentToDesigner','AssignedToDesigner','DesignUploaded','RevisionRequested','RevisionUploaded','DesignApproved','DesignFinalApproved','FinalFilesUploaded','Completed')
admin_notes text
revision_notes text
tip_payment_method varchar(255)

Add Column

Modify Column