mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-22 21:40:09 +00:00
fix(database): add support emoji in mysql
Modificacion de centencia sql
This commit is contained in:
@@ -77,8 +77,8 @@ class MyslAdapter {
|
||||
answer longtext NOT NULL,
|
||||
refSerialize varchar(255) NOT NULL,
|
||||
phone varchar(255) NOT NULL,
|
||||
options longtext NOT NULL
|
||||
)`
|
||||
options longtext NOT NULL)
|
||||
CHARACTER SET utf8mb4 COLLATE utf8mb4_General_ci`
|
||||
|
||||
this.db.query(sql, (err) => {
|
||||
if (err) throw err
|
||||
Reference in New Issue
Block a user