
Special
Walk
Admin
Global Admin - specialwalk.com.
Helpdesk — Database Setup
Creates the 3 helpdesk tables and seeds default categories. Safe to re-run (idempotent).
Tables & Steps
-
1 helpdesk_categories_tblTicket categories — name, color, icon, sort_order, is_active
-
2 helpdesk_tickets_tblSupport tickets — subject, description, priority, status, source, user info, provider_id (links to providers_tbl), assigned_team_id (links to providers_team_tbl), response & resolution timestamps
idx_provideridx_assigneeidx_statusidx_priorityidx_categoryidx_updated -
3 helpdesk_messages_tblConversation thread — user replies, team replies, internal notes (is_internal), system events; sender_type: user / team / system
-
4 Migration — add missing indexesChecks existing tables and adds any indexes not yet present. Safe to re-run — skips indexes that already exist.
-
5 Seed default categoriesInserts 8 standard categories only if the table is empty: Order Issues, Payment & Billing, Service Issues, Shipping & Delivery, Refunds & Returns, Account & Login, General Inquiry, Technical Support.
Notification
just now
Message here.