WhiteLabel Backend - Database Setup & Upgrade

INFO: Connecting to MySQL server at 127.0.0.1:3306 as 'devrabby_whitelabelapi'...
SUCCESS: Connected to MySQL successfully.
SUCCESS: Database 'devrabby_whitelabelapi' is ready.
INFO: Setting up 'users' table with BIGINT created_at & updated_at...
SUCCESS: 'users' table verified.
INFO: Setting up 'recharges' table...
SUCCESS: 'recharges' table verified.
INFO: Setting up 'transactions' table...
SUCCESS: 'transactions' table verified.
INFO: Setting up 'assigned_services' table...
SUCCESS: 'assigned_services' table verified.
INFO: Setting up 'service_logs' table...
SUCCESS: 'service_logs' table verified.
INFO: Setting up 'otps' table...
SUCCESS: 'otps' table verified.
INFO: Setting up 'admin_credit_requests' table...
SUCCESS: 'admin_credit_requests' table verified.
INFO: Current IST His timestamp: 1790335126
INFO: Default Admin 'admin@example.com' exists (ID: 16).
INFO: Default User 'user@example.com' exists (ID: 2).
SUCCESS: Database migration & upgrade completed successfully!

← Back to API Test Dashboard