Използвайте drop index
с име на ограничение:
ALTER TABLE unsub_counts DROP INDEX uc_unsub_date;
или просто:
drop index uc_unsub_date on unsub_counts;
Използвайте drop index
с име на ограничение:
ALTER TABLE unsub_counts DROP INDEX uc_unsub_date;
или просто:
drop index uc_unsub_date on unsub_counts;