mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 20:46:01 +00:00
table rows, table size in Oracle
This commit is contained in:
@@ -131,6 +131,8 @@ class Analyser extends DatabaseAnalyser {
|
||||
// schemaName: table.schema_name,
|
||||
objectId: `tables:${table.pure_name}`,
|
||||
contentHash: table.hash_code_columns ? `${table.hash_code_columns}-${table.hash_code_constraints}` : null,
|
||||
sizeBytes: table.size_bytes,
|
||||
tableRowCount: table.table_row_count,
|
||||
};
|
||||
return {
|
||||
...newTable,
|
||||
|
||||
Reference in New Issue
Block a user