Table: Datasharing_Application | |||||||||||||||
Tags: read-only Content:
| |||||||||||||||
Columns | |||||||||||||||
Name | Type | Constraints | Description | ||||||||||||
datasharing_application_KEY | int | NOT NULL | Primary key for this table | ||||||||||||
description | nvarchar (30) | NOT NULL | Description (unique). |
Primary key | |||
Name | Columns | Description | |
PK_Datasharing_Application$datasharing_application_KEY | datasharing_application_KEY | CLUSTERED | |
Unique constraints | |||
Name | Columns | Description | |
UK_Datasharing_Application__description | description | Every datasharing application must have a unique description. |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Datasharing_Path__Datasharing_Application__datasharing_application_KEY | datasharing_application_KEY | Datasharing_Path | on delete cascade; |