INFO Running migrations. 2026_05_05_005003_add_department_id_to_complaints_table ....... 17.49ms FAIL Illuminate\Database\QueryException SQLSTATE[42P01]: Undefined table: 7 ERROR: no existe la relación «departments» (Connection: pgsql, Host: 127.0.0.1, Port: 5432, Database: complaints, SQL: alter table "complaints" add constraint "complaints_department_id_foreign" foreign key ("department_id") references "departments" ("id") on delete set null) at vendor/laravel/framework/src/Illuminate/Database/Connection.php:838 834▕ $exceptionType = $this->isUniqueConstraintError($e) 835▕ ? UniqueConstraintViolationException::class 836▕ : QueryException::class; 837▕ ➜ 838▕ throw new $exceptionType( 839▕ $this->getNameWithReadWriteType(), 840▕ $query, 841▕ $this->prepareBindings($bindings), 842▕ $e, +9 vendor frames  10 database/migrations/2026_05_05_005003_add_department_id_to_complaints_table.php:14 Illuminate\Support\Facades\Facade::__callStatic() +27 vendor frames  38 artisan:16 Illuminate\Foundation\Application::handleCommand()