欢迎各位兄弟 发布技术文章

这里的技术是共享的

You are here

where update 更新 where 一定要在 update的前面 否则会报错 Call to a member function where() on integer 顺序 次序 有大用

DB::table('users')
     ->where('id', 1)->update(['votes' => 1]);
普通分类: