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;
|
item += col.name;
|
||||||
} else {
|
} else {
|
||||||
// regular identifier
|
// regular identifier
|
||||||
item += `"${col.name}"`;
|
item += ("`" + col.name + "`");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (col.collate) {
|
if (col.collate) {
|
||||||
|
|
Loading…
Reference in New Issue