INFO Running migrations. 2025_12_11_215417_create_tenant_units_table ................................................................. 2ms FAIL Illuminate\Database\QueryException SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'tenant_units' already exists (Connection: mysql, SQL: create table `tenant_units` (`id` bigint unsigned not null auto_increment primary key, `tenant_id` bigint unsigned not null, `unit_id` bigint unsigned not null, `is_active` tinyint(1) not null default '1', `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:829 825▕ $this->getName(), $query, $this->prepareBindings($bindings), $e 826▕ ); 827▕ } 828▕ ➜ 829▕ throw new QueryException( 830▕ $this->getName(), $query, $this->prepareBindings($bindings), $e 831▕ ); 832▕ } 833▕ } +9 vendor frames  10 database/migrations/2025_12_11_215417_create_tenant_units_table.php:14 Illuminate\Support\Facades\Facade::__callStatic("create") +24 vendor frames  35 artisan:35 Illuminate\Foundation\Console\Kernel::handle(Object(Symfony\Component\Console\Input\ArgvInput), Object(Symfony\Component\Console\Output\ConsoleOutput)) Failed to run artisan migrate: exit status 1