We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

Phalcon error when insert with two sequences in the same table

This error occurs when i set a column with autoincrement serial (sequence) in postgresql, when phalcon register row throw error message mean the id_table is required, there some conflicts with the id table sequence and the other sequence column

Can you copy paste the errors you're getting? What error are you getting?

Ok, i got a table in postgresql, this table have your id and your sequence i mean serial type, the problem occur when i add other field of serial type, phalcon is not recognized the id serial, i mean any serial field, when i am inserting with save method occurs a PhalconException, the id_employee is required for example. You could try add other field serial, everything over postgresql.