Hi, I think the last update somehow made every model declared variable as required.
I'm Not sure how much was intended, but a simple CLASS extension of \Phalcon\Mvc\Model, with columns as variables from database, has all columns as required (not null or empty).
Is there a simple way to understand and update the code?
The best way is to downgrade?
Thanks