Yii2 framework backup
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Chris Harris 2f91889b70 Removed `unsignedPrimaryKey()` schema builder type; now, the `unsigned()` modifier works with primary key types e.g. `pk()->unsigned()` or `bigpk()->unsigned()`. 9 years ago
..
PDO.php Implicit type casting to avoid buggy dblib issues 10 years ago
QueryBuilder.php Removed `unsignedPrimaryKey()` schema builder type; now, the `unsigned()` modifier works with primary key types e.g. `pk()->unsigned()` or `bigpk()->unsigned()`. 9 years ago
Schema.php Sqlite specific schema builder class actually gets loaded now 9 years ago
SqlsrvPDO.php reverted breaking PHPdoc codestyle changes 11 years ago
TableSchema.php fixed file PHPdoc 11 years ago