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 8e9527a commit 4c2a4c1Copy full SHA for 4c2a4c1
api.php
@@ -2555,6 +2555,7 @@ public function __construct(String $driver)
2555
'polygon' => 'geometry',
2556
'point' => 'geometry',
2557
'datetime' => 'timestamp',
2558
+ 'enum' => 'varchar',
2559
],
2560
'pgsql' => [
2561
'bigserial' => 'bigint',
src/Tqdev/PhpCrudApi/Database/TypeConverter.php
@@ -58,7 +58,7 @@ public function __construct(String $driver)
58
59
60
61
- // 'enum'
62
63
64
0 commit comments