Laravel : Product details are no longer displayed and now nothing to migrate
I had an error “table product_tag non found” then i check my product and tag Model they are both a belongsToMany. I created a 3rd migration and ran this php artisan migrate --path=database/migrations/2024_07_04_102940_create_product_tag_table.php;
But there is a message “nothing to migrate” and i dont want to use migrate:refresh because this can delete all my existing data
Thank you