This commit is contained in:
vipg
2025-12-26 17:06:47 +08:00
parent 22f805af62
commit 902ef36976
4 changed files with 261 additions and 20 deletions

View File

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