Trim whitespace using eloquent?

后端 未结 0 1622
闹比i
闹比i 2021-02-13 15:55

I\'m trying to trim all existing titles in a database column.

DB::table(\'books\')
    ->update([
        \'title\' => DB::raw(TRIM(\'title\'))
    ]);


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题