Wilmer Arambula
Wilmer Arambula
I would also add a method to check foreign keys. - `hasTable()` - `hasColumn()` - `hasForeingKey()` What other method do we need to implement?
For php > 8.0 `string|null` its ideal, for explicit. (Union types).
All right, i’ve used it and it’s great to have them separated, actually rename `params.php`, to `config-params.php`
I would suggest upgrading to `PHP 7.3`, so it could support `PHP 8.4` and `PHPUnit 9.6`.
> @terabytesoftw What changes exactly are needed in yii framework code to support PHPUnit 9.6? Well, basically it is eliminating the depreciated methods with the new methods, and eliminating the...
Please version `Mysql` .
https://github.com/yiisoft/yii2/blob/f388ca71b08b89e940f1ffbe4afa19ae9d5e115f/framework/db/mysql/QueryBuilder.php#L45 Here is the mapping to blob, we'll check.
Need a unit test, i could add it. Thks.