From a82143a41b822420ab05ad15ef56f10441e8a6e1 Mon Sep 17 00:00:00 2001 From: Jephte Clain Date: Thu, 12 Jun 2025 08:08:51 +0400 Subject: [PATCH] modifs.mineures sans commentaires --- php/src/db/CapacitorChannel.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/php/src/db/CapacitorChannel.php b/php/src/db/CapacitorChannel.php index 4349e4b..105937a 100644 --- a/php/src/db/CapacitorChannel.php +++ b/php/src/db/CapacitorChannel.php @@ -111,6 +111,8 @@ class CapacitorChannel implements ITransactor { $def = strval($def); if (preg_match('/\bprimary\s+key\b/i', $def)) { $primaryKeys[] = $col; + } elseif ($def === "genserial") { + $primaryKeys[] = $col; } } }