Field |
Field Type |
Null |
Notes |
Description |
ISTRIBUTEANONYMOUS |
bit |
|
Default = 0 |
I would like to donation to remain anomymous |
MESSAGETOACKNOWLEDGEE |
nvarchar(1000) |
|
Default = '' |
Message to aknowledgee |
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. |
ACKNOWLEDGEEFIRSTNAME |
nvarchar(200) |
|
Default = '' |
Acknowledgee First Name |
ACKNOWLEDGEELASTNAME |
nvarchar(200) |
|
Default = '' |
Acknowledgee Last Name |
ACKNOWLEDGEEEMAILADDRESS |
UDT_EMAILADDRESS |
|
Default = '' |
Acknowledgee Email Address |
TRIBUTEEFIRSTNAME |
nvarchar(200) |
|
Default = '' |
Tributee First Name |
TRIBUTEELASTNAME |
nvarchar(200) |
|
Default = '' |
Tributee Last Name |
TRIBUTEECITY |
nvarchar(100) |
|
Default = '' |
Tributee City |
TRIBUTEEPOSTCODE |
nvarchar(24) |
|
Default = '' |
Tributee Post Code |
TRIBUTEEADDRESSBLOCK |
nvarchar(300) |
|
Default = '' |
Tributee Address Block |
TRIBUTEEEMAILADDRESS |
UDT_EMAILADDRESS |
|
Default = '' |
Tributee Email Address |