psa.PlansSubscriptions
Overview
Column Descriptions
subscription_id –
plan_id` –
quantity –
1 2 3 4 5 6 | CREATE TABLE `PlansSubscriptions` ( `subscription_id` int(10) unsigned NOT NULL, `plan_id` int(10) unsigned NOT NULL, `quantity` int(10) unsigned NOT NULL DEFAULT '1', PRIMARY KEY (`subscription_id`,`plan_id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 |
Related documentation
January 17th, 2013 in
Uncategorized