Already up to date. INFO Running migrations. 2025_10_21_000000_create_incident_reports_table ................ 3.91ms FAIL Illuminate\Database\QueryException SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'incident_reports' already exists (Connection: mysql, SQL: create table `incident_reports` (`id` bigint unsigned not null auto_increment primary key, `teacher_id` bigint unsigned null, `learner_id` bigint unsigned null, `internship_id` bigint unsigned null, `line_manager_id` bigint unsigned null, `company_id` bigint unsigned null, `issue_card` tinyint unsigned not null default '0', `inform_to_edson` tinyint unsigned not null default '0', `tardiness` tinyint unsigned not null default '0', `derigestration` tinyint unsigned not null default '0', `incomplete_work` tinyint unsigned not null default '0', `missing_work_material` tinyint unsigned not null default '0', `it_violation` tinyint unsigned not null default '0', `disruption` tinyint unsigned not null default '0', `safety_regulation_violation` tinyint unsigned not null default '0', `other` tinyint unsigned not null default '0', `other_reason` varchar(255) null, `comment` varchar(255) null, `created_at` timestamp null, `updated_at` timestamp null) default character set utf8mb4 collate 'utf8mb4_unicode_ci') at vendor/laravel/framework/src/Illuminate/Database/Connection.php:822 818▕ $this->getName(), $query, $this->prepareBindings($bindings), $e 819▕ ); 820▕ } 821▕ ➜ 822▕ throw new QueryException( 823▕ $this->getName(), $query, $this->prepareBindings($bindings), $e 824▕ ); 825▕ } 826▕ } +9 vendor frames  10 database/migrations/2025_10_21_000000_create_incident_reports_table.php:13 Illuminate\Support\Facades\Facade::__callStatic() +26 vendor frames  37 artisan:16 Illuminate\Foundation\Application::handleCommand()