表单安装 安装后可存放1000万+条数据
表字段预览 除系统字段外,okayapi_shopxo_s_goods_comments数据库表 共有 13 个表字段
Displaying 1-13 of 13 results.
字段名称 | 字段类型 | 字段默认值 | 是否允许为空 | 字段描述 | 索引 | 字段数据示例 |
---|---|---|---|---|---|---|
user_id | int(11) | 0 | 否 | 用户id | Normal Index | 0 |
shop_id | int(11) | 0 | 否 | 店铺id | 0 | |
order_id | int(11) | 0 | 否 | 业务订单id | Normal Index | 0 |
goods_id | int(11) | 0 | 否 | 商品id | Normal Index | 0 |
business_type | char(30) | 否 | 业务类型名称(如订单 order) | |||
content | char(255) | 否 | 评价内容 | |||
reply | char(255) | 否 | 回复内容 | |||
rating | tinyint(1) | 0 | 否 | 评价级别(默认0 1~5) | 0 | |
is_show | tinyint(1) | 0 | 否 | 是否显示(0否, 1是) | 0 | |
is_anonymous | tinyint(1) | 0 | 否 | 是否匿名(0否,1是) | 0 | |
is_reply | tinyint(1) | 0 | 否 | 是否回复(0否,1是) | 0 | |
reply_time | int(11) | 0 | 否 | 回复时间 | 0 | |
upd_time | int(11) | 0 | 否 | 更新时间 | 0 |