如何解决流明迁移? 当它归还给我时

如何解决流明迁移? 当它归还给我时

问题描述:

enter image description here

How can I solve this type of error?

p>

如何 我可以解决这种类型的错误吗? p> div>

Change command to:

php artisan make:migration create_books_table --create=books

Command thinks that you're trying to pass two arguments. You should use --create, as an option:

https://laravel.com/docs/5.1/migrations#generating-migrations