Quick start1. 复制 `.env.example` 为 `.env`。2. 配置 `DATABASE_URL` 指向本地 MySQL。3. 执行 `npm run db:generate`。4. 执行 `npm run db:migrate:dev` 或导入首个 migration。