1
0
Code Issues Pull Requests Projects Releases Wiki Activity GitHub Gitee

更新SQL

This commit is contained in:
2022-10-26 15:33:07 +08:00
parent 63c102ef7b
commit aa5e239155
4 changed files with 447 additions and 25 deletions

View File

@@ -53,4 +53,11 @@ alter table song add partition (
PARTITION p3 VALUES LESS THAN (1500000000),
PARTITION p4 VALUES LESS THAN (2000000000),
PARTITION p5 VALUES LESS THAN MAXVALUE
);
);
SQL文件说明
sql/structure.sql 中的SQL为最简不包含字段的编码集
sql/neteasemusic.sql 中的SQL为数据库导出包含字段的编码集
项目数据库 CHARACTER SET 统一使用 'utf8mb4'COLLATE 统一使用 'utf8mb4_general_ci'