USERSUBSCRIPTION Table

The USERSUBSCRIPTION table stores a Remote user’s or office’s subscription status for each account. This table has an identifying relationship to the parent table, USERINFO.

Legend
 

Field Datatype (Length) Allow Nulls Indexes Relationship Related Table and Field

USERID (PK) (FK)

STANDARDID(12)

NOT NULL

USERSUBSCRIPTION_USERID_PK (CA)

(One) to (One)

USERSECURITY.USERID

DATA

DATABLOB(16)

NULLS

 

 

 

MODIFYDATE

datetime(8)

NULLS

 

 

 

MODIFYUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID

CREATEDATE

datetime(8)

NULLS

 

 

 

CREATEUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID