No, don't remove then. They are the database structure needed for application.

When you run

Code:
php artisan migrate
The command will look in that folder and read files one by one sorted by date and create database tables as required.

Now the problem is, you added one extra file here, that is not needed. To find which one you added, post result of


Code:
git status
and

Code:
git diff