新建模型 php artisan make:model User 生成模型时顺便生成数据库迁移 php artisan make:model User --migration 或 php artisan make:model User -m 是