Table: Lost_Reason | |||
Columns | |||
Name | Type | Constraints | Description |
lost_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_Lost_Reason$lost_reason_KEY | lost_reason_KEY | CLUSTERED | |
Unique constraints | |||
Name | Columns | Description | |
UK_Lost_Reason$description | description | Each description must be unique. |
Incoming foreign keys | |||
Name | Columns | Referencing table | Description |
FK_Client__Lost_Reason__lost_reason_KEY | lost_reason_KEY | Client |