Table: File_Transfer_Status | |||||||||||||
The various states of a File Transfer Tags: read-only Content:
| |||||||||||||
Columns | |||||||||||||
Name | Type | Constraints | Description | ||||||||||
file_transfer_status_KEY | int | NOT NULL | Artificial primary key of this table | ||||||||||
description | nvarchar (30) | NOT NULL | Description of this state |
Primary key | |||
Name | Columns | Description | |
PK_File_Transfer_Status$file_transfer_status_KEY | file_transfer_status_KEY | CLUSTERED |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_File_Transfer__File_Transfer_Status__file_transfer_status_KEY | file_transfer_status_KEY | File_Transfer |