因为我们使用的cache是filecache
common/config/main.php 'cache' => [ 'class' => 'yii\caching\FileCache',
// 'class' => 'yii\redis\Cache', ],
所以修改完数据库表之后 需要删除文件缓存所在的目录 默认的
$cachePath public property
The directory to store cache files. You may use path alias here. If not