1
0
mirror of https://github.com/chatopera/cosin.git synced 2025-08-01 16:38:02 +08:00

#168 fix mysql db error for expmsg

This commit is contained in:
Hai Liang Wang 2018-11-29 14:49:09 +08:00
parent 97362e68f1
commit 0645d7e807
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@
allowInsertUpload:false, //增加的参数,上传图片后是否插入到当前区域
allowImageRemote:false,
filterMode:true,
items: ['emoticons', 'cut' , 'image','insertfile'],
items: ['emoticons', 'image', 'insertfile'],
htmlTags: {img : ['src', 'width', 'height', 'border', 'alt', 'title', 'align', '.width', '.height', '.border'] , br:[]} ,
afterChange : function() {
var count = this.count() ;

View File

@ -1358,7 +1358,7 @@ CREATE TABLE `uk_chat_message` (
`msgtype` varchar(100) DEFAULT '' COMMENT '消息类型',
`orgi` varchar(100) DEFAULT '' COMMENT '租户ID',
`msgid` varchar(100) DEFAULT '' COMMENT '消息ID微信',
`expmsg` text DEFAULT '' COMMENT '原始消息',
`expmsg` text COMMENT '原始消息',
`name` varchar(255) DEFAULT NULL COMMENT '名称',
`createtime` varchar(50) DEFAULT NULL COMMENT '创建时间',
`creater` varchar(255) DEFAULT NULL COMMENT '创建人',