表单安装 安装后可存放1000万+条数据
表字段预览 除系统字段外,yesapi_crm_product数据库表 共有 12 个表字段
第 1-12 条, 共 12 条.
字段名称 | 字段类型 | 字段默认值 | 是否允许为空 | 字段描述 | 索引 | 字段数据示例 |
---|---|---|---|---|---|---|
productcategory_id | int(11) | 是 | 产品分类ID | 无索引 | ||
unit | varchar(255) | 是 | 单位 | 无索引 | ||
model | varchar(255) | 是 | 型号 | 无索引 | ||
weight | decimal(10,0) | 是 | 重量 | 无索引 | ||
unitprice | decimal(10,0) | 是 | 单价 | 无索引 | ||
costprice | decimal(10,0) | 是 | 成本 | 无索引 | ||
saleprice | decimal(10,0) | 是 | 售价 | 无索引 | ||
description | text | 是 | 描述 | 无索引 | ||
productname | varchar(255) | 是 | 产品名称 | 无索引 | ||
deleted | tinyint(4) | 0 | 否 | 删除标识,0-未删除,1-删除 | 无索引 | 0 |
warrantydays | varchar(255) | 是 | 保修天数 | 无索引 | ||
website | int(11) | 是 | 网址 | 无索引 |