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 ad4d379 commit dd83e7dCopy full SHA for dd83e7d
api.php
@@ -2592,7 +2592,7 @@ public function __construct(String $driver)
2592
'datetime' => 'timestamp',
2593
'datetime2' => 'timestamp',
2594
'float' => 'double',
2595
- 'image' => 'blob',
+ 'image' => 'varbinary',
2596
'int' => 'integer',
2597
'money' => 'decimal',
2598
'ntext' => 'longnvarchar',
src/Tqdev/PhpCrudApi/Database/TypeConverter.php
@@ -100,7 +100,7 @@ public function __construct(String $driver)
100
101
102
103
104
105
106
0 commit comments