| Previous: labor_category_invc_fltr | Unanet Data Model | Next: labor_invc_sect_fmt |
| Column Name | Data Type | Default Value |
References Table |
Foreign Key Name |
||
| 1. | PK | labor_category_rate_key | decimal(15) | |||
| 2. | labor_category_key | decimal(15) | labor_category | fk_labor_category_rate1 | ||
| 3. | begin_date | datetime | ||||
| 4. | end_date | datetime | ||||
| 5. | bill_rate | decimal(15,5) | ||||
| 6. | cost_rate | decimal(15,5) | ||||
| Column | References | Foreign Key Name | |
| Table | Column | ||
| labor_category_key | labor_category | labor_category_key | fk_labor_category_rate1 |
| Name | Definition |
| cc_lcr_begin_date | ([begin_date]>='1900-01-01' AND [begin_date]<='2099-12-31') |
| cc_lcr_end_date | ([end_date]>='1900-01-01' AND [end_date]<='2099-12-31') |
| Index Name | Unique | Column Name | Asc Or Desc |
| pk_labor_category_rate | true | labor_category_rate_key | Asc |
| idx_labor_category_rate1 | true | labor_category_key | Asc |
| begin_date |