1 line
89 B
MySQL
1 line
89 B
MySQL
|
CREATE INDEX roleLog_creationDate_IDX USING BTREE ON account.roleLog (creationDate DESC);
|