2 lines
106 B
MySQL
2 lines
106 B
MySQL
|
CREATE INDEX ticketLog_creationDate_IDX USING BTREE ON vn.ticketLog (creationDate,changedModel,`action`);
|