I inserted an entry in the products table,where i just wrote the slug and product name, when i run the command "php artisan migrate:refresh" it tried to run the migrations again and it failed on the products migration and caused an error, PDOException::("SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'products' already exists") How to fix that, is it due to uncomplete entry build.