ALTER TABLE tbl_Pedido
  DROP INDEX idx_pedido_agente,
  DROP COLUMN modalidade_agente_snap,
  DROP COLUMN pct_agente,
  DROP COLUMN cod_Agente;
