|
@@ -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,
|