Hi ,
This is about DBIx backend.
In case a table column has default value specified at DB level
and we do not specify that column in the item to be created ,
still Yancy seems to be attempting to specify that item while inserting
into database.
This is problematic specially when the default value is a function
in such case Yancy is attempting to insert it as the function definition
body.
If it is really working like that , I think Its better to leave the handling of
DB defaults to DB itself.