-- migrate:up CREATE INDEX idx_type_date ON system_logs (type, date); -- migrate:down DROP INDEX idx_type_date ON system_logs;