psa.report_section
Overview
Column Descriptions
id –
1 2 3 4 5 6 7 8 | CREATE TABLE `report_section` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `report_id` int(10) unsigned NOT NULL, `name` varchar(255) CHARACTER SET ascii NOT NULL, `type` enum('none','summary','full') NOT NULL DEFAULT 'summary', PRIMARY KEY (`id`), KEY `report_id` (`report_id`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=latin1 |
Related documentation
March 13th, 2013 in
Uncategorized