webman有什么方法可以執(zhí)行原生的sql嗎,比方說我想檢測(cè)數(shù)據(jù)表是否存在。
use support/Db; Db::select('select * from user'); Db::statement('drop table if exists user')
哦~非常感謝,請(qǐng)受小弟一拜!