Commit b11b7014 authored by yanzg's avatar yanzg

修改实例化关系

parent ef048732
......@@ -19,7 +19,7 @@ public class MessageLogDaoImpl extends BaseDaoImpl implements MessageLogDao, Ini
private static final String QUERY_TABLE_SQL = "SHOW TABLES LIKE 'queue_log'";
private static final String CREATE_TABLE_SQL = "CREATE TABLE `queue_log` ( " +
" `id` varchar(32) NOT NULL COMMENT '消息编号', " +
" `queue` varchar(50) NOT NULL DEFAULT '' COMMENT '队列名称', " +
" `queue` varchar(100) NOT NULL DEFAULT '' COMMENT '队列名称', " +
" `messageId` varchar(100) NOT NULL DEFAULT '' COMMENT '消息编号', " +
" `lastTime` datetime NOT NULL COMMENT '消息最后删除时间,默认为24小时之后,但是不会超过25小时', " +
" `createTime` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间', " +
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment