修改主键约束

 

alter table Account_Info drop constraint PK_ACCOUNT_INFO cascade drop index;
alter table Account_Info ADD constraint PK_ACCOUNT_INFO primary key(RECEIVER_ACCOUNT,party_no);

 

posted on 2015-03-18 16:28  独臂刀客  阅读(206)  评论(0)    收藏  举报

导航