We have a cloud hosted instance of Appian using MySQL. I've tried to create

We have a cloud hosted instance of Appian using MySQL. I've tried to create an index on a table with one of the keys being descending rather than the default of ascending, but it is not working.

The SQL I'm using is

ALTER TABLE `Demand_Notes`
ADD UNIQUE KEY `IX1_Demand_Notes` (`demandId`,`createdDateTime` desc,`noteId`);

Can someone explain what I'm doing wrong.

OriginalPostID-179777

OriginalPostID-179777

  Discussion posts and replies are publicly visible