Skip to content

uuid datatype not recognized for MariaDB 10.7+ #634

@joostdebruijn

Description

@joostdebruijn

Since MariaDB 10.7 a column could have a datatype uuid, but this type is not recognized by the parser:

CREATE TABLE `users` (
  `id` uuid NOT NULL PRIMARY
);
Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions