mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-18 13:46:00 +00:00
tabl eoptions for mysql - comment, engine
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user