GeneX-2.0 DB: Role Table
GeneX-2.0 DB: Role Table
Table TypeInheritsComment
SUBSETnone Role is a generic association table that enables different DB entries to be assigned Roles. Roles enable applications to filter their actions. Roles can be assigned not only to users, but to DB tables, or data entries such as Contacts.

Column Information
Column NameFull NameData TypeNot NULLComment
other_fkOther Foreign KeyinttrueThis fkey points to the DB entry to which this role is assigned. It is not listed as a fkey constraint, because it can point to any table in the DB.
role_nameRole Namechar128trueA controlled vocabulary
table_nameTable Namechar32trueThe table to which the entry specified by other_fk belongs.

Primary Key Information
Column Name

Foreign Key Information
Column NameForeign TablePrimary Key in Foreign TableForeign Key Type

Unique Column Information
Column Names
other_fk role_name

Index Information
NameColumn Name