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