[2026-08-03 23:51:18] production.ERROR: SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'users' already exists (Connection: mysql, SQL: create table `users` (`id` int unsigned not null auto_increment primary key, `email` varchar(255) not null, `username` varchar(100) not null, `password_hash` varchar(255) null, `first_name` varchar(100) null, `middle_name` varchar(100) null, `last_name` varchar(100) null, `phone_number` varchar(20) null, `avatar` varchar(255) null, `is_active` tinyint(1) not null default '1', `is_verified` tinyint(1) not null default '0', `last_login_at` datetime null, `created_at` datetime not null default CURRENT_TIMESTAMP, `updated_at` datetime not null default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP) default character set utf8mb4 collate 'utf8mb4_unicode_ci') {"route":"/","method":"GET","exception":"[object] (Illuminate\\Database\\QueryException(code: 42S01): SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'users' already exists (Connection: mysql, SQL: create table `users` (`id` int unsigned not null auto_increment primary key, `email` varchar(255) not null, `username` varchar(100) not null, `password_hash` varchar(255) null, `first_name` varchar(100) null, `middle_name` varchar(100) null, `last_name` varchar(100) null, `phone_number` varchar(20) null, `avatar` varchar(255) null, `is_active` tinyint(1) not null default '1', `is_verified` tinyint(1) not null default '0', `last_login_at` datetime null, `created_at` datetime not null default CURRENT_TIMESTAMP, `updated_at` datetime not null default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP) default character set utf8mb4 collate 'utf8mb4_unicode_ci') at /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Connection.php:829)
[stacktrace]
#0 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Connection.php(783): Illuminate\\Database\\Connection->runQueryCallback('create table `u...', Array, Object(Closure))
#1 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Connection.php(588): Illuminate\\Database\\Connection->run('create table `u...', Array, Object(Closure))
#2 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Schema/Blueprint.php(110): Illuminate\\Database\\Connection->statement('create table `u...')
#3 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(602): Illuminate\\Database\\Schema\\Blueprint->build(Object(Illuminate\\Database\\MySqlConnection), Object(Illuminate\\Database\\Schema\\Grammars\\MySqlGrammar))
#4 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(460): Illuminate\\Database\\Schema\\Builder->build(Object(Illuminate\\Database\\Schema\\Blueprint))
#5 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(355): Illuminate\\Database\\Schema\\Builder->create('users', Object(Closure))
#6 /home/qverselearning/qhub.backend.api.qverselearning.org/public/database/migrations/2014_10_12_000000_create_users_table.php(26): Illuminate\\Support\\Facades\\Facade::__callStatic('create', Array)
#7 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(501): Illuminate\\Database\\Migrations\\Migration@anonymous->up()
#8 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(418): Illuminate\\Database\\Migrations\\Migrator->runMethod(Object(Illuminate\\Database\\MySqlConnection), Object(Illuminate\\Database\\Migrations\\Migration@anonymous), 'up')
#9 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(427): Illuminate\\Database\\Migrations\\Migrator->Illuminate\\Database\\Migrations\\{closure}()
#10 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(224): Illuminate\\Database\\Migrations\\Migrator->runMigration(Object(Illuminate\\Database\\Migrations\\Migration@anonymous), 'up')
#11 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Console/View/Components/Task.php(37): Illuminate\\Database\\Migrations\\Migrator->Illuminate\\Database\\Migrations\\{closure}()
#12 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(783): Illuminate\\Console\\View\\Components\\Task->render('2014_10_12_0000...', Object(Closure))
#13 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(224): Illuminate\\Database\\Migrations\\Migrator->write('Illuminate\\\\Cons...', '2014_10_12_0000...', Object(Closure))
#14 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(189): Illuminate\\Database\\Migrations\\Migrator->runUp('/home/qverselea...', 1, false)
#15 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(132): Illuminate\\Database\\Migrations\\Migrator->runPending(Array, Array)
#16 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(92): Illuminate\\Database\\Migrations\\Migrator->run(Array, Array)
#17 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(641): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->Illuminate\\Database\\Console\\Migrations\\{closure}()
#18 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(104): Illuminate\\Database\\Migrations\\Migrator->usingConnection(NULL, Object(Closure))
#19 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->handle()
#20 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#21 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#22 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#23 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#24 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call(Array)
#25 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/symfony/console/Command/Command.php(326): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#26 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Console/Command.php(181): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#27 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/symfony/console/Application.php(1121): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#28 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/symfony/console/Application.php(324): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Database\\Console\\Migrations\\MigrateCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#29 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/symfony/console/Application.php(175): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#30 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(201): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 /home/qverselearning/qhub.backend.api.qverselearning.org/public/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 {main}

[previous exception] [object] (PDOException(code: 42S01): SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'users' already exists at /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Connection.php:587)
[stacktrace]
#0 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Connection.php(587): PDOStatement->execute()
#1 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Connection.php(816): Illuminate\\Database\\Connection->Illuminate\\Database\\{closure}('create table `u...', Array)
#2 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Connection.php(783): Illuminate\\Database\\Connection->runQueryCallback('create table `u...', Array, Object(Closure))
#3 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Connection.php(588): Illuminate\\Database\\Connection->run('create table `u...', Array, Object(Closure))
#4 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Schema/Blueprint.php(110): Illuminate\\Database\\Connection->statement('create table `u...')
#5 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(602): Illuminate\\Database\\Schema\\Blueprint->build(Object(Illuminate\\Database\\MySqlConnection), Object(Illuminate\\Database\\Schema\\Grammars\\MySqlGrammar))
#6 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Schema/Builder.php(460): Illuminate\\Database\\Schema\\Builder->build(Object(Illuminate\\Database\\Schema\\Blueprint))
#7 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Support/Facades/Facade.php(355): Illuminate\\Database\\Schema\\Builder->create('users', Object(Closure))
#8 /home/qverselearning/qhub.backend.api.qverselearning.org/public/database/migrations/2014_10_12_000000_create_users_table.php(26): Illuminate\\Support\\Facades\\Facade::__callStatic('create', Array)
#9 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(501): Illuminate\\Database\\Migrations\\Migration@anonymous->up()
#10 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(418): Illuminate\\Database\\Migrations\\Migrator->runMethod(Object(Illuminate\\Database\\MySqlConnection), Object(Illuminate\\Database\\Migrations\\Migration@anonymous), 'up')
#11 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(427): Illuminate\\Database\\Migrations\\Migrator->Illuminate\\Database\\Migrations\\{closure}()
#12 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(224): Illuminate\\Database\\Migrations\\Migrator->runMigration(Object(Illuminate\\Database\\Migrations\\Migration@anonymous), 'up')
#13 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Console/View/Components/Task.php(37): Illuminate\\Database\\Migrations\\Migrator->Illuminate\\Database\\Migrations\\{closure}()
#14 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(783): Illuminate\\Console\\View\\Components\\Task->render('2014_10_12_0000...', Object(Closure))
#15 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(224): Illuminate\\Database\\Migrations\\Migrator->write('Illuminate\\\\Cons...', '2014_10_12_0000...', Object(Closure))
#16 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(189): Illuminate\\Database\\Migrations\\Migrator->runUp('/home/qverselea...', 1, false)
#17 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(132): Illuminate\\Database\\Migrations\\Migrator->runPending(Array, Array)
#18 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(92): Illuminate\\Database\\Migrations\\Migrator->run(Array, Array)
#19 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Migrations/Migrator.php(641): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->Illuminate\\Database\\Console\\Migrations\\{closure}()
#20 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Database/Console/Migrations/MigrateCommand.php(104): Illuminate\\Database\\Migrations\\Migrator->usingConnection(NULL, Object(Closure))
#21 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(36): Illuminate\\Database\\Console\\Migrations\\MigrateCommand->handle()
#22 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Container/Util.php(41): Illuminate\\Container\\BoundMethod::Illuminate\\Container\\{closure}()
#23 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(93): Illuminate\\Container\\Util::unwrapIfClosure(Object(Closure))
#24 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php(37): Illuminate\\Container\\BoundMethod::callBoundMethod(Object(Illuminate\\Foundation\\Application), Array, Object(Closure))
#25 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Container/Container.php(662): Illuminate\\Container\\BoundMethod::call(Object(Illuminate\\Foundation\\Application), Array, Array, NULL)
#26 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Console/Command.php(211): Illuminate\\Container\\Container->call(Array)
#27 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/symfony/console/Command/Command.php(326): Illuminate\\Console\\Command->execute(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#28 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Console/Command.php(181): Symfony\\Component\\Console\\Command\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Illuminate\\Console\\OutputStyle))
#29 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/symfony/console/Application.php(1121): Illuminate\\Console\\Command->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#30 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/symfony/console/Application.php(324): Symfony\\Component\\Console\\Application->doRunCommand(Object(Illuminate\\Database\\Console\\Migrations\\MigrateCommand), Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#31 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/symfony/console/Application.php(175): Symfony\\Component\\Console\\Application->doRun(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#32 /home/qverselearning/qhub.backend.api.qverselearning.org/public/vendor/laravel/framework/src/Illuminate/Foundation/Console/Kernel.php(201): Symfony\\Component\\Console\\Application->run(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#33 /home/qverselearning/qhub.backend.api.qverselearning.org/public/artisan(37): Illuminate\\Foundation\\Console\\Kernel->handle(Object(Symfony\\Component\\Console\\Input\\ArgvInput), Object(Symfony\\Component\\Console\\Output\\ConsoleOutput))
#34 {main}
"} 
