Primary Key | Field Type |
---|---|
![]() |
uniqueidentifier |
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
nvarchar(150) | Default = '' | Submitted address. | |
![]() |
nvarchar(50) | Default = '' | Submitted city. | |
![]() |
nvarchar(12) | Default = '' | Submitted post code. | |
![]() |
nvarchar(150) | Default = '' | Validated address. | |
![]() |
nvarchar(50) | Default = '' | Validated city. | |
![]() |
nvarchar(12) | Default = '' | Validated post code. | |
![]() |
nvarchar(8) | Default = '' | Validated delivery point code. | |
![]() |
nvarchar(10) | Default = '' | Validated address carrier route. | |
![]() |
nvarchar(5) | Default = '' | Validated address LOT. | |
![]() |
bit | Default = 0 | Indicates if the address was changed during the validation process. | |
![]() |
nvarchar(200) | Default = '' | Indicates what changes were made during the validation or the reason that the address was not validated. | |
![]() |
int | Default = 0 | Contains the certification data which shows with which release of the Postal Datafiles this address was last validated. | |
![]() |
int | Default = 0 | ||
![]() |
datetime | Default = getdate() | Indicates the date this record was added. | |
![]() |
datetime | Default = getdate() | Indicates the date this record was last changed. | |
![]() |
timestamp | Timestamp. | ||
![]() |
bigint (Computed) | ![]() |
CONVERT(bigint, TS) | Numeric representation of the timestamp. |
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
uniqueidentifier | BATCH.ID | Foreign key to the batch table. | |
![]() |
uniqueidentifier | ADDRESSVALIDATION.ID | Foreign key to the address validation table. | |
![]() |
uniqueidentifier | CONSTITUENT.LOCALID | Foreign key to the constituent table. | |
![]() |
uniqueidentifier | COUNTRY.LOCALID | Foreign key to the country table | |
![]() |
uniqueidentifier | ADDRESS.LOCALID | Foreign key to the address table. | |
![]() |
uniqueidentifier | ![]() |
STATE.LOCALID | Submitted state. |
![]() |
uniqueidentifier | ![]() |
STATE.LOCALID | Validated state. |
![]() |
uniqueidentifier | ![]() |
COUNTYCODE.LOCALID | Validated county ID. |
![]() |
uniqueidentifier | ![]() |
CONGRESSIONALDISTRICTCODE.ID | Validated congressional district id. |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. |
Index Name | Field(s) | Unique | Primary | Clustered |
---|---|---|---|---|
![]() |
ADDRESSID | |||
![]() |
CONSTITUENTID | |||
![]() |
DATEADDED | ![]() |
||
![]() |
DATECHANGED | |||
![]() |
ID | ![]() |
![]() |
Trigger Name | Description |
---|---|
![]() |
|
![]() |
Referenced by | Field |
---|---|
![]() |
BATCHADDRESSVALIDATIONID |
![]() |
ID |