How to pass to phalcon that some of columns are of type integer and empty values should be NULL not empty strings for them?
When I write 'emptyValue' => (int) Null in Form then it passes 0 to database ...
'emptyValue' => (int) Null