=============== Db::table('cmf_portal_post')->where('id', 2)->setInc('post_hits', 10, 2);
[ SQL ] UPDATE `cmf_portal_post` SET `post_hits`=`post_hits`+20 WHERE `id` = 2 [ RunTime:0.003720s ]