Skip to content

Instantly share code, notes, and snippets.

@vladqa
Created January 11, 2014 21:43
Show Gist options
  • Select an option

  • Save vladqa/8377362 to your computer and use it in GitHub Desktop.

Select an option

Save vladqa/8377362 to your computer and use it in GitHub Desktop.
Clear Yii table schema cache
// 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();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment