mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-30 01:03:58 +00:00
clickhouse: edit table options
This commit is contained in:
5
packages/types/engines.d.ts
vendored
5
packages/types/engines.d.ts
vendored
@@ -155,6 +155,11 @@ 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