modifs.mineures sans commentaires
This commit is contained in:
parent
0d47b2a757
commit
a82143a41b
@ -111,6 +111,8 @@ class CapacitorChannel implements ITransactor {
|
|||||||
$def = strval($def);
|
$def = strval($def);
|
||||||
if (preg_match('/\bprimary\s+key\b/i', $def)) {
|
if (preg_match('/\bprimary\s+key\b/i', $def)) {
|
||||||
$primaryKeys[] = $col;
|
$primaryKeys[] = $col;
|
||||||
|
} elseif ($def === "genserial") {
|
||||||
|
$primaryKeys[] = $col;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user