mirror of
https://github.com/dbgate/dbgate
synced 2024-11-07 20:26:23 +00:00
parent
8ab814cb8b
commit
51c8169232
@ -104,23 +104,23 @@ const dialect = {
|
|||||||
return [];
|
return [];
|
||||||
},
|
},
|
||||||
|
|
||||||
// getTableFormOptions(intent) {
|
getTableFormOptions(intent) {
|
||||||
// return [
|
return [
|
||||||
// {
|
{
|
||||||
// type: 'dropdowntext',
|
type: 'dropdowntext',
|
||||||
// options: this.getSupportedEngines(),
|
options: this.getSupportedEngines(),
|
||||||
// label: 'Engine',
|
label: 'Engine',
|
||||||
// name: 'tableEngine',
|
name: 'tableEngine',
|
||||||
// sqlFormatString: '^engine = %s',
|
sqlFormatString: '^engine = %s',
|
||||||
// },
|
},
|
||||||
// {
|
{
|
||||||
// type: 'text',
|
type: 'text',
|
||||||
// label: 'Comment',
|
label: 'Comment',
|
||||||
// name: 'objectComment',
|
name: 'objectComment',
|
||||||
// sqlFormatString: '^comment = %v',
|
sqlFormatString: '^comment = %v',
|
||||||
// },
|
},
|
||||||
// ];
|
];
|
||||||
// },
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
const mysqlDialect = {
|
const mysqlDialect = {
|
||||||
|
Loading…
Reference in New Issue
Block a user