Alexander Makarov

Results 1744 comments of Alexander Makarov

https://stackoverflow.com/questions/2615417/what-happens-when-auto-increment-on-integer-column-reaches-the-max-value-in-data

DB driver migration: ```php $this->createTable($this->tableName, [ 'id' => $this->primaryKey(), ``` could be replaced with `bigPrimaryKey()`. You can adjust your existing table manually to bigint.

> Fatal error: Cannot use 'Object' as class name as it is reserved in /home/sebastian/Downloads/yii2-cookbook-master/build/vendor/yiisoft/yii2/base/Object.php on line 77 What version of Yii do you have?

You need at least 2.0.13 to use it with PHP 7.

Looks like a good addition. Do you have time for a pull request?

We haven't thought about Redis yet.

Yes, database name should be taken into account.

Do you have time for a pull request?