We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1beb991 commit 4d387f3Copy full SHA for 4d387f3
pkg/db/chat_log_model.go
@@ -37,7 +37,7 @@ func (d *DataBase) initChatLog(ctx context.Context, conversationID string) error
37
tableName := utils.GetTableName(conversationID)
38
if !d.tableChecker.HasTable(tableName) {
39
createTableSQL := fmt.Sprintf(`
40
- CREATE TABLE %s (
+ CREATE TABLE "%s" (
41
client_msg_id CHAR(64),
42
server_msg_id CHAR(64),
43
send_id CHAR(64),
0 commit comments