Commit 0cfb4b5d authored by dpawar's avatar dpawar

update primary key for multi_pick_iss_hdr table


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@97520 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 01f40d4b
......@@ -238,6 +238,9 @@ update obj_forms set scan_metadata= '<SCAN_INFO><INPUT_SCAN ORDER="1"><SCAN_LAB
ALTER TABLE multi_pick_iss_hdr MODIFY line_no char(3);
ALTER TABLE multi_pick_iss_det MODIFY line_no char(3);
ALTER TABLE MULTI_PICK_ISS_HDR ADD CONSTRAINT MPTCN_PICK_DET_X PRIMARY KEY ( TRAN_ID,PTCN ) USING
INDEX TABLESPACE ITM_DIS_I1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment