sql-parser icon indicating copy to clipboard operation
sql-parser copied to clipboard

uuid datatype not recognized for MariaDB 10.7+

Open joostdebruijn opened this issue 2 months ago • 0 comments

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

joostdebruijn avatar Nov 09 '25 16:11 joostdebruijn