34 Commits (515732c7b8c5527720592fc87747657de659f1f5)

Author SHA1 Message Date
Alexander Makarov 94d0bd9ae7 Fixed method name 8 years ago
Alexander Makarov 27866bf9d6 Changed name to append(), fixed phpdoc, added changelog 8 years ago
Chris Harris 66eabda770 Fixes #11195: Added ability to append custom string to schema builder column definition 8 years ago
Carsten Brandt 731769241b release version 2.0.8 9 years ago
SilverFire - Dmitry Naumenko 15432971d6 db/ColumnSchemaBuilder::buildCommentString() returns empty string by default 9 years ago
SilverFire - Dmitry Naumenko 0fe27b9d3b Refactored code in PR #9441 9 years ago
Chris Harris 5c4001d84b Schema Builder Patterns Excel document in /docs folder (temp storage). 9 years ago
Chris Harris 98ac811858 Unsigned switch is now set when calling `unsigned()` on pks. 9 years ago
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
Chris Harris b697e173fc Fixed `unsigned()` modifier to enable use with PKs. 9 years ago
Chris Harris 553cca642c Reverted `unsigned()` pk modifier 9 years ago
Chris Harris 030ee68b01 Testing `unsigned()` modifier on PKs (now `$this->primaryKey()->unsigned()` works) 9 years ago
Chris Harris 3761682edf Upgraded some tests. Fixed MySQL test fixtures to create all tables with InnoDB. 9 years ago
Chris Harris 81ff4752d9 Added CHECK modifier to PK schema pattern. Modified UNSIGNED tests to not include modifier by default (i.e. only present when testing DBMSes that support it). 9 years ago
Chris Harris 96fa375b16 Refactored to a more functional way of accessing database connection 9 years ago
Chris Harris f52f60db0f Renamed category constants 9 years ago
Chris Harris c50ba2e800 Fixed comment [skip ci] 9 years ago
Chris Harris d18563bd38 Fixed comment formatting. Renamed ColumnSchemaBuilder::CAT_TEXT to ColumnSchemaBuilder::CAT_STRING. [skip ci] 9 years ago
Chris Harris 51b99320bd Sqlite specific schema builder class actually gets loaded now 9 years ago
Alexander Makarov 386aacae5c Fixes #10422: `yii\db\ColumnSchemaBuilder::buildNotNullString` now returns `NULL` instead of empty string to properly work with MSSQL (reverted from commit 2498a9b3bb) 9 years ago
nevermnd 2498a9b3bb Fixes #10422: `yii\db\ColumnSchemaBuilder::buildNotNullString` now returns `NULL` instead of empty string to properly work with MSSQL 9 years ago
Carsten Brandt e43c41c9ea db layer phpdoc fixes 9 years ago
Chris Harris 85fdc143d6 Documentation fix 9 years ago
Chris Harris bce61bd474 Add `after()` option to migrations schema builder 9 years ago
Alexander Makarov 5cecb09c1b Fixes #9443: Added `unsigned()` to `ColumnSchemaBuilder` 9 years ago
Alexander Makarov 7641d2d83b Enhanced #9337 as @klimov-paul suggested in e94810551c (commitcomment-14335135) 9 years ago
Constantine Chuprik e94810551c Fixes #9337: Added `yii\db\ColumnSchemaBuilder::defaultExpression()` to support DB Expression as default value 9 years ago
Matvey Vasenin afda00d434 add sqllite dummy 9 years ago
Matvey Vasenin c0c380e730 add comment to migration 9 years ago
Matvey Vasenin 3cc8c09898 some test case added 9 years ago
Carsten Brandt 41b25e94b0 improved parameter naming and documentation of schemabuilder 9 years ago
Carsten Brandt 681db52ba6 refactored SchemaBuilder 9 years ago