表单安装 安装后可存放1000万+条数据
表字段预览 除系统字段外,yesapi_nideshop_order数据库表 共有 33 个表字段
第 1-33 条, 共 33 条.
字段名称 | 字段类型 | 字段默认值 | 是否允许为空 | 字段描述 | 索引 | 字段数据示例 |
---|---|---|---|---|---|---|
order_sn | varchar(32) | 是 | 唯一索引 | |||
user_id | mediumint(8) | 0 | 是 | 普通索引 | 0 | |
order_status | int(3) | 0 | 是 | 普通索引 | 0 | |
shipping_status | tinyint(1) | 0 | 是 | 普通索引 | 0 | |
pay_status | tinyint(1) | 0 | 是 | 普通索引 | 0 | |
consignee | varchar(60) | 是 | 无索引 | |||
country | varchar(50) | 是 | 无索引 | |||
province | varchar(50) | 是 | 无索引 | |||
city | varchar(50) | 是 | 无索引 | |||
district | varchar(50) | 是 | 无索引 | |||
address | varchar(255) | 是 | 无索引 | |||
mobile | varchar(60) | 是 | 无索引 | |||
postscript | varchar(255) | 是 | 无索引 | |||
shipping_id | tinyint(3) | 0 | 是 | 普通索引 | 0 | |
shipping_name | varchar(120) | 是 | 无索引 | |||
pay_id | varchar(64) | 0 | 是 | 普通索引 | 0 | |
pay_name | varchar(120) | 是 | 无索引 | |||
shipping_fee | decimal(10,2) | 0.00 | 是 | 无索引 | 0.00 | |
actual_price | decimal(10,2) | 0.00 | 是 | 实际需要支付的金额 | 无索引 | 0.00 |
integral | int(10) | 0 | 是 | 无索引 | 0 | |
integral_money | decimal(10,2) | 0.00 | 是 | 无索引 | 0.00 | |
order_price | decimal(10,2) | 0.00 | 是 | 订单总价 | 无索引 | 0.00 |
goods_price | decimal(10,2) | 0.00 | 是 | 商品总价 | 无索引 | 0.00 |
confirm_time | datetime | 是 | 无索引 | |||
pay_time | datetime | 是 | 无索引 | |||
freight_price | int(10) | 0 | 是 | 配送费用 | 无索引 | 0 |
coupon_id | mediumint(8) | 0 | 是 | 使用的优惠券id | 无索引 | 0 |
parent_id | mediumint(8) | 0 | 是 | 无索引 | 0 | |
coupon_price | decimal(10,2) | 是 | 无索引 | |||
callback_status | enum('true','false') | true | 是 | 无索引 | true | |
shipping_no | varchar(32) | 是 | 无索引 | |||
full_cut_price | decimal(10,2) | 是 | 无索引 | |||
order_type | varchar(1) | 是 | 无索引 |