Table: dbo.Billable_Item_N_Form_Processing_Run | |||
This table holds the connection between each billable item and the form processing run that it is associated with. | |||
Columns | |||
Name | Type | Constraints | Description |
billable_item_KEY | int (4) | NOT NULL | The billable item key and primary key. |
form_processing_run_KEY | int (4) | NOT NULL | The form processing run key. |
Primary key | |||
Name | Columns | Description | |
PK_Billable_Item_N_Form_Processing_Run$billable_item_KEY | billable_item_KEY |