tabl eoptions for mysql - comment, engine

This commit is contained in:
Jan Prochazka
2024-09-11 13:41:04 +02:00
parent 4f429c27c0
commit b0165c14e9
5 changed files with 81 additions and 3 deletions

View File

@@ -118,11 +118,11 @@ const driver = {
return res;
},
getTableFormOptions: (intent) => {
getTableFormOptions(intent) {
const isNewTable = intent == 'newTableForm';
return [
{
type: isNewTable ? 'dropdowntext' : text,
type: isNewTable ? 'dropdowntext' : 'text',
options: clickhouseEngines,
label: 'Engine',
name: 'tableEngine',