📅  最后修改于: 2022-03-11 14:53:38.041000             🧑  作者: Mango
public action refreshSchema()
{
// Load all tables of the application in the schema
Yii::app()->db->schema->getTables();
// clear the cache of all loaded tables
Yii::app()->db->schema->refresh();
}