alter table hls_bp_master_role add (BP_NAME varchar2(100)); comment on column hls_bp_master_role.BP_NAME is '商业伙伴名称'; alter table hls_bp_master_role add (BP_CODE varchar2(30)); comment on column hls_bp_master_role.BP_CODE is '商业伙伴编码';