psa.custom_buttons
Overview
Column Descriptions
id –
level_id –
text –
url –
conhelp –
options –
file –
plan_item_name –
CREATE TABLE `custom_buttons` (
`id` int(10) unsigned NOT NULL AUTO_INCREMENT, `sort_key` int(10) unsigned NOT NULL DEFAULT '100', `level` int(10) unsigned NOT NULL DEFAULT '0',
`level_id` int(10) unsigned NOT NULL DEFAULT '0', `place` enum('domain','client','reseller','reseller-settings','admin','admin-settings','navigation') NOT NULL DEFAULT 'domain',
`text` varchar(255) CHARACTER SET utf8 NOT NULL,
`url` varchar(255) CHARACTER SET utf8 DEFAULT NULL,
`conhelp` text CHARACTER SET utf8,
`options` int(10) unsigned NOT NULL DEFAULT '0',
`file` varchar(245) CHARACTER SET ascii COLLATE ascii_bin NOT NULL,
`plan_item_name` varchar(255) CHARACTER SET ascii DEFAULT NULL,
PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=latin1
Related documentation
February 23rd, 2013 in
Uncategorized