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