更新同步 所有库名、表名、model字段名 等,导致需要同步修改业务代码,现更新到update的request、api和dao了,暂存。
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
show databases;
|
||||
|
||||
create database student_manage_system;
|
||||
|
||||
use student_manage_system;
|
||||
|
||||
show tables;
|
||||
|
||||
drop table students;
|
||||
|
||||
select * from students limit 50;
|
||||
|
||||
Reference in New Issue
Block a user