1
This commit is contained in:
parent
98cfcb646c
commit
ce71769b2d
@ -69,6 +69,7 @@ CREATE TABLE `t_user` (
|
|||||||
`plat_vip` int(11) NOT NULL DEFAULT '0' COMMENT 'plat_vip',
|
`plat_vip` int(11) NOT NULL DEFAULT '0' COMMENT 'plat_vip',
|
||||||
`score` bigint(11) NOT NULL DEFAULT '0' COMMENT 'score',
|
`score` bigint(11) NOT NULL DEFAULT '0' COMMENT 'score',
|
||||||
`dice` int(11) NOT NULL DEFAULT '0' COMMENT '骰子数',
|
`dice` int(11) NOT NULL DEFAULT '0' COMMENT '骰子数',
|
||||||
|
`spec_dice` int(11) NOT NULL DEFAULT '0' COMMENT '特殊骰子数(道具)',
|
||||||
`last_present_dice_time` int(11) NOT NULL DEFAULT '0' COMMENT '最后赠送骰子时间',
|
`last_present_dice_time` int(11) NOT NULL DEFAULT '0' COMMENT '最后赠送骰子时间',
|
||||||
`createtime` int(11) NOT NULL DEFAULT '0' COMMENT '创建时间',
|
`createtime` int(11) NOT NULL DEFAULT '0' COMMENT '创建时间',
|
||||||
`modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',
|
`modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user