Error when I try to run migrate command

Someone get some error when try run yii migrate command after yesterday update?

I got this error.


yii migrate

Yii Migration Tool (based on Yii v2.0.11.1)


Exception 'yii\db\Exception' with message 'could not find driver'


in /var/www/html/testes/Yii2/migracao/vendor/yiisoft/yii2/db/Connection.php:568



Hi,

[size=2]Have you activated the corresponding extensions for the database you are using?[/size]

Which extensions?

The PHP extensions to connect to the database, for example: php_pdo_oci and php_oci8_12 in the php.ini file …

Also, if you are using the basic template, you must configure the database components in both the web.php file and console.php.

It’s ok. I can create a model by Gii, I can create a migrate too, for example. It’s occur only I try to run it

Console Gii?