They tell me my problem is solved as follows
This is fixed in the 2.0.x branch (Phalcon 2.0.4), you have to change a global ORM setting to allow unexpected columns:
\Phalcon\Mvc\Model::setup(['ignoreUnknownColumns' => true]);
I would like to know how to make that change