use backtick in index column preset

This commit is contained in:
Gani Georgiev 2023-03-30 12:17:56 +03:00
parent ff1f99436a
commit fe03dd0789
1 changed files with 1 additions and 1 deletions

View File

@ -1587,7 +1587,7 @@ export default class CommonHelper {
item += col.name;
} else {
// regular identifier
item += `"${col.name}"`;
item += ("`" + col.name + "`");
}
if (col.collate) {