Skip to content

Commit

Permalink
删除重复的sql
Browse files Browse the repository at this point in the history
  • Loading branch information
wj005 committed Jul 26, 2021
1 parent bd0765b commit aa6cd5a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions forms/install/install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -1095,6 +1095,3 @@ CREATE TABLE `heshop_initialize_prefix_waybill` (
`is_deleted` tinyint(100) DEFAULT '0' COMMENT '是否删除',
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8mb4;

ALTER TABLE `heshop_initialize_prefix_order_after`
ADD COLUMN `return_freight` decimal(10, 2) NOT NULL DEFAULT 0.00 COMMENT '退款运费' ;

0 comments on commit aa6cd5a

Please sign in to comment.