2 lines
84 B
MySQL
2 lines
84 B
MySQL
|
CREATE INDEX ticketTracking_created_IDX USING BTREE ON vn.ticketTracking (created);
|