INSERT INTO cmmn_idgn ( tbl_nm , aftr_id ) VALUES ( #{tblNm} , #{aftrId} ) ON CONFLICT (tbl_nm) DO UPDATE SET aftr_id = #{aftrId}