No, don't remove then. They are the database structure needed for application.
When you run
The command will look in that folder and read files one by one sorted by date and create database tables as required.Code:php artisan migrate
Now the problem is, you added one extra file here, that is not needed. To find which one you added, post result of
andCode:git status
Code:git diff




Reply With Quote
Bookmarks