psa.smb_servicePermissions
Overview
Column Descriptions
id –
1 2 3 4 5 6 7 8 9 | CREATE TABLE `smb_servicePermissions` ( `id` int(11) NOT NULL AUTO_INCREMENT, `serviceInstanceId` int(11) NOT NULL, `serviceProviderId` int(11) NOT NULL, `permissionCode` varchar(255) DEFAULT NULL, `class` varchar(255) DEFAULT NULL, `status` varchar(255) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=11 DEFAULT CHARSET=utf8 |
Related documentation
March 13th, 2013 in
Uncategorized