Skip to content

Commit ad4d379

Browse files
committed
Attempt at #438
1 parent a9f252e commit ad4d379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2592,7 +2592,7 @@ public function __construct(String $driver)
25922592
'datetime' => 'timestamp',
25932593
'datetime2' => 'timestamp',
25942594
'float' => 'double',
2595-
'image' => 'longvarbinary',
2595+
'image' => 'blob',
25962596
'int' => 'integer',
25972597
'money' => 'decimal',
25982598
'ntext' => 'longnvarchar',

0 commit comments

Comments
 (0)