mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 14:46:01 +00:00
SYNC: Merge pull request #5 from dbgate/feature/firestore
This commit is contained in:
2
packages/types/dbinfo.d.ts
vendored
2
packages/types/dbinfo.d.ts
vendored
@@ -108,6 +108,8 @@ export interface CollectionInfo extends DatabaseObjectInfo {
|
||||
// unique combination of columns (should be contatenation of partitionKey and clusterKey)
|
||||
uniqueKey?: ColumnReference[];
|
||||
|
||||
autoValueColumns?: ColumnReference[];
|
||||
|
||||
// partition key columns
|
||||
partitionKey?: ColumnReference[];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user