mirror of
https://github.com/codeigniter4/CodeIgniter4.git
synced 2025-02-20 11:44:28 +08:00
test: update asssertion for SQLSRV ENUM
This commit is contained in:
parent
0e5d1a872c
commit
5f26937777
@ -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,
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user