this is incompatible with sql_mode=only_full_group_by
這是因?yàn)閘aravel mysql數(shù)據(jù)庫(kù)開啟了嚴(yán)格模式,導(dǎo)致很多mysql語(yǔ)句可能會(huì)報(bào)錯(cuò),我們可以將其關(guān)閉即可
找到config/database.php,修改'strict' => true,改為false即可
this is incompatible with sql_mode=only_full_group_by
這是因?yàn)閘aravel mysql數(shù)據(jù)庫(kù)開啟了嚴(yán)格模式,導(dǎo)致很多mysql語(yǔ)句可能會(huì)報(bào)錯(cuò),我們可以將其關(guān)閉即可
找到config/database.php,修改'strict' => true,改為false即可