Results 2 issues of LaChimere

https://github.com/go-programming-tour-book/tour/blob/7a9f824862e3950418f112b846ee8e49d05f1572/internal/sql2struct/mysql.go#L85 建议改为 ```go query := `SELECT COLUMN_NAME, DATA_TYPE, COLUMN_KEY, IS_NULLABLE, COLUMN_TYPE, COLUMN_COMMENT FROM COLUMNS WHERE TABLE_SCHEMA = ? AND TABLE_NAME = ?` ``` 如果使用 " " 引号,可能出现 `dbModel: GetColumns err:...

Although the deletion UI is support at present, after confirming deleting a chat, the chat is not shown in the page. But after refreshing the page, the chat appears again....