?? ??? ??
#
??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`) ,
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,?