psa.smb_settings
Overview
Column Descriptions
id –
CREATE TABLE `smb_settings` (
`id` int(11) NOT NULL AUTO_INCREMENT,
`name` varchar(255) DEFAULT NULL,
`value` text,
PRIMARY KEY (`id`),
UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=27 DEFAULT CHARSET=utf8
Related documentation
March 13th, 2013 in
Uncategorized