Skip to content

Commit

Permalink
Merge pull request #28 from Menci/master
Browse files Browse the repository at this point in the history
Enlarge varchar length of lsky_users.reg_ip
  • Loading branch information
wisp-x authored Mar 4, 2019
2 parents a78edaa + c61e114 commit 801f2c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sql
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ CREATE TABLE IF NOT EXISTS `lsky_users` (
`is_admin` tinyint(1) NOT NULL DEFAULT '0' COMMENT '是否为管理员',
`state` tinyint(1) NOT NULL DEFAULT '1' COMMENT '0:冻结,1:正常',
`token` varchar(32) DEFAULT NULL COMMENT 'Token',
`reg_ip` varchar(32) DEFAULT NULL COMMENT '注册IP',
`reg_ip` varchar(128) DEFAULT NULL COMMENT '注册IP',
`delete_time` int(11) DEFAULT NULL COMMENT '删除时间',
`update_time` int(11) NOT NULL COMMENT '更新时间',
`create_time` int(11) NOT NULL COMMENT '添加时间',
Expand Down

0 comments on commit 801f2c0

Please sign in to comment.