记得上下班打卡 | git大法好,push需谨慎

Commit d4ea5c90 authored by jiangxiulong's avatar jiangxiulong

增加字段 is_refund_express_new

parent 29a91cd9
...@@ -20,5 +20,6 @@ CREATE TABLE `kylin_express_module` ...@@ -20,5 +20,6 @@ CREATE TABLE `kylin_express_module`
ROW_FORMAT = DYNAMIC COMMENT '快递模板表'; ROW_FORMAT = DYNAMIC COMMENT '快递模板表';
alter table kylin_performance_status add is_back_paper_ticket tinyint NOT NULL DEFAULT 0 COMMENT '快递票是否需要退回 0不需要 1需要' after is_refund_express; alter table kylin_performance_status add is_back_paper_ticket tinyint NOT NULL DEFAULT 0 COMMENT '快递票是否需要退回 0不需要 1需要' after is_refund_express;
alter table kylin_performance_status add is_refund_express_new tinyint NOT NULL DEFAULT 0 COMMENT '用户退款快递票是否退快递费 1退回 0不退回' after is_back_paper_ticket;
alter table kylin_order_refunds add ticket_num varchar(255) NOT NULL DEFAULT '' COMMENT '纸质票号' after price_express; alter table kylin_order_refunds add ticket_num varchar(255) NOT NULL DEFAULT '' COMMENT '纸质票号' after price_express;
\ No newline at end of file
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