Persists the inclusion relation between offerings and rate plans. For every rate plan included into an offering a record is created in this table.
This table is renamed to usm_offering_rateplan_inclusion from usm_offering_rateplans_inclusion as the table name is too long
| Column Name | Column Datatype | Column Null Option | Column Comment |
| id | integer | not null | Unique id for offerings_rateplans_inclusion |
| base_id | integer | not null | The offering_id of the base offering of the offering pointed to by parent_id |
| parent_id | integer | with null | The offering_id. |
| child_id | integer | with null | The rate_plans_id of the included rate plan |
Product Name: Unicenter Service Management
Table Type: Table