You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not possible with MariaDB -> error:
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '4326, boundaries MULTIPOLYGON null srid 4326' at line 1
With MySQL 8.0 it works fine.
The text was updated successfully, but these errors were encountered:
I wanna switch from MySQL 8.0 to MariaDB 10.6 but its not possible with version 4 of laravel-mysql-spatial.
Migration:
$table->point('coordinates',4326)->nullable();
$table->multiPolygon('boundaries',4326)->nullable();
Not possible with MariaDB -> error:
SQLSTATE[42000]: Syntax error or access violation: 1064 You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '4326,
boundaries
MULTIPOLYGON null srid 4326' at line 1With MySQL 8.0 it works fine.
The text was updated successfully, but these errors were encountered: