I'm trying to create a model to describe a table with an enum field in peewee.
I'm seeing that EnumField was removed from the peewee.py file before the 2.0 version, and I can't find anything in the current docs that outlines how to implement it. Does anyone know if I can just use CharField?
choices
Field attribute? – Naoma