删除主键 添加主键
alter table SY_ROLE_GROUP drop constraint PK_SY_ROLE_GROUP cascade;
alter table SY_ROLE_GROUP
add constraint PK_SY_ROLE_GROUP primary key (ROLE_GROUP_NO)
alter table SY_ROLE_GROUP drop constraint PK_SY_ROLE_GROUP cascade;
alter table SY_ROLE_GROUP
add constraint PK_SY_ROLE_GROUP primary key (ROLE_GROUP_NO)