修改工单推送消息表的字段长度
This commit is contained in:
parent
dab198740f
commit
1c63338151
@ -368,7 +368,7 @@ CREATE TABLE `xhpc_work_order_image`
|
||||
CREATE TABLE `xhpc_work_order_push_message`
|
||||
(
|
||||
`order_push_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT '消息推送ID',
|
||||
`target` varchar(64) DEFAULT NULL COMMENT '接收方(邮箱、手机号、openID等)',
|
||||
`target` varchar(200) DEFAULT NULL COMMENT '接收方(邮箱、手机号、openID等)',
|
||||
`type` smallint(2) DEFAULT NULL COMMENT '推送方式(1-手机短信,2-电子邮件,3-微信公众号,4-微信小程序,5-支付宝小程序,6-其他)',
|
||||
`content` varchar(255) DEFAULT NULL COMMENT '推送内容',
|
||||
`status` smallint(2) DEFAULT NULL COMMENT '推送状态标志(0-创建,1-成功,2-推送失败)',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user