子订单添加抵扣V币.sql
3.0 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# 在子订单添加折后商品金额
alter table im_doing_order1_00 ADD deduction_product_vb int DEFAULT NULL COMMENT '抵扣V币';
alter table im_doing_order1_01 ADD deduction_product_vb int DEFAULT NULL COMMENT '抵扣V币';
alter table im_doing_order1_02 ADD deduction_product_vb int DEFAULT NULL COMMENT '抵扣V币';
alter table im_doing_order1_03 ADD deduction_product_vb int DEFAULT NULL COMMENT '抵扣V币';
alter table im_doing_order1_04 ADD deduction_product_vb int DEFAULT NULL COMMENT '抵扣V币';
alter table im_doing_order1_05 ADD deduction_product_vb int DEFAULT NULL COMMENT '抵扣V币';
alter table im_doing_order1_06 ADD deduction_product_vb int DEFAULT NULL COMMENT '抵扣V币';
alter table im_doing_order1_07 ADD deduction_product_vb int DEFAULT NULL COMMENT '抵扣V币';
alter table im_doing_order1_08 ADD deduction_product_vb int DEFAULT NULL COMMENT '抵扣V币';
alter table im_doing_order1_09 ADD deduction_product_vb int DEFAULT NULL COMMENT '抵扣V币';
alter table im_doing_order1_10 ADD deduction_product_vb int DEFAULT NULL COMMENT '抵扣V币';
alter table im_doing_order1_11 ADD deduction_product_vb int DEFAULT NULL COMMENT '抵扣V币';
alter table im_doing_order1_12 ADD deduction_product_vb int DEFAULT NULL COMMENT '抵扣V币';
alter table im_doing_order1_13 ADD deduction_product_vb int DEFAULT NULL COMMENT '抵扣V币';
alter table im_doing_order1_14 ADD deduction_product_vb int DEFAULT NULL COMMENT '抵扣V币';
alter table im_doing_order1_15 ADD deduction_product_vb int DEFAULT NULL COMMENT '抵扣V币';
alter table im_doing_order1_00 ADD deduction_line_vb int DEFAULT NULL COMMENT '抵扣行V币';
alter table im_doing_order1_01 ADD deduction_line_vb int DEFAULT NULL COMMENT '抵扣行V币';
alter table im_doing_order1_02 ADD deduction_line_vb int DEFAULT NULL COMMENT '抵扣行V币';
alter table im_doing_order1_03 ADD deduction_line_vb int DEFAULT NULL COMMENT '抵扣行V币';
alter table im_doing_order1_04 ADD deduction_line_vb int DEFAULT NULL COMMENT '抵扣行V币';
alter table im_doing_order1_05 ADD deduction_line_vb int DEFAULT NULL COMMENT '抵扣行V币';
alter table im_doing_order1_06 ADD deduction_line_vb int DEFAULT NULL COMMENT '抵扣行V币';
alter table im_doing_order1_07 ADD deduction_line_vb int DEFAULT NULL COMMENT '抵扣行V币';
alter table im_doing_order1_08 ADD deduction_line_vb int DEFAULT NULL COMMENT '抵扣行V币';
alter table im_doing_order1_09 ADD deduction_line_vb int DEFAULT NULL COMMENT '抵扣行V币';
alter table im_doing_order1_10 ADD deduction_line_vb int DEFAULT NULL COMMENT '抵扣行V币';
alter table im_doing_order1_11 ADD deduction_line_vb int DEFAULT NULL COMMENT '抵扣行V币';
alter table im_doing_order1_12 ADD deduction_line_vb int DEFAULT NULL COMMENT '抵扣行V币';
alter table im_doing_order1_13 ADD deduction_line_vb int DEFAULT NULL COMMENT '抵扣行V币';
alter table im_doing_order1_14 ADD deduction_line_vb int DEFAULT NULL COMMENT '抵扣行V币';
alter table im_doing_order1_15 ADD deduction_line_vb int DEFAULT NULL COMMENT '抵扣行V币';