mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-17 22:36:01 +00:00
#1111 mssql - handle timestamp and computed columns in clonerows
This commit is contained in:
1
packages/types/dbinfo.d.ts
vendored
1
packages/types/dbinfo.d.ts
vendored
@@ -66,6 +66,7 @@ export interface ColumnInfo extends NamedObjectInfo {
|
||||
options?: [];
|
||||
canSelectMultipleOptions?: boolean;
|
||||
undropColumnName?: string;
|
||||
hasAutoValue?: boolean;
|
||||
}
|
||||
|
||||
export interface DatabaseObjectInfo extends NamedObjectInfo {
|
||||
|
||||
Reference in New Issue
Block a user