add-api-bak_mobile cancel_car

This commit is contained in:
lccsw
2021-12-01 17:29:08 +08:00
parent 85b5c6a296
commit 8398042ee2
9 changed files with 77 additions and 7 deletions
+1
View File
@@ -200,3 +200,4 @@ alter table lc_receiver_orders add srv_ids varchar(100) not null default '' comm
alter table lc_receiver_orders add fine_ids varchar(100) not null default '' comment '精品id多个逗号隔开' after srv_ids;
alter table lc_receiver_orders add bill_time timestamp not null default '0000-00-00 00:00:00' comment '开票时间' after delry_time;
alter table lc_receiver_orders add order_time timestamp not null default '0000-00-00 00:00:00' comment '下定时间' after bill_time;
alter table lc_receiver_orders add bak_mobile varchar(11) not null default '' comment '备用手机号' after mobile;