begin
 IF new.interaction_date is null THEN 
    new.interaction_date := now();
 END IF;
 return new;
end;