According to https://mariadb.com/kb/en/uuid-data-type/ , the uuid type is supported as of 10.7 and we should add support for that in the MariaDBDialect, and mention the change of SQL types in the migration guide, with a reference to the config setting that allows controlling the SQL type. |