stop doing anything on production when you are not sure or not tested... Highly recommended restore the latest available backup copy and duplicate the copy to testing environment...
Jul 28, 2020
2
Level 8
php artisan migrate --force erros
I am having problem with php artisan migrate --force command in production environment. It create table or column already existed error. I can't run other commands, I lose data already existed on database. How can i solve the problem ? Thanks
Please or to participate in this conversation.