Commit 4a9efc9e by Alexander Makarov

Corrected schema used for MySQL

parent 523a63f5
......@@ -9,7 +9,7 @@ namespace yii\db\mysql;
use yii\db\Exception;
use yii\base\InvalidParamException;
use yii\db\sqlite\Schema;
use yii\db\mysql\Schema;
/**
* QueryBuilder is the query builder for MySQL databases.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment