mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-13 12:49:04 +08:00
Fixed test
This commit is contained in:
@@ -155,9 +155,9 @@ class PostgreSQLQueryBuilderTest extends QueryBuilderTest
|
||||
'integer'
|
||||
],
|
||||
[
|
||||
Schema::TYPE_INTEGER . '(8) UNSIGNED',
|
||||
Schema::TYPE_INTEGER . '(8)',
|
||||
$this->integer(8)->unsigned(),
|
||||
'integer UNSIGNED'
|
||||
'integer'
|
||||
],
|
||||
[
|
||||
Schema::TYPE_INTEGER . ' CHECK (value > 5)',
|
||||
|
||||
Reference in New Issue
Block a user