diff --git a/server/djrandom/model/mp3.py b/server/djrandom/model/mp3.py index fd3546f7a2297f362aaf728fe86b6f445c5b0d89..be3f30bde907101f9b1e32b0fa947a791654d50a 100644 --- a/server/djrandom/model/mp3.py +++ b/server/djrandom/model/mp3.py @@ -265,6 +265,7 @@ class PlayLog(Base): class SearchLog(Base): __tablename__ = 'searchlog' + __table_args__ = {'mysql_charset': 'utf8'} id = Column(Integer(), primary_key=True) userid = Column(String(40), index=True)