上传数据库

This commit is contained in:
2024-06-27 14:41:35 +08:00
parent 513c5a8d52
commit 139952d7f3
3 changed files with 3921 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project version="4">
<component name="SqlDialectMappings">
<file url="file://$PROJECT_DIR$/sql/book.sql" dialect="MariaDB" />
</component>
</project>
+3911
View File
File diff suppressed because it is too large Load Diff
+4
View File
@@ -0,0 +1,4 @@
# SQL配置说明
1. 创建名为book的数据库
2. 导入book.sql