#1111 mssql - handle timestamp and computed columns in clonerows

This commit is contained in:
SPRINX0\prochazka
2025-06-11 11:28:46 +02:00
parent 34bdb72ffd
commit 0146e4a1dd
5 changed files with 5 additions and 0 deletions

View File

@@ -66,6 +66,7 @@ export interface ColumnInfo extends NamedObjectInfo {
options?: [];
canSelectMultipleOptions?: boolean;
undropColumnName?: string;
hasAutoValue?: boolean;
}
export interface DatabaseObjectInfo extends NamedObjectInfo {