mirror of
https://github.com/yiisoft/yii2.git
synced 2025-10-30 18:17:00 +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',
|
'mysql' => 'int(10) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY',
|
||||||
'postgres' => 'serial NOT NULL 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',
|
'mysql' => 'bigint(20) UNSIGNED NOT NULL AUTO_INCREMENT PRIMARY KEY',
|
||||||
'postgres' => 'bigserial NOT NULL 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