Display comments into TABLES and COLUMNS lists #755

This commit is contained in:
SPRINX0\prochazka
2024-12-16 09:46:07 +01:00
parent f5a2d142e2
commit dc302f89c7
3 changed files with 19 additions and 2 deletions

View File

@@ -75,7 +75,7 @@ export interface DatabaseObjectInfo extends NamedObjectInfo {
modifyDate?: string;
hashCode?: string;
objectTypeField?: string;
obejctComment?: string;
objectComment?: string;
}
export interface SqlObjectInfo extends DatabaseObjectInfo {