Skip to content

Commit a9f252e

Browse files
committed
Attempt at #438
1 parent 4c2a4c1 commit a9f252e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tqdev/PhpCrudApi/Database/TypeConverter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function __construct(String $driver)
100100
'datetime' => 'timestamp',
101101
'datetime2' => 'timestamp',
102102
'float' => 'double',
103-
'image' => 'longvarbinary',
103+
'image' => 'blob',
104104
'int' => 'integer',
105105
'money' => 'decimal',
106106
'ntext' => 'longnvarchar',

0 commit comments

Comments
 (0)