mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 01:26:01 +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;
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user