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.
| 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) |
|
|
DATA |
DATABLOB(16) |
NULLS |
|
|
|
|
MODIFYDATE |
datetime(8) |
NULLS |
|
|
|
|
MODIFYUSER (FK) |
char(12) |
NULLS |
|
(Many) to (One) |
|
|
CREATEDATE |
datetime(8) |
NULLS |
|
|
|
|
CREATEUSER (FK) |
char(12) |
NULLS |
|
(Many) to (One) |