There was an error while loading. Please reload this page.
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 );
Since MariaDB 10.7 a column could have a datatype uuid, but this type is not recognized by the parser: