Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0f2c82d

Browse files
committed
sql文档
1 parent a0f39e1 commit 0f2c82d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

config/db.sql

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,8 @@ CREATE TABLE IF NOT EXISTS `user_info` (
159159
`is_third` tinyint unsigned NOT NULL DEFAULT 0 COMMENT '是否通过第三方账号注册',
160160
`balance` int unsigned NOT NULL DEFAULT 0 COMMENT '财富余额(铜币)',
161161
`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',
162164
`status` tinyint unsigned NOT NULL DEFAULT 0 COMMENT '用户账号状态。0-默认;1-已审核;2-拒绝;3-冻结;4-停号',
163165
`is_root` tinyint unsigned NOT NULL DEFAULT 0 COMMENT '是否超级用户,不受权限控制:1-是',
164166
`ctime` timestamp NOT NULL DEFAULT '0000-00-00 00:00:00',

0 commit comments

Comments
 (0)