psa.smb_locales
Overview
Column Descriptions
id –
1 2 3 4 5 6 7 8 | CREATE TABLE `smb_locales` ( `id` int(11) NOT NULL AUTO_INCREMENT, `code` varchar(255) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, `isActive` int(11) DEFAULT '1', PRIMARY KEY (`id`), UNIQUE KEY `code` (`code`) ) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8 |
Related documentation
March 13th, 2013 in
Uncategorized