This commit is contained in:
vipg
2025-12-26 17:08:48 +08:00
parent 5f01137a3f
commit f7ff71160a
2 changed files with 1 additions and 57 deletions

View File

@@ -4,7 +4,7 @@
set -e # 遇到错误立即退出
# 定义表名变量,可以根据需要修改
TABLE_NAME="cn_pmi_records1"
TABLE_NAME="cn_pmi_records"
echo "🚀 开始创建流程,表名: ${TABLE_NAME}"
echo "=========================================="