alter table t_fin_month_conn_bill add bill_time_month number(2) default 9 not null ;
comment on column t_fin_month_conn_bill.bill_time_month is '账单关联运单的寄件月份';本文共 207 字,大约阅读时间需要 1 分钟。
alter table t_fin_month_conn_bill add bill_time_month number(2) default 9 not null ;
comment on column t_fin_month_conn_bill.bill_time_month is '账单关联运单的寄件月份';转载于:https://www.cnblogs.com/zfzf1/p/7472244.html