Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
contract_cancellation_reason_id | int8 | 19 | null |
|
|
The primary key of this table. |
|||||
origin | varchar | 256 | null |
|
|
Who or what initiated contract cancellation. |
|||||
extraordinary | bool | 1 | null |
|
|
If the contract was canceled before or after terms end date due to a particular reasons. |
|||||
name | varchar | 256 | null |
|
|
The name of the reason. |
|||||
type | varchar | 256 | null |
|
|
The type of the reason. |
|||||
default_value | varchar | 256 | null |
|
|
Default value for the reason. |
|||||
last_updated | timestamptz | 35 | √ | null |
|
|
System column. UTC Timestamp at which entry was calculated (lags behind source system). |