Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_expense_policy_history_id_seq'::regclass) |
|
|
Primary key |
|
| policyid | int8 | 19 | √ | null |
|
|
FK: public.tbl_expense_policy.id |
|
| expense_type_id | int8 | 19 | √ | null |
|
|
Historical Snapshot: Expense type reference when changed. |
|
| policy_name | varchar | 255 | √ | null |
|
|
Historical Snapshot: Policy name when changed. |
|
| effective_date | date | 13 | √ | null |
|
|
Historical Snapshot: Effective date when changed. |
|
| payment_date | varchar | 100 | √ | null |
|
|
Historical Snapshot: Payment schedule when changed. |
|
| next_payment_cycle | varchar | 100 | √ | null |
|
|
Historical Snapshot: Next payment cycle when changed. |
|
| claim_submission_days_limit | int8 | 19 | √ | null |
|
|
Historical Snapshot: Submission deadline when changed. |
|
| weightage | int8 | 19 | √ | null |
|
|
Historical Snapshot: Policy priority weight when changed. |
|
| applicable_criteria | text | 2147483647 | √ | null |
|
|
Historical Snapshot: Eligibility rules when changed. |
|
| calculate_payment | int8 | 19 | √ | null |
|
|
Historical Snapshot: Payment calculation method when changed. |
|
| is_fixed | int8 | 19 | √ | null |
|
|
Historical Snapshot: Fixed/variable amount flag when changed. |
|
| amount | int8 | 19 | √ | null |
|
|
Historical Snapshot: Fixed amount value when changed. |
|
| allow_to_exceed_limit | int8 | 19 | √ | null |
|
|
Historical Snapshot: Limit exceedance permission when changed. |
|
| max_number_of_instance_in_day | int8 | 19 | √ | null |
|
|
Historical Snapshot: Daily instance limit when changed. |
|
| max_number_of_instance_in_month | int8 | 19 | √ | null |
|
|
Historical Snapshot: Monthly instance limit when changed. |
|
| max_number_of_instance_in_quarter | int8 | 19 | √ | null |
|
|
Historical Snapshot: Quarterly instance limit when changed. |
|
| max_number_of_instance_in_half_year | int8 | 19 | √ | null |
|
|
Historical Snapshot: Half-yearly instance limit when changed. |
|
| max_number_of_instance_in_year | int8 | 19 | √ | null |
|
|
Historical Snapshot: Yearly instance limit when changed. |
|
| max_amount_in_day | int8 | 19 | √ | null |
|
|
Historical Snapshot: Daily amount limit when changed. |
|
| max_amount_in_month | int8 | 19 | √ | null |
|
|
Historical Snapshot: Monthly amount limit when changed. |
|
| max_amount_in_quarter | int8 | 19 | √ | null |
|
|
Historical Snapshot: Quarterly amount limit when changed. |
|
| max_amount_in_half_year | int8 | 19 | √ | null |
|
|
Historical Snapshot: Half-yearly amount limit when changed. |
|
| max_amount_in_year | int8 | 19 | √ | null |
|
|
Historical Snapshot: Yearly amount limit when changed. |
|
| variation_type | varchar | 255 | √ | null |
|
|
Historical Snapshot: Amount variation type when changed. |
|
| amount_fields | text | 2147483647 | √ | null |
|
|
Historical Snapshot: Additional amount fields when changed. |
|
| amount_field_limit | text | 2147483647 | √ | null |
|
|
Historical Snapshot: Field-specific limits when changed. |
|
| amount_field_limit_day | text | 2147483647 | √ | null |
|
|
Historical Snapshot: Daily field limits when changed. |
|
| amount_field_limit_month | text | 2147483647 | √ | null |
|
|
Historical Snapshot: Monthly field limits when changed. |
|
| amount_field_limit_quarter | text | 2147483647 | √ | null |
|
|
Historical Snapshot: Quarterly field limits when changed. |
|
| amount_field_limit_half_year | text | 2147483647 | √ | null |
|
|
Historical Snapshot: Half-yearly field limits when changed. |
|
| amount_field_limit_year | text | 2147483647 | √ | null |
|
|
Historical Snapshot: Yearly field limits when changed. |
|
| max_number_of_attachments | int8 | 19 | √ | null |
|
|
Historical Snapshot: Attachment limit when changed. |
|
| createdby | varchar | 100 | √ | null |
|
|
||
| modifiedby | varchar | 100 | √ | null |
|
|
||
| createddate | timestamp | 29,6 | √ | null |
|
|
||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pk_tbl_expense_policy_history | Primary key | Asc | id |
