psa.locales
Overview
Column Descriptions
id –
1 2 3 4 5 | CREATE TABLE `locales` ( `id` varchar(17) CHARACTER SET ascii COLLATE ascii_bin NOT NULL, `active` enum('false','true') NOT NULL DEFAULT 'true', PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 |
Related documentation
March 13th, 2013 in
Uncategorized