mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-27 20:46:00 +00:00
undrop WIP
This commit is contained in:
2
packages/types/dbinfo.d.ts
vendored
2
packages/types/dbinfo.d.ts
vendored
@@ -3,6 +3,7 @@ export interface NamedObjectInfo {
|
|||||||
schemaName?: string;
|
schemaName?: string;
|
||||||
contentHash?: string;
|
contentHash?: string;
|
||||||
engine?: string;
|
engine?: string;
|
||||||
|
undropPureName?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface ColumnReference {
|
export interface ColumnReference {
|
||||||
@@ -63,6 +64,7 @@ export interface ColumnInfo extends NamedObjectInfo {
|
|||||||
isZerofill?: boolean;
|
isZerofill?: boolean;
|
||||||
options?: [];
|
options?: [];
|
||||||
canSelectMultipleOptions?: boolean;
|
canSelectMultipleOptions?: boolean;
|
||||||
|
undropColumnName?: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
export interface DatabaseObjectInfo extends NamedObjectInfo {
|
export interface DatabaseObjectInfo extends NamedObjectInfo {
|
||||||
|
|||||||
Reference in New Issue
Block a user