phinx icon indicating copy to clipboard operation
phinx copied to clipboard

Fix getting all information about geometry columns for mysql8

Open MasterOdin opened this issue 5 years ago • 0 comments

As part of their changes to improve the story for geometries, mysql added the information_schema.ST_GEOMETRY_COLUMNS table which stores various useful bits of info like SRID, shape, etc, which is not available in the regular information_schema.COLUMNS table.

MasterOdin avatar May 11 '20 03:05 MasterOdin