This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors
/
yii2
Watch
2
Star
0
Fork
0
You've already forked yii2
mirror of
https://github.com/yiisoft/yii2.git
synced
2026-03-11 18:01:21 +01:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
383cf0c48d729c9bf4bf979fbbca43715758f708
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