I've installed the yii-rights module. I'm trying to understand what each table the module created does. It looks to me that
However, I've no idea what the table tbl_rights does. Can anybody shed some light on that? Thanks!
The first three tables are the standard tables of the Yii RBAC. "Rights" is an internal table of the Rights module. Apparently it logs the weight of items in the interface, but whenever I used Rights, it always stayed empty. It should not have any effect on managing authorization, so you can ignore it.