zhangdehua 1 year ago
parent
commit
429a090366
1 changed files with 1 additions and 0 deletions
  1. 1 0
      public/install/data/install_struct.sql

+ 1 - 0
public/install/data/install_struct.sql

@@ -377,6 +377,7 @@ CREATE TABLE `yoshop_order_address` (
   `detail` varchar(255) NOT NULL DEFAULT '' COMMENT '详细地址',
   `order_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '订单ID',
   `user_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '用户ID',
+  `zip_code` varchar(20) DEFAULT '' COMMENT '邮编',
   `store_id` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '商城ID',
   `create_time` int(11) unsigned NOT NULL DEFAULT '0' COMMENT '创建时间',
   PRIMARY KEY (`order_address_id`) USING BTREE,