This table contains attachments belonging to a Fundraising Purpose.
Fields
Field |
Field Type |
Null |
Notes |
Description |
DATEENTERED
|
datetime
|
false
|
|
The date the attachment was entered.
|
TITLE
|
nvarchar(50)
|
false
|
|
The title of the attachment.
|
FILENAME
|
nvarchar(255)
|
false
|
|
The original file name for the attachment.
|
FILE
|
varbinary
|
false
|
|
The actual file for the attachment.
|
DATEADDED
|
datetime
|
false
|
|
Indicates the date this record was added.
|
DATECHANGED
|
datetime
|
false
|
|
Indicates the date this record was last changed.
|
TS
|
timestamp
|
false
|
|
Timestamp.
|
TSLONG
|
bigint (Computed)
|
true
|
|
Numeric representation of the timestamp.
|