fix(database): add support emoji in mysql

Modificacion de centencia sql
This commit is contained in:
Leifer Mendez
2023-02-04 17:08:35 +01:00
committed by GitHub

View File

@@ -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