Skip to content
Snippets Groups Projects
Commit c9acf2f5 authored by ale's avatar ale
Browse files

set charset on searchlog mysql table

parent 99628aa9
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment