mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 05:36:00 +00:00
show table row count for MySQL
This commit is contained in:
1
packages/types/dbinfo.d.ts
vendored
1
packages/types/dbinfo.d.ts
vendored
@@ -85,6 +85,7 @@ export interface TableInfo extends DatabaseObjectInfo {
|
||||
preloadedRows?: any[];
|
||||
preloadedRowsKey?: string[];
|
||||
preloadedRowsInsertOnly?: string[];
|
||||
tableRowCount?: number | string;
|
||||
__isDynamicStructure?: boolean;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user