This website requires JavaScript.
Explore
Help
Register
Sign In
php
/
yii2
Watch
1
Star
0
Fork
0
You've already forked yii2
mirror of
https://github.com/yiisoft/yii2.git
synced
2025-11-01 20:19:42 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
yii2
/
framework
/
db
/
mysql
History
Bizley
b79fe7d106
Fix
#17744
: Fix a bug with setting incorrect
defaultValue
to AR column with
CURRENT_TIMESTAMP(x)
as default expression (MySQL >= 5.6.4)
2019-12-20 15:23:20 +03:00
..
ColumnSchema.php
Fixed
null
saving for JSON and Array cols in AR
2018-03-13 16:03:46 +02:00
ColumnSchemaBuilder.php
Fix
#17449
: Fixed order of SQL column build syntax for MySQL migration
2019-07-23 17:37:16 +03:00
JsonExpressionBuilder.php
Reverted casting JsonExpression(null) to SQL NULL
2018-03-10 11:14:08 +02:00
QueryBuilder.php
Fix
#17449
: Ensure
CHECK
statement goes after
COMMENT
in MySQL
QueryBuilder::addCommentOnColumn()
2019-09-03 19:36:37 +03:00
Schema.php
Fix
#17744
: Fix a bug with setting incorrect
defaultValue
to AR column with
CURRENT_TIMESTAMP(x)
as default expression (MySQL >= 5.6.4)
2019-12-20 15:23:20 +03:00