文章详情

  • 游戏榜单
  • 软件榜单
关闭导航
热搜榜
热门下载
热门标签
php爱好者> php文档>用户权限与角色设计

用户权限与角色设计

时间:2010-12-08  来源:咖啡色

 



 

 

Table Name

UserRole   relations of user and role

Column

note

DataType

IsNull

Key

id

Auto

int

NOT NULL

PRIMARYKEY

userGroupId

 

Int

NOT NULL

not

roleGradeId

 

int

NOT NULL

Not

addition

no

 

Table Name

UserGroup

Column

note

DataType

IsNull

Key

id

Auto

int

NOT NULL

PRIMARYKEY

name

 

Nvarchar(50)

NOT NULL

not

 

 

 

 

 

addition

no

 

Table Name

Userinfo

Column

note

DataType

IsNull

Key

id

Auto

int

NOT NULL

PRIMARYKEY

name

 

Nvarchar(50)

NOT NULL

not

password

 

Nvarchar(50)

NOT NULL

Not

guid

 

Nvarchar(50)

NOT NULL

Not

userGroupID

 

int

NOT NULL

Not

addition

Now one user can in one usergroup only.

 

Table Name

RoleGrade

Column

note

DataType

IsNull

Key

id

Auto

int

NOT NULL

PRIMARYKEY

name

 

Nvarchar(50)

NOT NULL

not

addition

no

 

Table Name

RoleInfo

Column

note

DataType

IsNull

Key

id

Auto

int

NOT NULL

PRIMARYKEY

roleId

 

int

Not null

not

name

 

Nvarchar(50)

NOT NULL

not

RoleGradeID

 

int

NOT NULL

Not

pageId

 

int

NOT NULL

Not

isRead

 

bool

NOT NULL

Not

isAdd

 

bool

NOT NULL

Not

isDel

 

bool

NOT NULL

Not

isUpdate

 

bool

NOT NULL

Not

isLock

 

bool

NOT NULL

Not

addition

Roleid maybe repeat.

 

 

相关阅读 更多 +
排行榜 更多 +
辰域智控app

辰域智控app

系统工具 下载
网医联盟app

网医联盟app

运动健身 下载
汇丰汇选App

汇丰汇选App

金融理财 下载