peewee 需要支持mysql json 类型. 一、基础model. class User(Model): name = CharField(unique=True) some_json_data = CharField()
確定! 回上一頁