Table: Won_Reason | |||
Columns | |||
Name | Type | Constraints | Description |
won_reason_KEY | int | NOT NULL | AUTO-INCREMENT: Database assigned primary key for this table. |
update__staff_KEY | int | NOT NULL | |
update_date_utc | datetime | NOT NULL | |
description | nvarchar (250) | NOT NULL | User defined description (unique). |
create_date_utc | datetime | NOT NULL | |
row_version | timestamp | NOT NULL |
Primary key | |||
Name | Columns | Description | |
PK_Won_Reason$won_reason_KEY | won_reason_KEY | CLUSTERED | |
Unique constraints | |||
Name | Columns | Description | |
UK_Won_Reason$description | description | Each description must be unique. |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Client__Won_Reason__won_reason_KEY | won_reason_KEY | Client |