Fixed test

This commit is contained in:
Chris Harris
2016-02-24 04:31:50 -08:00
parent a6afa6072c
commit 0ca5a1a86a

View File

@@ -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)',