The SECRIGHTS table contains information about security access rights for each user and team.
|
If you applied the SLX Indexes for MS SQL.sql script to your database, your index information may be different than described in this topic. For more information, see the Index Changes.pdf document. |
Field | Datatype (Length) | Allow Nulls | Indexes | Relationship | Related Table and Field |
---|---|---|---|---|---|
SECRIGHTSID (PK) |
STANDARDID(12) |
NOT NULL |
SECRIGHTS_SECRIGHTSID_PK (CA) |
|
|
SECCODEID (FK) |
STANDARDID(12) |
NULLS |
SECRIGHTS_SECCODEID (IE) |
(Many) to (One) |
|
ACCESSID (FK) |
STANDARDID(12) |
NULLS |
SECRIGHTS_ACCESSID (IE) |
(Many) to (One) |
|
PROFILEID (FK) |
STANDARDID(12) |
NULLS |
SECRIGHTS_PROFILEID (IE) |
(Many) to (One) |
|
RECORDACCESS |
BOOLEAN(1) |
NOT NULL |
|
|
|
RANK |
BOOLEAN(1) |
NULLS |
|
|
|
DEFAULTMEMBER |
BOOLEAN(1) |
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) |
|