cakephp / phinx

PHP Database Migrations for Everyone
https://phinx.org
MIT License
4.45k stars 895 forks source link

Native uuid type for mariadb #2256

Open nicosp opened 7 months ago

nicosp commented 7 months ago

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

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?