mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 00:56:02 +00:00
generic nosql data editor
This commit is contained in:
@@ -35,10 +35,14 @@ class Analyser extends DatabaseAnalyser {
|
||||
pureName: x.name,
|
||||
tableRowCount: stats[index]?.count,
|
||||
uniqueKey: [{ columnName: '_id' }],
|
||||
partitionKey: [{ columnName: '_id' }],
|
||||
clusterKey: [{ columnName: '_id' }],
|
||||
})),
|
||||
...views.map((x, index) => ({
|
||||
pureName: x.name,
|
||||
uniqueKey: [{ columnName: '_id' }],
|
||||
partitionKey: [{ columnName: '_id' }],
|
||||
clusterKey: [{ columnName: '_id' }],
|
||||
})),
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user