undrop WIP

This commit is contained in:
Jan Prochazka
2024-10-29 18:12:05 +01:00
parent 10d79dca4d
commit de66e75eb2

View File

@@ -3,6 +3,7 @@ export interface NamedObjectInfo {
schemaName?: string;
contentHash?: string;
engine?: string;
undropPureName?: string;
}
export interface ColumnReference {
@@ -63,6 +64,7 @@ export interface ColumnInfo extends NamedObjectInfo {
isZerofill?: boolean;
options?: [];
canSelectMultipleOptions?: boolean;
undropColumnName?: string;
}
export interface DatabaseObjectInfo extends NamedObjectInfo {