mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-03-23 08:41:30 -04:00
use backtick in index column preset
This commit is contained in:
@@ -1587,7 +1587,7 @@ export default class CommonHelper {
|
||||
item += col.name;
|
||||
} else {
|
||||
// regular identifier
|
||||
item += `"${col.name}"`;
|
||||
item += ("`" + col.name + "`");
|
||||
}
|
||||
|
||||
if (col.collate) {
|
||||
|
||||
Reference in New Issue
Block a user