我已经创建了一个模型php artisan make:model CommentOnPost,我想创建它的迁移文件我应该使用什么迁移名称?这样做对吗 php artisan make:migration create_comment_on_posts_table???
我已经创建了一个模型php artisan make:model CommentOnPost,我想创建它的迁移文件我应该使用什么迁移名称?这样做对吗 php artisan make:migration create_comment_on_posts_table???