mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-05-03 03:33:58 +00:00
getTableFormOptions moved to dialect
This commit is contained in:
5
packages/types/engines.d.ts
vendored
5
packages/types/engines.d.ts
vendored
@@ -155,11 +155,6 @@ export interface EngineDriver extends FilterBehaviourProvider {
|
||||
collectionNameLabel?: string;
|
||||
newCollectionFormParams?: any[];
|
||||
|
||||
getTableFormOptions(intent: 'newTableForm' | 'editTableForm' | 'sqlCreateTable' | 'sqlAlterTable'): {
|
||||
name: string;
|
||||
sqlFormatString: string;
|
||||
}[];
|
||||
|
||||
supportedCreateDatabase?: boolean;
|
||||
showConnectionField?: (
|
||||
field: string,
|
||||
|
||||
Reference in New Issue
Block a user