Table: Target_Date_Method | |||||||||
Tags: read-only Content:
| |||||||||
Columns | |||||||||
Name | Type | Constraints | Description | ||||||
target_date_method_KEY | int | NOT NULL | Primary key for this table. | ||||||
sort | int | NOT NULL | User defined sort for this table. | ||||||
description | nvarchar (250) | NOT NULL | User defined description (unique). |
Primary key | |||
Name | Columns | Description | |
PK_Target_Date_Method$target_date_method_KEY | target_date_method_KEY | CLUSTERED | |
Unique constraints | |||
Name | Columns | Description | |
UK_Target_Date_Method$description | description | Each description must be unique. |