alter table mytable drop constraint if exists fk_mytable_order_id;
drop index if exists ix_mytable_order_id;

