如何解决流明迁移? 当它归还给我时
答
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