laravel migration default error

revision 74729ae644ba68a007402ef7aa639362c8d745b3

raw

phork0.txt

$ php artisan migrate:generate   
Using connection: mysql

Generating migrations for: 

 Do you want to log these migrations in the migrations table? [Y/n] :
 > 


                                                                                                                        
 [ERROR] A value is required.                                                                                           
                                                                                                                        

 Do you want to log these migrations in the migrations table? [Y/n] :
 > Y

Migration table created successfully.

History