insert into follow_doctor( user_id, registration_information_id ) values ( #{userId}, #{registrationInformationId} ) delete from follow_doctor where registration_informaion_id = #{registrationInformationId}