mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 23:06:00 +00:00
fixed adding column
This commit is contained in:
2
packages/types/dbinfo.d.ts
vendored
2
packages/types/dbinfo.d.ts
vendored
@@ -62,12 +62,12 @@ export interface DatabaseObjectInfo extends NamedObjectInfo {
|
||||
createDate?: string;
|
||||
modifyDate?: string;
|
||||
hashCode?: string;
|
||||
objectTypeField?: string;
|
||||
}
|
||||
|
||||
export interface SqlObjectInfo extends DatabaseObjectInfo {
|
||||
createSql?: string;
|
||||
requiresFormat?: boolean; // SQL is human unreadable, requires formatting (eg. MySQL views)
|
||||
objectTypeField?: string;
|
||||
}
|
||||
|
||||
export interface TableInfo extends DatabaseObjectInfo {
|
||||
|
||||
Reference in New Issue
Block a user