use backtick in index column preset
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user