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
NameTypeConstraintsDescription
billable_item_KEYint (4)NOT NULLThe billable item key and primary key.
form_processing_run_KEYint (4)NOT NULLThe form processing run key.
Primary key
NameColumnsDescription
PK_Billable_Item_N_Form_Processing_Run$billable_item_KEYbillable_item_KEY
Foreign keys
NameColumnsReferenced tableDescription
FK_Billable_Item_N_Form_Processing_Run__Billable_Item__billable_item_KEYbillable_item_KEYBillable_Item (billable_item_KEY)
FK_Billable_Item_N_Form_Processing_Run__Form_Processing_Run__form_processing_run_KEYform_processing_run_KEYForm_Processing_Run (form_processing_run_KEY)

Schema diagram