plan_option
Options that may be chosen for subscriptions on a particular plan.
| Column name | Description | Data type |
|---|---|---|
| plan_option | Primary key. | integer |
| plan | Reference to plan. | character varying (8) |
| plan_option_code | character varying (8) | |
| company | Reference to plan.
Reference to company. |
smallint |
| name | text | |
| plan_option_display_type | Reference to plan_option_display_type. | integer |
| plan_option_group | If non-null, this option is a "one of many" belonging to the specified group.
Reference to plan_option_group. |
integer * |