Table: dbo.Processing_Note_Category | |||
The category of a processing note. Users can add to this list. | |||
Columns | |||
Name | Type | Constraints | Description |
processing_note_category_KEY | int (4) | NOT NULL | The primary key, assigned by ACS. |
description | nvarchar (50) | NOT NULL | The description of the note type. |
processing_note_type_KEY | int (4) | NOT NULL | The type of note this category can apply to |
Primary key | |||
Name | Columns | Description | |
PK_Processing_Note_Category | processing_note_category_KEY | ||
Unique constraints | |||
Name | Columns | Description | |
UK_Processing_Note_Category$description$processing_note_type_KEY | description, processing_note_type_KEY |
Foreign keys | |||
Name | Columns | Referenced table | Description |
FK_Processing_Note_Category__Processing_Note_Type__processing_note_type_KEY | processing_note_type_KEY | Processing_Note_Type (processing_note_type_KEY) |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Processing_Note__Processing_Note_Category__processing_note_category_KEY | processing_note_category_KEY | Processing_Note |