Home  >  Article  >  Database  >  ylbtech-QQ(腾讯)-Account-账户模块, Role-角色、权限模块, Message-消息模块, Qz

ylbtech-QQ(腾讯)-Account-账户模块, Role-角色、权限模块, Message-消息模块, Qz

WBOY
WBOYOriginal
2016-06-07 17:37:031084browse

use qq_wap_qq -- ylb:1,角色、权限访问关系设计 -- -- 1,角色表【器官|组织】 -- (role_id , -- 编号【PK】 rolen_ame varchar ( 20 ), -- 角色名称 role_desc varchar ( 200 ), -- 角色描述 enable ) -- 1,P:账户角色关系表 -- accountrole(account_id rol

use qq_wap_qq -- ylb:1,角色、权限访问关系设计 -- -- 1,角色表【器官|组织】 -- ( role_id , --编号【PK】 rolen_ame varchar(20), --角色名称 role_desc varchar(200), --角色描述 enable ) -- 1,P:账户角色关系表 -- accountrole ( account_id role_id enable ) -- 1,功能表(事件表)【细胞】 -- event ( event_id , --编号【PK】 event_name varchar(20), --事件名称 event_desc varchar(200),--事件描述 enable ) -- 1,P:角色功能关系表 -- roleevent ( role_id uniqueidentifier references role(role_id), event_id uniqueidentifier references event(event_id), enable )

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn