how to show new added columns in database in yii framework?
问题 i added two new columns in my db table, and then i defined these new columns in the table model itself, and then, when i called $model->getAttributes() the two new columns didn't appear in the array output of $model->getAttributes() method call there's no schema caching set in my configs, any idea how to solve this?, and how am I gonna get the value of the input forms of the new added columns from the front-end if i have a problem in showing off the two newly added columns ? e.g new columns