post表有这2个字段
填充20条数据,
执行 php artisan tinker 执行预览 factory(AppPost::class,20)->make(); 插入数据库 factory(AppPost::class,20)->create();
post表有这2个字段
填充20条数据,
执行 php artisan tinker 执行预览 factory(AppPost::class,20)->make(); 插入数据库 factory(AppPost::class,20)->create();