mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 18:34:01 +00:00
fix: skip auto increment for cassandra
This commit is contained in:
@@ -623,6 +623,7 @@ const cassandraEngine = {
|
||||
skipUnique: true,
|
||||
skipIndexes: true,
|
||||
skipOrderBy: true,
|
||||
skipAutoIncrement: true,
|
||||
|
||||
useTextTypeForStrings: true,
|
||||
// objects: [],
|
||||
|
||||
Reference in New Issue
Block a user