INSERT INTO notifications (uuid,data,created_at) VALUES (#{uuid},#{data},#{createdAt}) delete from notifications where uuid=#{uuid}