thinkphp6中数据库查询 Db的table
问题描述:
thinkphp6里数据库查询Db的设置表名的方法table/name 不能::调用,但是文档上又写着Db::table(tableName)
答
要引入
use think\Facede\Db;