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

Multicolumn primary index

Hello,

Can I create a Model with correct annotations for multicolumn Primary index? For example I have a MySQL table with columns «id1, id2, id3, data1, data2, data3» and Primary index «id1, id2».