PROSPECTRESEARCHREQUESTSOURCE
This table contains sources used in prospect research requests.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
TIME |
decimal(20, 2) |
|
Default = 0 |
|
USES |
smallint |
|
Default = ((0)) |
|
COST |
money |
|
Default = 0 |
|
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
Foreign Keys
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_PROSPECTRESEARCHREQUESTSOURCE_DATEADDED |
DATEADDED |
|
|
yes |
IX_PROSPECTRESEARCHREQUESTSOURCE_DATECHANGED |
DATECHANGED |
|
|
|
PK_PROSPECTRESEARCHREQUESTSOURCE |
ID |
yes |
yes |
|
UIX_PROSPECTRESEARCHREQUESTSOURCE_PROSPECTRESEARCHREQUESTCONSTITUENTID_PROSPECTRESEARCHREQUESTSOURCECODEID |
PROSPECTRESEARCHREQUESTCONSTITUENTID, PROSPECTRESEARCHREQUESTSOURCECODEID |
yes |
|
|
Triggers