源战役
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

9 rivejä
332 B

-- zhaoyu
-- 角色头像数据
CREATE TABLE IF NOT EXISTS `role_profile_photo` (
`role_id` bigint(20) unsigned NOT NULL DEFAULT 0 COMMENT '角色Id',
`photo_list` varchar(2000) NOT NULL DEFAULT '[]' COMMENT '激活消耗道具',
PRIMARY KEY (`role_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8 COMMENT='角色已激活头像';