Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0f39e1 commit 0f2c82dCopy full SHA for 0f2c82d
config/db.sql
@@ -159,6 +159,8 @@ CREATE TABLE IF NOT EXISTS `user_info` (
159
`is_third` tinyint unsigned NOT NULL DEFAULT 0 COMMENT '是否通过第三方账号注册',
160
`balance` int unsigned NOT NULL DEFAULT 0 COMMENT '财富余额(铜币)',
161
`dau_auth` int unsigned NOT NULL DEFAULT 0 COMMENT '控制用户权限,如能否发文章等',
162
+ `is_vip` tinyint unsigned NOT NULL DEFAULT 0 COMMENT '是否是VIP付费用户',
163
+ `vip_expire` int unsigned NOT NULL DEFAULT 0 COMMENT 'VIP到期日期,格式20200301',
164
`status` tinyint unsigned NOT NULL DEFAULT 0 COMMENT '用户账号状态。0-默认;1-已审核;2-拒绝;3-冻结;4-停号',
165
`is_root` tinyint unsigned NOT NULL DEFAULT 0 COMMENT '是否超级用户,不受权限控制:1-是',
166
`ctime` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',
0 commit comments