Skip to content

Native uuid type for mariadb #2256

Open
@nicosp

Description

@nicosp

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions