*/
/* Table: sdb_admin_roles */
/*==============================================================*/
create table sdb_admin_roles
(
role_id int unsigned not null auto_increment,
role_name varchar(100) not null,
role_memo text not null,
disabled enum('true','false') not null default 'false',
primary key (role_id)
)
type = MyISAM DEFAULT CHARACTER SET utf8;
/*==============================================================*/
/*
这个数据库表格哪里出错了丫?看不太懂丫
报错是这样的
type = MyISAM
这是什么?
ENGINE=MyISAM
哥的type关键不是这么写的,看楼上的
非常感谢二楼跟三楼的回答
PHP怎么学习?PHP怎么入门?PHP在哪学?PHP怎么学才快?不用担心,这里为大家提供了PHP速学教程(入门到精通),有需要的小伙伴保存下载就能学习啦!
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号