Stores marketing information relative to a sales order.
Fields
Field |
Field Type |
Null |
Notes |
Description |
POSTCODE
|
nvarchar(12)
|
false
|
|
The zip code given for the sales order.
|
NOTCOLLECTED
|
bit
|
false
|
|
Indication of whether or not the patron declined to provide the post code.
|
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.
|