参考:https://blog.csdn.net/qq_36759871/article/details/72312798
将表的字符集换成utf8mb4_unicode_ci就可以了
MySQL语句如下:
ALTER TABLE 表名
2020-04-21