Hi,
I was wondering which column types are available for annotations in models? The demo code at https://github.com/phalcon/tutorial-models-init/blob/master/library/AnnotationsMetaDataInitializer.php only uses Column::TYPE_INTEGER and Column::TYPE_VARCHAR, but I assume any of the Phalcon\Db\Column constants can be used here (https://docs.phalcon.io/en/latest/api/Phalcon_Db_Column.html)?
Thank you in advance!