sql-parser
sql-parser copied to clipboard
uuid datatype not recognized for MariaDB 10.7+
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
);