plat_customer_group_relation.md
1.03 KB
plat_customer_group_relation
平台客户分组关系表
- Rows (estimated): 0
- Data size: 16.0 KB
- Engine: InnoDB
- Collation: utf8mb3_general_ci
- Created: 2026-04-27 18:54:50
- Updated:
Columns
| # | Name | Type | Null | Key | Default | Extra | Comment |
|---|---|---|---|---|---|---|---|
| 1 | iIncreaseId |
int |
NO | PRI | auto_increment | 主键(自增序列) | |
| 2 | tCreateTime |
datetime |
NO | 创建时间 | |||
| 3 | sShopUserId |
varchar(35) |
NO | 商铺用户编号 | |||
| 4 | sGroupId |
varchar(35) |
NO | 分组编号 | |||
| 5 | sCustomerUserId |
varchar(35) |
NO | MUL | 客户用户编号 |
Indexes
| Name | Unique | Type | Columns |
|---|---|---|---|
PLAT_CUSTOMER_GROUP_RELATION_UNQ1 |
✓ | BTREE |
sCustomerUserId, sGroupId
|
PRIMARY |
✓ | BTREE | iIncreaseId |
Narrative
No human-written narrative yet — when this table is exercised by a vertical slice, link from there back to this page.