You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
--记录ftp bc报文是否匹配业务系统中的数据
|
|
alter table t_op_seae_edi_rp_iftmbc add F_EXT_IsMatchBusi bit default 0 not null;
|
|
---记录ftp bc报文不匹配业务系统中数据的原因
|
|
alter table t_op_seae_edi_rp_iftmbc add F_EXT_IsMatchBusiRemark varchar(200) ; |