· 7 years ago · Oct 17, 2018, 07:24 AM
1CREATE TABLE IF NOT EXISTS `twh_user_addon` (
2 `userid` int(11) NOT NULL,
3 `custom_roles` int(11) DEFAULT NULL COMMENT 'Custom roles, overwrites roles from forum groups',
4 PRIMARY KEY (`userid`)
5) ENGINE=InnoDB DEFAULT CHARSET=utf8;