摘要: 创建user表,添加数据,Mysql: 1 create database mybatis; 2 use mybatis; 3 drop table if exists tb_user; 4 create table tb_user( 5 id int primary key auto_increm 阅读全文
posted @ 2022-08-22 13:36 CSU_YAM 阅读(104) 评论(0) 推荐(1)