psa.actions
Overview
Column Descriptions
id –
name –
descr –
enabled –
1 2 3 4 5 6 7 8 | CREATE TABLE `actions` ( `id` int(10) unsigned NOT NULL AUTO_INCREMENT, `name` varchar(255) CHARACTER SET ascii NOT NULL, `descr` varchar(255) CHARACTER SET utf8 NOT NULL, `enabled` enum('false','true') NOT NULL DEFAULT 'true', PRIMARY KEY (`id`), UNIQUE KEY `name` (`name`) ) ENGINE=InnoDB AUTO_INCREMENT=127 DEFAULT CHARSET=latin1 |
Related documentation
February 8th, 2013 in
Uncategorized