Création d'une table d'autorisation

1,新建三张表think_auth_group,think_auth_group_access,think_auth_rules

CREATE TABLE think_auth_group(

id int(11) not null clé primaire auto_increment,

title char(100) NOT NULL , 

statut tinyint( (

 `uid ` smallint(5) non signé NOT NULL,

  `group_id` smallint(5) non signé NOT NULL,

  CLÉ UNIQUE `uid_group_id` (`uid`,`group_id`),

  CLÉ `uid` (`uid`) , 微信图片_20180307174754.png

key `group_id` (` group_id`)

) moteur = innodb charset par défaut = utf8;

create table think_auth_rules (

id int (11) non null primaire clés auto_increment,

name varchar ( 100) NOT NULL, 

title varchar(100) NOT NULL, 

tapez tinyint(1) DEFAULT NULL, 微信图片_20180307175024.png

status tinyint(1) DEFAULT NULL, 

condition char(100) DEFAULT NULL,

pid smallint( 5) DEFAULT NULL,

tri tinyint(4) DEFAULT NULL, 

create_time int(11) DEFAULT NULL)

ENGINE=InnoDB DEFAULT CHARSET=utf8;

Formation continue
||
<?php echo "权限表添加";
soumettreRéinitialiser le code
  • Recommandations de cours
  • Téléchargement du didacticiel