use backtick in index column preset
This commit is contained in:
parent
ff1f99436a
commit
fe03dd0789
|
@ -1587,7 +1587,7 @@ export default class CommonHelper {
|
|||
item += col.name;
|
||||
} else {
|
||||
// regular identifier
|
||||
item += `"${col.name}"`;
|
||||
item += ("`" + col.name + "`");
|
||||
}
|
||||
|
||||
if (col.collate) {
|
||||
|
|
Loading…
Reference in New Issue