-
- Notifications
You must be signed in to change notification settings - Fork 109
Labels
Description
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 );
williamdes