mirror of
https://github.com/blossom-editor/blossom
synced 2024-11-17 14:39:21 +08:00
fix: 修改访问IP最大长度
This commit is contained in:
parent
7d706fe969
commit
82acbc5745
@ -422,6 +422,11 @@ CREATE TABLE IF NOT EXISTS `blossom_article_view`
|
||||
ROW_FORMAT = DYNAMIC COMMENT ='文章访问记录,ArticleView';
|
||||
|
||||
-- ----------------------------
|
||||
-- since: 1.16.0
|
||||
-- ----------------------------
|
||||
alter table blossom_article_view
|
||||
modify ip varchar(51) CHARACTER SET utf8mb4 COLLATE utf8mb4_bin NOT NULL comment '地址,IPV4/IPV6';
|
||||
-- ----------------------------
|
||||
-- Records of blossom_article_view
|
||||
-- ----------------------------
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user