| Field |
Type |
Defaults |
Nulls? |
Comments |
| identifier |
numeric - Identity |
None |
No |
Unique ID for an entry. |
| createdDate |
datetime |
None |
No |
The original creation data/time for the entry. |
| modifiedDate |
datetime |
None |
No |
The last modified date/time for the entry. |
| version |
numeric (19) |
None |
No |
The version number for the entry. |
| alias |
nvarchar (40) |
None |
No |
An alias for the item suitable for use when referenced externally. |
| forAll |
tinyint |
None |
No |
Whether this is a reply to all recipients offer, or just a reply to sender offer. |
| recipient_identifier |
numeric (19) |
None |
Yes |
The object of the offer. |