Hi, I have some fields in mysql DB set with default values (like the "created" date). When I create a new model in phalcon if I try to save it two times (for testing purpose), without recovery it first, the framework gives me "presence" error. Why phalcon, when I save a model don't pick the default values set on DB?