phinx
phinx copied to clipboard
Fix getting all information about geometry columns for mysql8
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.