Skip to content

monitor_event_template

监控事件模板

所属应用: monitor

表结构

ColumnNameCommentTypeNot nullDefaultAutoincrement
template_idIDint(10) unsignedYY
template_bn模板编码varchar(50)NN
template_name模板名称varchar(50)NN
event_type模板类型varchar(50)YN
send_type发送类型 email:邮箱;workwx:企微;enum('email','workwx')NemailN
content模板内容longtextNN
status模板状态 0:未审核;1:已审核;2:审核失败;3:已取消;enum('0','1','2','3')N1N
source来源渠道varchar(10)NlocalN
disabled是否失效enum('true','false')NfalseN
at_time创建时间TIMESTAMPNCURRENT_TIMESTAMPN
up_time修改时间TIMESTAMPNCURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMPN

索引

Key nameColumn namesUniqueComment
primarytemplate_idY
uni_template_bntemplate_bnN