Hi All,
I am working on version 18.1.
I have a few queries around Primary Key in Appian's MY SQL database:
1. In my MySQL database, if I want to create two columns as primary key i.e. if I want to create a composite key rather than making just one column as a primary key then how can I do that as in my data type Appian allows to create only one column as primary key though in XSD we can add two columns as primary key using @Id annotation. So I would like to know how can I achieve this or I can only create one column as primary key.
2. Also would like to know in which scenario do I get Unique Key Constraint violated error.
Thanks in advance!!
Discussion posts and replies are publicly visible