ALTERNATELOOKUPID
This table contains alternate lookup IDs for constituents.
Primary Key
Primary Key |
Field Type |
ID |
uniqueidentifier |
Fields
Field |
Field Type |
Null |
Notes |
Description |
ALTERNATELOOKUPID |
nvarchar(100) |
|
Default = '' |
|
DATEADDED |
datetime |
|
Default = getdate() |
Indicates the date this record was added. |
DATECHANGED |
datetime |
|
Default = getdate() |
Indicates the date this record was last changed. |
TS |
timestamp |
|
|
Timestamp. |
TSLONG |
bigint (Computed) |
yes |
CONVERT(bigint, TS) |
Numeric representation of the timestamp. |
Foreign Keys
Indexes
Index Name |
Fields |
Unique |
Primary |
Clustered |
IX_ALTERNATELOOKUPID_CONSTITUENTID |
CONSTITUENTID |
|
|
|
IX_ALTERNATELOOKUPID_DATEADDED |
DATEADDED |
|
|
yes |
IX_ALTERNATELOOKUPID_DATECHANGED |
DATECHANGED |
|
|
|
PK_ALTERNATELOOKUPID |
ID |
yes |
yes |
|
UIX_ALTERNATELOOKUPID_ALTERNATELOOKUPID_ALTERNATELOOKUPIDTYPECODEID |
ALTERNATELOOKUPID, ALTERNATELOOKUPIDTYPECODEID |
yes |
|
|
UIX_ALTERNATELOOKUPID_ALTERNATELOOKUPIDTYPECODEID_ALTERNATELOOKUPID |
ALTERNATELOOKUPIDTYPECODEID, ALTERNATELOOKUPID |
yes |
|
|
Triggers
Referenced by