hi
it's possible add a column in a table of the database with phql ???
how can i do it??
PHQL doesn't support DDL instructions like alter or drop table for security reasons,
However, you can use the database connection to add fields:
https://docs.phalcon.io/en/latest/reference/db.html#altering-tables