更新所有模块框架,建表已写好,学生查询模块已经写好,正在写新增模块。
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
show databases;
|
||||
|
||||
create database student_manage_system;
|
||||
|
||||
use student_manage_system;
|
||||
|
||||
show tables;
|
||||
|
||||
drop table students;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user