psa.PlanItemProperties
Overview
Column Descriptions
plan_item_id –
name –
value –
1 2 3 4 5 6 | CREATE TABLE `PlanItemProperties` ( `plan_item_id` int(10) unsigned NOT NULL, `name` varchar(255) CHARACTER SET utf8 NOT NULL, `value` varchar(255) CHARACTER SET utf8 NOT NULL, PRIMARY KEY (`plan_item_id`,`name`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 |
Related documentation
January 17th, 2013 in
Uncategorized