I\'m trying to trim all existing titles in a database column.
DB::table(\'books\') ->update([ \'title\' => DB::raw(TRIM(\'title\')) ]);