psa.smb_roleServicePermissions
Overview
Column Descriptions
id –
1 2 3 4 5 6 | CREATE TABLE `smb_roleServicePermissions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `roleId` int(11) NOT NULL, `servicePermissionId` int(11) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 |
Related documentation
March 13th, 2013 in
Uncategorized