Table: Sheet_Entry_Type | |||||||||||||||
Tags: read-only Content:
| |||||||||||||||
Columns | |||||||||||||||
Name | Type | Constraints | Description | ||||||||||||
sheet_entry_type_KEY | int | NOT NULL | 1=Standard 2=Progress Billing 3=Billing Adjustment 4=Timer Entry 5=Remote Standard 6=Exported Remote Standard | ||||||||||||
description | nvarchar (30) | NOT NULL | System defined description. |
Primary key | |||
Name | Columns | Description | |
PK_Sheet_Entry_Type$sheet_entry_type_KEY | sheet_entry_type_KEY | CLUSTERED | |
Unique constraints | |||
Name | Columns | Description | |
UK_Sheet_Entry_Type__description | description | Each description must be unique. |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Sheet_Entry__Sheet_Entry_Type__sheet_entry_type_KEY | sheet_entry_type_KEY | Sheet_Entry |