Column | Data Type | Nullable | Default | Description / PK / Index |
SalesReasonID | int | not null | | Primary key for SalesReason records. PK_SalesReason_SalesReasonID |
Name | dbo.Name | not null | | Sales reason description.
|
ReasonType | dbo.Name | not null | | Category the sales reason belongs to.
|
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated.
|