phinx
phinx copied to clipboard
Native uuid type for mariadb
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?