Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mevdschee committed Jul 5, 2023
1 parent 3964bf6 commit 24314e1
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions api.include.php
Expand Up @@ -7384,6 +7384,10 @@ public function __construct(string $driver)
'int' => 'integer',
'polygon' => 'geometry',
'point' => 'geometry',
'linestring' => 'geometry',
'multipoint' => 'geometry',
'multilinestring' => 'geometry',
'multipolygon' => 'geometry',
'datetime' => 'timestamp',
'year' => 'integer',
'enum' => 'varchar',
Expand Down
4 changes: 4 additions & 0 deletions api.php
Expand Up @@ -7384,6 +7384,10 @@ public function __construct(string $driver)
'int' => 'integer',
'polygon' => 'geometry',
'point' => 'geometry',
'linestring' => 'geometry',
'multipoint' => 'geometry',
'multilinestring' => 'geometry',
'multipolygon' => 'geometry',
'datetime' => 'timestamp',
'year' => 'integer',
'enum' => 'varchar',
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 24314e1

Please sign in to comment.