16 Commits (564cae8cc9ec93fecca0fe2f82b96b48c0067461)

Author SHA1 Message Date
simialbi 79e68767db
Fix #11945: Fix Schema Builder MySQL column definition order 5 years ago
EndlessDreams c0254d617e Fix #17449: Fixed order of SQL column build syntax for MySQL migration 5 years ago
Klimov Paul 65f6b59b35 `@inheritdoc` notation changed 7 years ago
Robert Korulczyk 1501c659ac Add empty lines before return statements. (#14682) [skip ci] 7 years ago
Chris Harris ae83dd0524 Fixes #13128: Fixed incorrect position of {pos} string in ColumnSchemaBuilder `__toString` 8 years ago
Alexander Makarov 0061692e60 Replaced unnecessary double quotes with single quotes 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
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 5316576361 Fixes `after()` column string builder (#11362) 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 6a8348da5f AFTER column name is now escaped by safe method 9 years ago
Chris Harris f52f60db0f Renamed category constants 9 years ago
Chris Harris 51b99320bd Sqlite specific schema builder class actually gets loaded now 9 years ago