Previous Topic: usp_role_go_form TableNext Topic: usp_role_web_form Table


usp_role_tab Table

Links between Roles and their Tabs.

Field

Data Type

Reference

Remarks

id

INTEGER

 

Specifies the unique (to the table) numeric ID.

sequence

INTEGER

 

Used to order the role's tabs in the web interface.

role_obj

INTEGER

usp_role::id

Foreign key to the role_id field of the usp_role table.

tab_obj

INTEGER

usp_tab::id

Foreign key to the tab id field of the usp_tab table.