Composite Unique Key (MSSQL)

Hello,In the table where I have the UNIQUE I have the following rule (All this in MSSQL):I have my table, and I am creating a UNIQUE with 2 fields, “Field A and Field B” and a Constraint is created from that rule, so far so good. When I synchronize the database with phpmaker v2024, I am seeing that the report that gives me, takes it as if it were 2 independent UNIQUE, and not as what it really is, and that is why I am getting the error every time I want to do an Update of a field or a new add.I hope I have explained well with this.Greetings.

Download the latest version and try again.

Hi again,Thanks, it’s fixed.