Mysql 里 peewee中没有一些字段类型(?)报错 “invalid literal for int() with base 10:.....”
在BaseModel类并排放置
class BitField(object): def __init__(self, *_, **__): pass
即可
Mysql 里 peewee中没有一些字段类型(?)报错 “invalid literal for int() with base 10:.....”
在BaseModel类并排放置
class BitField(object): def __init__(self, *_, **__): pass
即可