Primary Key | Field Type |
---|---|
![]() |
uniqueidentifier |
Field | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
nvarchar(100) | Default = '' | ||
![]() |
nvarchar(50) | Default = '' | ||
![]() |
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. |
![]() |
nvarchar(50) | Default = '' | ||
![]() |
nvarchar(606) (Computed) | ![]() |
rtrim( case when TITLECODEID is not null then dbo.UFN_TITLECODE_GETDESCRIPTION(TITLECODEID) + ' ' else '' end + case when TITLE2CODEID is not null then dbo.UFN_TITLECODE_GETDESCRIPTION(TITLE2CODEID) + ' ' else '' end + case when FIRSTNAME <> '' then FIRSTNAME + ' ' else '' end + case when MIDDLENAME <> '' then MIDDLENAME + ' ' else '' end + KEYNAME + ' ' + case when SUFFIXCODEID is not null then dbo.UFN_SUFFIXCODE_GETDESCRIPTION(SUFFIXCODEID) + ' ' else '' end + case when SUFFIX2CODEID is not null then dbo.UFN_SUFFIXCODE_GETDESCRIPTION(SUFFIX2CODEID) else '' end) |
Foreign Key | Field Type | Null | Notes | Description |
---|---|---|---|---|
![]() |
uniqueidentifier | CONSTITUENT.LOCALID | FK to CONSTITUENT | |
![]() |
uniqueidentifier | ![]() |
ALIASTYPECODE.ID | FK to ALIASTYPECODE |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
![]() |
uniqueidentifier | CHANGEAGENT.ID | FK to CHANGEAGENT. | |
![]() |
uniqueidentifier | ![]() |
TITLECODE.LOCALID | FK to TITLECODE |
![]() |
uniqueidentifier | ![]() |
TITLECODE.LOCALID | FK to TITLECODE |
![]() |
uniqueidentifier | ![]() |
SUFFIXCODE.LOCALID | FK to SUFFIXCODE |
![]() |
uniqueidentifier | ![]() |
SUFFIXCODE.LOCALID | FK to SUFFIXCODE |
Index Name | Field(s) | Unique | Primary | Clustered |
---|---|---|---|---|
![]() |
DATEADDED | ![]() |
||
![]() |
DATECHANGED | |||
![]() |
KEYNAME | |||
![]() |
ID | ![]() |
![]() |
|
![]() |
CONSTITUENTID, KEYNAME, FIRSTNAME, MIDDLENAME, TITLECODEID, TITLE2CODEID, SUFFIXCODEID, SUFFIX2CODEID | ![]() |
Trigger Name | Description |
---|---|
![]() |
|
![]() |
|
![]() |
|
![]() |
|
![]() |
Referenced by | Field |
---|---|
![]() |
NAMEFIRSTLINEALIASTYPECODEID |
![]() |
NAMESECONDLINEALIASTYPECODEID |