Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native uuid type for mariadb #2256

Open
nicosp opened this issue Jan 19, 2024 · 0 comments
Open

Native uuid type for mariadb #2256

nicosp opened this issue Jan 19, 2024 · 0 comments
Labels

Comments

@nicosp
Copy link

nicosp commented Jan 19, 2024

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants