권한 테이블 생성

#

상태tinint( 1) DEFAULT NULL, rules char(80) DEFAULT NULL,  

create_time int(11) DEFAULT NULL)

ENGINE=InnoDB DEFAULT CHARSET=utf8;

CREATE TABLE `think_auth_group_access`(

  `uid ` smallint(5) unsigned NOT NULL,

  `group_id` smallint(5) unsigned NOT NULL,

  고유 키 `uid_group_id`(`uid`,`group_id`),

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

  KEY `group_id` (`group_id`)

) ENGINE=INNODB DEFAULT CHARSET=utf8;

CREATE TABLE think_auth_rules(

id int(11) null 기본 키 auto_increment,

name varchar ( 100) NOT NULL, 

title varchar(100) NOT NULL, 

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

statustinyint(1) DEFAULT NULL, 

condition char(100) DEFAULT NULL,

pid smallint( 5) DEFAULT NULL,

sorttinyint(4) DEFAULT NULL,  

create_time int(11) DEFAULT NULL)

ENGINE=InnoDB DEFAULT CHARSET=utf8;

지속적인 학습
||
<?php echo "权限表添加";
  • 코스 추천
  • 코스웨어 다운로드
현재 코스웨어를 다운로드할 수 없습니다. 현재 직원들이 정리하고 있습니다. 앞으로도 본 강좌에 많은 관심 부탁드립니다~
회사 소개 부인 성명 Sitemap
PHP 중국어 웹사이트:공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!