9 Star 14 Fork 3

lianglongqun / mybatis-mapper

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
script.sql 193 Bytes
一键复制 编辑 原始数据 按行查看 历史
llq 提交于 2018-01-02 22:05 . 初始化项目
CREATE DATABASE demo DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
create table b_user(
id int(32) not null primary key,
user_name varchar(100) not null,
age int(8) not null
);
Java
1
https://gitee.com/jscode/mybatis-mapper.git
git@gitee.com:jscode/mybatis-mapper.git
jscode
mybatis-mapper
mybatis-mapper
master

搜索帮助