quando vou clono de um repositorio dar esse erro, pq isso acontece ??
Base table or view already exists: 1050 Table 'users' already exists (SQL: create table `users` (`id` bigint unsigned not null auto_increment primary key, `name` varchar(255) not null, `email` varchar(255) not null, `email_verified_at` timestamp null, `password` varchar(255) not null, `remember_token` varchar(100) null, `created_at` timestamp null, `updated_at` timestamp null) default character set utf8mb4 collate 'utf8mb4_unicode_ci'
Olá, Roger!
Tudo bem?
Normalmente este erro é porque tinha algum erro nos arquivos de migrations (provavelmente em uma FK), e agora ao rodar novamente os migrations, a tabela "users" já existe, mas não foi registrada na tabela de migrations;
Solução?
php artisan migrate:fresh
Precisa estar logado para conseguir responder a este ticket!
Clique Aqui Para Entrar!