plat_customer_level.md 1.29 KB

plat_customer_level

平台客户等级表

  • 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 tModifyTime datetime NO 修改时间
4 sShopUserId varchar(35) NO MUL 商铺用户编号
5 sCustomerLevelId varchar(35) NO UNI 客户等级编号(P_CTL开头)
6 sCustomerLevelName varchar(50) NO 客户等级名称
7 sFormulaId varchar(35) NO 公式编号
8 iIsEnable tinyint NO 1 是否启用(0:不启用,1:启用)

Indexes

Name Unique Type Columns
PLAT_CUSTOMER_LEVEL_IDX1 BTREE sShopUserId
PLAT_CUSTOMER_LEVEL_UNQ1 BTREE sCustomerLevelId
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.