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-13 20:59:12 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
b15217e4bd89ed8bb749bb518a99eb4edd93a53c
yii2
/
framework
/
db
/
pgsql
History
Chris Harris
2f91889b70
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
..
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
Sqlite specific schema builder class actually gets loaded now
2016-02-20 06:53:31 -08:00