We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c0c9de commit d3d5961Copy full SHA for d3d5961
api.php
@@ -6317,6 +6317,7 @@ public function __construct(string $driver)
6317
'datetime' => 'timestamp',
6318
'year' => 'integer',
6319
'enum' => 'varchar',
6320
+ 'set' => 'varchar',
6321
'json' => 'clob',
6322
],
6323
'pgsql' => [
src/Tqdev/PhpCrudApi/Database/TypeConverter.php
@@ -63,6 +63,7 @@ public function __construct(string $driver)
63
64
65
66
67
68
69
0 commit comments