2 lines
90 B
MySQL
2 lines
90 B
MySQL
|
CREATE INDEX userLog_creationDate_IDX USING BTREE ON account.userLog (creationDate DESC);
|