INSERT INTO pixcrm_maxhunter.opportunity_actions
(
id,
opportunities_id,
opportunity_action_types_id,
description,
referer_id,
created_by,
updated_by,
created_at,
updated_at
) VALUES (
NULL,
'65742',
'10',
'O status foi alterado de Progresso para Perdido',
'3',
'1',
'1',
NOW(),
NOW()
)