Work documentary 34-emoji expression package storage exception, modify the field type of db

Online problem, found that the emojo expression was written to the database abnormally
insert image description here

Modify the character set of mysql field

ALTER TABLE customer_cycle_info MODIFY COLUMN customer_sales_remark varchar(500) CHARACTER SET

Guess you like

Origin blog.csdn.net/u013553309/article/details/131969986