mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 03:18:26 +00:00
refs #7929 update uuid test
This commit is contained in:
parent
47bf98cae4
commit
e75858d342
1 changed files with 1 additions and 1 deletions
|
@ -1150,7 +1150,7 @@ class PostgresTest extends CakeTestCase {
|
||||||
$data = $db->describe('test_uuid_describe');
|
$data = $db->describe('test_uuid_describe');
|
||||||
|
|
||||||
$expected = array(
|
$expected = array(
|
||||||
'type' => 'string',
|
'type' => 'uuid',
|
||||||
'null' => false,
|
'null' => false,
|
||||||
'default' => null,
|
'default' => null,
|
||||||
'length' => 36,
|
'length' => 36,
|
||||||
|
|
Loading…
Reference in a new issue