Can laminas-db handle MySQL data type POINT?

I am adding coordinates using the POINT data type to my application. I haven’t found anything related to that in the codebase. How would one go to use (CRUD) that data type while using laminas-db and the TableGateway pattern?

laminas-db keeps the data quite raw, so it doesn’t “handle” types at all :slight_smile:

What are these classes used for? As far as I see, they correspond to (some) SQL standard.

These are for “DDL” (Data Definition Language), and only affect CREATE and ALTER statements.

1 Like