psa.apscategories
Overview
Column Descriptions
id –
category_name –
parent_id –
1 2 3 4 5 6 7 | CREATE TABLE `apscategories` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `category_name` varchar(255) CHARACTER SET utf8 DEFAULT NULL, `parent_id` int(10) unsigned NOT NULL, PRIMARY KEY (`id`), KEY `parent_id` (`parent_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 |
Related documentation
February 11th, 2013 in
Uncategorized