A field of type date/datetime is not properly set in the artisan command.
for example, a 'birthday' column of type 'date' in a 'users' table will result in the following output:
php artisan generate:migration create_users_table --fields="birthday, (also notice the last comma)