Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

角色类型有什么作用 #14

Open
dungang opened this issue Aug 11, 2017 · 1 comment
Open

角色类型有什么作用 #14

dungang opened this issue Aug 11, 2017 · 1 comment

Comments

@dungang
Copy link

dungang commented Aug 11, 2017

CREATE TABLE u_role (
id bigint(20) NOT NULL AUTO_INCREMENT,
name varchar(32) DEFAULT NULL COMMENT '角色名称',
type varchar(10) DEFAULT NULL COMMENT '角色类型',
PRIMARY KEY (id)
) ENGINE=InnoDB DEFAULT CHARSET=utf8;

@jackson88888
Copy link

不同的角色对应不同的权限

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants