@echo off echo 正在运行数据库迁移... cd backend node migrations/index.js cd .. echo 迁移完成! pause