'name' => {
'data_type' => 'varchar',
'is_nullable' => 0,
- 'size' => undef,
+ 'size' => 100,
- }
+ },
+ 'position' => {
+ 'data_type' => 'INTEGER',
+ 'is_nullable' => 0,
+ 'size' => undef,
+ },
};
is_deeply($type_info, $test_type_info, 'columns_info_for - column data types');