mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-29 17:48:15 +08:00
Corrected tests
This commit is contained in:
@ -942,7 +942,7 @@ abstract class QueryBuilderTest extends DatabaseTestCase
|
||||
[
|
||||
'mysql' => 'int(10) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY',
|
||||
'postgres' => 'serial NOT NULL PRIMARY KEY',
|
||||
'sqlite' => 'integer UNSIGNED PRIMARY KEY AUTOINCREMENT NOT NULL',
|
||||
'sqlite' => 'integer PRIMARY KEY AUTOINCREMENT NOT NULL',
|
||||
],
|
||||
],
|
||||
[
|
||||
@ -951,7 +951,7 @@ abstract class QueryBuilderTest extends DatabaseTestCase
|
||||
[
|
||||
'mysql' => 'bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY',
|
||||
'postgres' => 'bigserial NOT NULL PRIMARY KEY',
|
||||
'sqlite' => 'integer UNSIGNED PRIMARY KEY AUTOINCREMENT NOT NULL',
|
||||
'sqlite' => 'integer PRIMARY KEY AUTOINCREMENT NOT NULL',
|
||||
],
|
||||
],
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user