clickhouse: edit table options

This commit is contained in:
Jan Prochazka
2024-09-11 12:51:09 +02:00
parent f6e0b634f0
commit ff33ec668b
6 changed files with 186 additions and 6 deletions

View File

@@ -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,