
   INFO  Running migrations.  

  2026_04_01_133027_create_guest_companions_table  2.59ms FAIL

   Illuminate\Database\QueryException 

  SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'guest_companions' already exists (Connection: mysql, Host: 127.0.0.1, Port: 3306, Database: pms_hotel, SQL: create table `guest_companions` (`id` bigint unsigned not null auto_increment primary key, `guest_id` bigint unsigned not null, `first_name` varchar(255) not null, `last_name` varchar(255) null, `document_number` varchar(50) null, `birth_date` date null, `kinship` varchar(50) null comment 'Parentesco com o titular', `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: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,

  1   vendor\laravel\framework\src\Illuminate\Database\Connection.php:584
      PDOException::("SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'guest_companions' already exists")

  2   vendor\laravel\framework\src\Illuminate\Database\Connection.php:584
      PDOStatement::execute()

