Skip to content

Commit

Permalink
Update V1__vhr.sql
Browse files Browse the repository at this point in the history
  • Loading branch information
lenve committed May 18, 2020
1 parent 1ae94c5 commit f869a9e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ CREATE TABLE `mail_send_log` (
`status` int(11) DEFAULT '0' COMMENT '0发送中,1发送成功,2发送失败',
`routeKey` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
`exchange` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_general_ci DEFAULT NULL,
`count` int(11) DEFAULT NULL COMMENT '重试次数',
`count` int(11) DEFAULT 0 COMMENT '重试次数',
`tryTime` datetime DEFAULT NULL COMMENT '第一次重试时间',
`createTime` datetime DEFAULT NULL,
`updateTime` datetime DEFAULT NULL
Expand Down

0 comments on commit f869a9e

Please sign in to comment.