mirror of
https://github.com/yiisoft/yii2.git
synced 2025-12-09 14:59:54 +08:00
Added SQLite bigpk test. Moved schema builder patterns spreadsheet to docs/internals folder.
This commit is contained in:
BIN
docs/internals/schema-builder-patterns.xlsx
Normal file
BIN
docs/internals/schema-builder-patterns.xlsx
Normal file
Binary file not shown.
Binary file not shown.
@@ -145,6 +145,7 @@ abstract class QueryBuilderTest extends DatabaseTestCase
|
||||
[
|
||||
'mysql' => 'bigint(20) NOT NULL AUTO_INCREMENT PRIMARY KEY',
|
||||
'postgres' => 'bigserial NOT NULL PRIMARY KEY',
|
||||
'sqlite' => 'bigint PRIMARY KEY AUTOINCREMENT NOT NULL',
|
||||
],
|
||||
],
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user