Blogger Information
Blog 4
fans 0
comment 0
visits 2282
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
3月20日数据库建表操作
大红仓的博客
Original
569 people have browsed it

在数据库编辑器工具的新建表栏目中,输入以下代码:

CREATE TABLE `yb_user` (

`uid` int(11) NOT NULL,

`uname` varchar(32) DEFAULT NULL,

`upwd` varchar(32) DEFAULT NULL,

`email` varchar(64) DEFAULT NULL,

`phone` varchar(16) DEFAULT NULL,

`avatar` varchar(128) DEFAULT NULL,

`user_name` varchar(32) DEFAULT NULL,

`gender` int(11) DEFAULT NULL

) ENGINE=InnoDB DEFAULT CHARSET=utf8;

点运行后,建一个yb_user用户表,8个字段。

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post