subscription_contract
Records details of a contract that the subscription is, was or will be bound to.
| Column name | Description | Data type |
|---|---|---|
| subscription_contract | Primary key. | integer |
| company | Reference to company. | integer |
| contract | Reference to contract. | integer |
| subscription | Reference to subscription. | integer |
| early_termination_charge | numeric | |
| start_date | timestamp without time zone * | |
| end_date | timestamp without time zone * | |
| contract_value | numeric | |
| minimum_termination_charge | numeric | |
| maximum_termination_charge | numeric | |
| termination_date | timestamp without time zone * | |
| comments | text * |