test: update asssertion for SQLSRV ENUM

This commit is contained in:
kenjis 2024-02-10 10:18:05 +09:00
parent 0e5d1a872c
commit 5f26937777
No known key found for this signature in database
GPG Key ID: BD254878922AF198

View File

@ -206,8 +206,8 @@ final class GetFieldDataTest extends AbstractGetFieldDataTest
],
14 => (object) [
'name' => 'type_enum',
'type' => 'text',
'max_length' => 2_147_483_647,
'type' => 'varchar',
'max_length' => 5,
'nullable' => true,
'default' => null,
],