Laravel insert
-
Laravel批量插入(insert)数据
实现方法 $data= [ ['name'=>'111'], ['name'=>'222'], ]; DB::table('xxx')->insert($data); 也可以加在Model里 class BaseModel extend Model { public function addAll(Array $data) { return DB::table($this->getTable())->...
左鹏07-05 15:21:58
阅读更多
点击排行
猜你喜欢
站点信息
- 建站时间:2018-09-18
- 网站程序:Spring Boot
- 主题模板:《今夕何夕》
- 文章统计:104条
- 微信公众号:扫描二维码,关注我们