fix: skip auto increment for cassandra

This commit is contained in:
Nybkox
2025-02-04 00:31:05 +01:00
parent 8b1d8d6d71
commit 2fee584da9

View File

@@ -623,6 +623,7 @@ const cassandraEngine = {
skipUnique: true,
skipIndexes: true,
skipOrderBy: true,
skipAutoIncrement: true,
useTextTypeForStrings: true,
// objects: [],