Is Phalcon able to work with BINARY database columns? There is no TYPE_BINARY in
https://github.com/phalcon/cphalcon/blob/master/phalcon/db/column.zep
I need to store UUID v1 as 128 bit integer represented as BINARY(16). Anyone has experience how to do it?