refreshTableSchema() public method (available since version 2.0.6)
Refreshes the particular table schema.
This method cleans up cached table schema so that it can be re-created later to reflect the database schema change.
| public void refreshTableSchema ( $name ) | ||
|---|---|---|
| $name | string |
Table name. |
Please login to continue.