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-08-16 07:11:19 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
yii2
/
framework
/
db
/
sqlite
History
Chris Harris
e8c3f6cc6f
Fixing tests
2016-03-21 04:43:59 -07:00
..
ColumnSchemaBuilder.php
Fixing tests
2016-03-21 04:43:59 -07:00
QueryBuilder.php
Removed
unsignedPrimaryKey()
schema builder type; now, the
unsigned()
modifier works with primary key types e.g.
pk()->unsigned()
or
bigpk()->unsigned()
.
2016-02-26 17:48:03 -08:00
Schema.php
Merge branch '9340-add-after-method-to-migrations-schema-builder' into 9562-add-char-datatype
2016-02-20 01:59:00 -08:00