| Primary Key | Field Type |
|---|---|
ID |
uniqueidentifier |
| Field | Field Type | Null | Notes | Description |
|---|---|---|---|---|
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) | ![]() |
CONVERT(bigint, TS) | Numeric representation of the timestamp. |
| Foreign Key | Field Type | Null | Notes | Description |
|---|---|---|---|---|
FUNDINGREQUESTID |
uniqueidentifier | FUNDINGREQUEST.ID | A foreign key to the funding request table. | |
SPONSORID |
uniqueidentifier | CONSTITUENT.LOCALID | A foreign key to the constituent table. | |
FUNDINGREQUESTROLECODEID |
uniqueidentifier | ![]() |
FUNDINGREQUESTROLECODE.ID | The role of the sponsor. |
ADDEDBYID |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
CHANGEDBYID |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. |
| Index Name | Field(s) | Unique | Primary | Clustered |
|---|---|---|---|---|
IX_FUNDINGREQUESTSPONSOR_DATEADDED |
DATEADDED | ![]() |
||
IX_FUNDINGREQUESTSPONSOR_DATECHANGED |
DATECHANGED | |||
PK_FUNDINGREQUESTSPONSOR |
ID | ![]() |
![]() |
|
UIX_FUNDINGREQUESTSPONSOR_FUNDINGREQUESTID_SPONSORID_FUNDINGREQUESTROLECODEID |
FUNDINGREQUESTID, SPONSORID, FUNDINGREQUESTROLECODEID | ![]() |
| Trigger Name | Description |
|---|---|
TR_FUNDINGREQUESTSPONSOR_AUDIT_UPDATE |
|
TR_FUNDINGREQUESTSPONSOR_AUDIT_DELETE |

ID
DATEADDED
TSLONG
FUNDINGREQUESTID
IX_FUNDINGREQUESTSPONSOR_DATEADDED
IX_FUNDINGREQUESTSPONSOR_DATECHANGED