klen / peewee_migrate

Simple migration engine for Peewee

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

field default should be convert by `db_value`

trim21 opened this issue · comments

in peewee, field's default is its default python_value.
But db field's default values should be db_value converted from python_value.