From 1c19da5b27c2b4af4160e0f456501fd7dc084a71 Mon Sep 17 00:00:00 2001 From: olaru Date: Tue, 8 Sep 2026 13:39:04 +0300 Subject: [PATCH] fix mysql version requirement --- .../version-7-adds-postgresql-native-uuid-and-php-8-5.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/md-articles/headless-platform/version-7-adds-postgresql-native-uuid-and-php-8-5.md b/public/md-articles/headless-platform/version-7-adds-postgresql-native-uuid-and-php-8-5.md index 5b242e0..5e7d3d6 100644 --- a/public/md-articles/headless-platform/version-7-adds-postgresql-native-uuid-and-php-8-5.md +++ b/public/md-articles/headless-platform/version-7-adds-postgresql-native-uuid-and-php-8-5.md @@ -14,7 +14,7 @@ language: "en" Dotkernel API v7 adds support for native UUID v7, PostgreSQL, PHP 8.5 (8.4 for Admin), database table prefixes, and improved database configuration, while replacing the `binary` data type for `id` columns with `uuid`. It drops the Evolution pattern's Method Deprecation support and MySQL, since MySQL doesn't support the UUID data type. -UUIDs are generated with the ramsey/uuid package, previously `uuid`-named table columns are now called `id`, and PostgreSQL or MariaDB v10.7+ is required for UUID support. +UUIDs are generated with the ramsey/uuid package, previously `uuid`-named table columns are now called `id`, and PostgreSQL or MariaDB v11.4+ is required for UUID support. The Dotkernel Headless Platform has seen new releases for both API and Admin. The Admin codebase has received an overall facelift, as well as updates to retain compatibility with API v7.