Commit 58934675 by 蘑菇🍄

format

parent c27ad1c8
...@@ -3,23 +3,23 @@ ...@@ -3,23 +3,23 @@
alter table tab_gic_mall_order add from_erp int(1) default 0 COMMENT '是否导入'; alter table tab_gic_mall_order add from_erp int(1) default 0 COMMENT '是否导入';
alter table tab_gic_mall_order add erp_order_id varchar(32) default null COMMENT 'erp_order_id'; alter table tab_gic_mall_order add erp_order_id varchar(32) default null COMMENT 'erp_order_id';
alter table tab_gic_mall_order_item add from_erp int(1) default 0 COMMENT '是否导入'; alter table tab_gic_mall_order_item add from_erp int(1) default 0 COMMENT '是否导入';
alter table tab_gic_mall_order_logistics add from_erp int(1) default 0 COMMENT '是否导入'; alter table tab_gic_mall_order_logistics add from_erp int(1) default 0 COMMENT '是否导入';
alter table tab_gic_mall_order_process add from_erp int(1) default 0 COMMENT '是否导入'; alter table tab_gic_mall_order_process add from_erp int(1) default 0 COMMENT '是否导入';
alter table tab_gic_mall_order_refund_consult add from_erp int(1) default 0 COMMENT '是否导入'; alter table tab_gic_mall_order_refund_consult add from_erp int(1) default 0 COMMENT '是否导入';
alter table tab_gic_mall_order_refund add from_erp int(1) default 0 COMMENT '是否导入'; alter table tab_gic_mall_order_refund add from_erp int(1) default 0 COMMENT '是否导入';
alter table tab_gic_mall_order_refund_logistics add from_erp int(1) default 0 COMMENT '是否导入'; alter table tab_gic_mall_order_refund_logistics add from_erp int(1) default 0 COMMENT '是否导入';
alter table tab_gic_mall_collection add from_erp int(1) default 0 COMMENT '是否导入'; alter table tab_gic_mall_collection add from_erp int(1) default 0 COMMENT '是否导入';
alter table tab_gic_mall_evaluate add from_erp int(1) default 0 COMMENT '是否导入'; alter table tab_gic_mall_evaluate add from_erp int(1) default 0 COMMENT '是否导入';
alter table tab_gic_mall_shopping_cart add from_erp int(1) default 0 COMMENT '是否导入'; alter table tab_gic_mall_shopping_cart add from_erp int(1) default 0 COMMENT '是否导入';
alter table tab_gic_mall_order_batch_deliver_log add from_erp int(1) default 0 COMMENT '是否导入'; alter table tab_gic_mall_order_batch_deliver_log add from_erp int(1) default 0 COMMENT '是否导入';
CREATE TABLE tab_gic_mall_order_copy LIKE tab_gic_mall_order; CREATE TABLE tab_gic_mall_order_copy LIKE tab_gic_mall_order;
CREATE TABLE tab_gic_mall_order_item _copy LIKE tab_gic_mall_order_item; CREATE TABLE tab_gic_mall_order_item_copy LIKE tab_gic_mall_order_item;
CREATE TABLE tab_gic_mall_order_logistics _copy LIKE tab_gic_mall_order_logistics; CREATE TABLE tab_gic_mall_order_logistics_copy LIKE tab_gic_mall_order_logistics;
CREATE TABLE tab_gic_mall_order_process_copy LIKE tab_gic_mall_order_process; CREATE TABLE tab_gic_mall_order_process_copy LIKE tab_gic_mall_order_process;
CREATE TABLE tab_gic_mall_order_refund_consult_copy LIKE tab_gic_mall_order_refund_consult; CREATE TABLE tab_gic_mall_order_refund_consult_copy LIKE tab_gic_mall_order_refund_consult;
CREATE TABLE tab_gic_mall_order_refund_copy LIKE tab_gic_mall_order_refund; CREATE TABLE tab_gic_mall_order_refund_copy LIKE tab_gic_mall_order_refund;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment