Columns
Column | Type | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|
membership_plan_id | int8 |
|
|
The unique membership plan ID. E.g. 214. |
||||||
plan_type | varchar |
|
|
The type of membership plan. E.g. |
||||||
funding_scheme_type | varchar |
|
|
|||||||
allow_membership_to_self_manage | bool |
|
|
Whether the membership is allowed to self-manage. One of True, False. |
||||||
care_management_price_cents | int4 |
|
|
The care management price in cents. E.g. 1500. |
||||||
care_management_price_currency | varchar |
|
|
The currency for the care management price. E.g. |
||||||
payment_frequency | varchar |
|
|
The frequency of payments for the plan. E.g. |
||||||
tax_id | int8 |
|
|
The tax ID associated with the plan. E.g. 52. |
||||||
archived_at | timestamp |
|
|
The date and time the helper was archived (in UTC). E.g.: 2021-03-17 22:59:01.116801. |
||||||
created_at | timestamp |
|
|
The date and time the plan was created (in UTC). E.g.: 2021-03-17 22:59:01.116801. |
||||||
updated_at | timestamp |
|
|
The date and time the plan was last updated (in UTC). E.g.: 2021-03-17 22:59:01.116801. |
||||||
company_id | int8 |
|
|
The company ID associated with the plan. E.g. 62. |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
dim_membership_plans_pkey | Primary key | Asc | membership_plan_id |
dim_membership_plans_company_id_idx | Performance | Asc | company_id |