码迷,mamicode.com
首页 > 编程语言 > 详细

javaweb 实战_1

时间:2018-10-18 23:55:06      阅读:157      评论:0      收藏:0      [点我收藏+]

标签:name   har   实战   incr   class   mysql   innodb   color   def   

mysql 创建语句

create table hero (
    id int(11) not null auto_increment,
    name varchar(30) default null,
         hp int(11) default null,
         damage int(11) default null,
    primary key (id)
)engine=innoDB auto_increment=1 default charset = utf8;

 

javaweb 实战_1

标签:name   har   实战   incr   class   mysql   innodb   color   def   

原文地址:https://www.cnblogs.com/Draymonder/p/9813421.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!