表单安装 安装后可存放1000万+条数据
表字段预览 除系统字段外,okayapi_shopxo_s_order_detail数据库表 共有 18 个表字段
Displaying 1-18 of 18 results.
字段名称 | 字段类型 | 字段默认值 | 是否允许为空 | 字段描述 | 索引 | 字段数据示例 |
---|---|---|---|---|---|---|
user_id | int(11) | 0 | 否 | 用户id | Normal Index | 0 |
order_id | int(11) | 0 | 否 | 订单id | Normal Index | 0 |
goods_id | int(11) | 0 | 否 | 商品id | Normal Index | 0 |
shop_id | int(11) | 0 | 否 | 店铺id | Normal Index | 0 |
title | char(60) | 否 | 标题 | |||
images | char(255) | 否 | 封面图片 | |||
original_price | decimal(10,2) unsigned | 0.00 | 否 | 原价 | 0.00 | |
price | decimal(10,2) unsigned | 0.00 | 否 | 订单价格 | 0.00 | |
total_price | decimal(10,2) | 0.00 | 否 | 当前总价(单价*数量) | 0.00 | |
spec | char(255) | 否 | 规格 | |||
buy_number | int(11) | 0 | 否 | 购买数量 | 0 | |
model | char(30) | 否 | 型号 | |||
spec_weight | decimal(10,2) unsigned | 0.00 | 否 | 重量(kg) | 0.00 | |
spec_coding | char(80) | 否 | 编码 | |||
spec_barcode | char(80) | 否 | 条形码 | |||
refund_price | decimal(10,2) | 0.00 | 否 | 退款金额 | 0.00 | |
returned_quantity | int(11) | 0 | 否 | 退货数量 | 0 | |
upd_time | int(11) | 0 | 否 | 更新时间 | 0 |