Table: dbo.Billing_Item_Form_Type | |||
This table is used to hold the differnt form types used for creating form fees. | |||
Columns | |||
Name | Type | Constraints | Description |
billing_item_form_type_KEY | int (4) | NOT NULL | Primary Key |
description | nvarchar (48) | NOT NULL | The form type description. |
Primary key | |||
Name | Columns | Description | |
PK_Billing_Item_Form_Type | billing_item_form_type_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Billing_Item_Form_Type$description | description |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Billing_Item_Form__Billing_Item_Form_Type__billing_item_form_type_KEY | billing_item_form_type_KEY | Billing_Item_Form |