phinx icon indicating copy to clipboard operation
phinx copied to clipboard

Native uuid type for mariadb

Open nicosp opened this issue 1 year ago • 0 comments

mariadb has a native uuid type since 10.7. We already have:

  • uuid -> char(36)
  • binaryuuid -> binary(16)

Can we also add a "nativeuuid" type? In terms of PDO it's string so it can be easily supported in cake as well.

What do you think?

nicosp avatar Jan 19 '24 08:01 nicosp