policy_type
A type of policy (feature) that could be applied to a subscription.
| Column name | Description | Data type |
|---|---|---|
| company | Reference to company. | integer |
| policy_type | Primary key. | integer |
| default_policy | If true, this policy is automatically applied to every login. | boolean |
| name | text | |
| description | text * | |
| policy_group | If set, this policy belongs to the given policy group, with the given
priority.
Reference to policy_group. |
integer * |
| policy_group_priority | integer * |