問題描述
數(shù)據(jù)庫配置文件 config/database.php 已配置
前綴參數(shù) prefix 已配置
使用模型的時候還是會出現(xiàn)錯誤信息如下
SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘database.table’ doesnt exist
查詢方案
注意查看模型 model 類文件,設(shè)置數(shù)據(jù)表名稱的屬性
屬性 name 數(shù)據(jù)表名稱(不帶前綴)文章來源:http://www.zghlxwxcb.cn/article/14.html
屬性 table 需要完整數(shù)據(jù)表名稱文章來源地址http://www.zghlxwxcb.cn/article/14.html
到此這篇關(guān)于SQLSTATE[42S02]: Base table or view not found: 1146 Table ‘database.table’ doesnt exist的文章就介紹到這了,更多相關(guān)內(nèi)容可以在右上角搜索或繼續(xù)瀏覽下面的相關(guān)文章,希望大家以后多多支持TOY模板網(wǎng)!