psa.DashboardPresetConfig
Overview
Column Descriptions
id –
preset_id –
ord –
uri –
parent_id –
type –
Table Structure
1 2 3 4 5 6 7 8 9 10 11 12 | CREATE TABLE `DashboardPresetConfig` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `preset_id` int(10) unsigned NOT NULL, `ord` int(10) unsigned NOT NULL, `uri` varchar(255) CHARACTER SET ascii NOT NULL, `parent_id` int(10) unsigned DEFAULT NULL, `type` enum('none','button','custom-buttons','top','column','footer','indicator','left','right','section','shortcut','tab','tabs','quick-search','quick-search-option') NOT NULL DEFAULT 'none', `title` varchar(255) CHARACTER SET utf8 DEFAULT NULL, `description` varchar(255) CHARACTER SET utf8 DEFAULT NULL, `enabled` enum('false','true') NOT NULL DEFAULT 'true', PRIMARY KEY (`id`) ) ENGINE=InnoDB AUTO_INCREMENT=389 DEFAULT CHARSET=latin1 |
Related documentation
January 16th, 2013 in
Uncategorized | tags: dashboard