My laravel migrates with database. Why can't you find the problem when you create the table?

problem description

my laravel migrates with database. Why can"t you find the problem when creating the table?

the environmental background of the problems and what methods you have tried

clipboard.png

clipboard.png

related codes

/ / Please paste the code text below (do not replace the code with pictures)
D:phpStudyWWWlaravelstudy1 > php artisan make:migration create_student_table-- create=tb_student

what result do you expect? What is the error message actually seen?

I don"t understand why it can"t be created.

Mar.15,2022

I found that it would be good to delete the original two and then create them.
php artisan make:migration create_student_table

Menu