11 lines
356 B
MySQL
11 lines
356 B
MySQL
|
-- 实训草稿
|
||
|
rename TABLE draft_training2 to rts_draft_training2;
|
||
|
rename TABLE published_training2 to rts_published_training2;
|
||
|
-- 机构与项目关系
|
||
|
rename TABLE org_project to rts_org_project;
|
||
|
-- 项目
|
||
|
rename TABLE project to rts_project;
|
||
|
rename TABLE project_view to rts_project_view;
|
||
|
-- MINIO
|
||
|
rename TABLE minio_file_info to rts_minio_file_info;
|