Upgrade database of yii app

Hello,

I have yii app which is db oriented and it gets upgraded frequently along with db changes.

Is there any way in yii to handle this db upgrades (db table changes since last version)?

Regards,

Sachin

Have you tried Database Migration?