Mientras ejecuto php artesanal migre. Mostrará el siguiente error:
[Illuminate\Database\QueryException] SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'translations' already exists (SQL: create table `translations` (` id` int unsigned not null auto_increment primary key, `table_name` varchar(191) not null, `column_name` varchar(191) not null, `f oreign_key` int unsigned not null, `locale` varchar(191) not null, `value` text not null, `created_at` timestamp null, `updated_a t` timestamp null) default character set utf8mb4 collate utf8mb4_unicode_ci) [Doctrine\DBAL\Driver\PDOException] SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'translations' already exists [PDOException] SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'translations' already existsAntes de eso, ejecuté el comando php craft:auth y luego instalé el panel de administración de voyager laravel y luego ejecuté el comando de migración.
No puedo entender cuál es el problema con las tablas.
php artisan migrate:refreshintente esto (si no funciona, debe borrar la base de datos con las manos desnudas, simplemente suelte las tablas e intente migrar php artesanal nuevamente, buena suerte