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 d3dc342 commit e5922bdCopy full SHA for e5922bd
api.php
@@ -2624,6 +2624,7 @@ public function __construct(String $driver)
2624
'polygon' => 'geometry',
2625
'point' => 'geometry',
2626
'datetime' => 'timestamp',
2627
+ 'year' => 'integer',
2628
'enum' => 'varchar',
2629
'json' => 'clob',
2630
],
src/Tqdev/PhpCrudApi/Database/TypeConverter.php
@@ -61,6 +61,7 @@ public function __construct(String $driver)
61
62
63
64
65
66
67
0 commit comments