Hi
In hdbtable file we can specify the primary key as below:
table.primaryKey.pkcolumns = ["PRODUCT_ID"];
But, I am wondering how to specify the UNIQUE constraint for some columns in design time. I am unable to find any examples of it.
If anybody has done it, could you please share your finding?