Contains custom labels for use in address forms when dealing with a specific country.
Fields
Field |
Field Type |
Null |
Notes |
Description |
ADDRESSLABEL
|
nvarchar(25)
|
false
|
|
Stores the value to be used on labels when prompting for an address block.
|
CITYLABEL
|
nvarchar(25)
|
false
|
|
Stores the value to be used on labels when prompting for a city.
|
REGIONLABEL
|
nvarchar(25)
|
false
|
|
Stores the value to be used on labels when prompting for a region.
|
POSTCODELABEL
|
nvarchar(25)
|
false
|
|
Stores the value to be used on labels when prompting for a postcode.
|
DPCLABEL
|
nvarchar(25)
|
false
|
|
Stores the value to be used on labels when prompting for a DPC.
|
CARTLABEL
|
nvarchar(25)
|
false
|
|
Stores the value to be used on labels when prompting for a cart.
|
LOTLABEL
|
nvarchar(25)
|
false
|
|
Stores the value to be used on labels when prompting for a lot.
|
COUNTYLABEL
|
nvarchar(25)
|
false
|
|
Stores the value to be used on labels when prompting for a county.
|
CONGRESSIONALDISTRICTLABEL
|
nvarchar(25)
|
false
|
|
Stores the value to be used on labels when prompting for a congressional district.
|
STATEHOUSEDISTRICTLABEL
|
nvarchar(25)
|
false
|
|
Stores the value to be used on labels when prompting for a state house district.
|
STATESENATEDISTRICTLABEL
|
nvarchar(25)
|
false
|
|
Stores the value to be used on labels when prompting for a state senate district.
|
LOCALPRECINCTLABEL
|
nvarchar(25)
|
false
|
|
Stores the value to be used on labels when prompting for a local precinct.
|
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.
|