Since MariaDB 10.7 a column could have a [datatype uuid](https://mariadb.com/docs/server/reference/data-types/string-data-types/uuid-data-type), but this type is not recognized by the parser: ```sql CREATE TABLE `users` ( `id` uuid NOT NULL PRIMARY ); ``` <img width="698" height="190" alt="Image" src="https://github.com/user-attachments/assets/500bbe67-ed2f-4264-a872-aa7b86a857e5" />