psa.smb_roles
Overview
Column Descriptions
id –
CREATE TABLE `smb_roles` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) DEFAULT NULL,
`isBuiltIn` int(11) DEFAULT '0',
`ownerId` int(11) DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=33 DEFAULT CHARSET=utf8
Related documentation
March 13th, 2013 in
Uncategorized