Commit 1d3eea92 by fanjiaxin

联调问题处理

parent fee19992
Pipeline #71635 passed with stages
in 1 minute 1 second
......@@ -10,7 +10,7 @@ CREATE TABLE SHARER_INFO
`create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '创建时间',
`update_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP COMMENT '更新时间',
PRIMARY KEY (`id`),
INDEX idx_open_id (open_id),
UNIQUE uk_open_id (open_id),
INDEX idx_sharer_appid (sharer_appid)
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4 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