Skip to content
搜索
Main Navigation
开源门户
ONEX OMS
ECShopX
Appearance
Menu
Return to top
本页目录
flowctrl_feature
特性配置表
所属应用
:
flowctrl
表结构
ColumnName
Comment
Type
Not null
Default
Autoincrement
ft_id
ft_id
int(10) unsigned
Y
Y
ft_name
特性名称
varchar(200)
Y
N
type
事件节点
varchar(50)
Y
N
config
config
longtext
N
N
disabled
是否失效
enum('true','false')
Y
false
N
索引
Key name
Column names
Unique
Comment
primary
ft_id
Y
ind_ft_name
ft_name
Y