ROLE Table

Added in Version 7.2

The ROLE table stores information for Web security roles created in the Application Architect Security Explorer. The table contains information entered on the Role tab, such as the role name and description.

While this table does not have a field defined as a primary key, the ROLEID field should be unique and considered a primary key.

Legend
 

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

ROLEID (FK)

char(12)

NOT NULL

 

(One) to (Many)

SECUREDACTIONROLE.ROLEID

(One) to (Many)

USERROLE.ROLEID

CREATEUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID

CREATEDATE

datetime(8)

NULLS

 

 

 

MODIFYUSER (FK)

char(12)

NULLS

 

(Many) to (One)

USERINFO.USERID

MODIFYDATE

datetime(8)

NULLS

 

 

 

ROLENAME

varchar(64)

NULLS

 

 

 

ROLEDESCRIPTION

varchar(255)

NULLS