We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c2a4c1 commit a9f252eCopy full SHA for a9f252e
src/Tqdev/PhpCrudApi/Database/TypeConverter.php
@@ -100,7 +100,7 @@ public function __construct(String $driver)
100
'datetime' => 'timestamp',
101
'datetime2' => 'timestamp',
102
'float' => 'double',
103
- 'image' => 'longvarbinary',
+ 'image' => 'blob',
104
'int' => 'integer',
105
'money' => 'decimal',
106
'ntext' => 'longnvarchar',
0 commit comments