表单安装 安装后可存放1000万+条数据
表字段预览 除系统字段外,okayapi_shopxo_s_goods_spec_base数据库表 共有 8 个表字段
Displaying 1-8 of 8 results.
字段名称 | 字段类型 | 字段默认值 | 是否允许为空 | 字段描述 | 索引 | 字段数据示例 |
---|---|---|---|---|---|---|
goods_id | int(11) | 0 | 否 | 商品id | 0 | |
price | decimal(10,2) | 0.00 | 否 | 销售价格 | Normal Index | 0.00 |
inventory | int(10) | 0 | 否 | 库存 | 0 | |
weight | decimal(10,2) unsigned | 0.00 | 否 | 重量(kg) | 0.00 | |
coding | char(80) | 否 | 编码 | |||
barcode | char(80) | 否 | 条形码 | |||
original_price | decimal(10,2) | 0.00 | 否 | 原价 | 0.00 | |
extends | longtext | 是 | 扩展数据(json格式存储) |