| Table: Referral_Type | |||||||||||||||||||
| Tags: read-only Content:
| |||||||||||||||||||
| Columns | |||||||||||||||||||
| Name | Type | Constraints | Description | ||||||||||||||||
| referral_type_KEY | int | NOT NULL | Primary key for this table. | ||||||||||||||||
| sort | int | NOT NULL | User defined sort for this table. | ||||||||||||||||
| description | nvarchar (30) | NOT NULL | User defined description (unique). | ||||||||||||||||
| table_name | nvarchar (128) | NOT NULL | Name of the table that corresponds to this type. | ||||||||||||||||
| Primary key | |||
| Name | Columns | Description | |
| PK_Referral_Type$referral_type_KEY | referral_type_KEY | CLUSTERED | |
| Unique constraints | |||
| Name | Columns | Description | |
| UK_Referral_Type__description | description | Each description must be unique. | |
| Incoming foreign keys | |||
| Name | Columns | Referencing table | Description |
| FK_Client__Referral_Type__referral_type_KEY | referral_type_KEY | Client | |