Table exists in database but Activerecord not found

Hi guys,

I have my redis cache running with Yii 1.1.x and migrated some tables. When I try to access my model it shows the error the model does not exists in the database.

Am I missing anything here?

How do I refresh the schema. I tried so many schema->refresh() and so on methods but no luck. It sucks my time…

Thanks in advance