var_dump(User::findFirst()->id);
string '1' (length=1)
Is there a way to tell the ORM to keep the original type (int here) ? I was thinking about https://docs.phalcon.io/en/latest/reference/models-metadata.html that I haven't set but it tells that Memory is the default one.