create-migration
星标0
分支0
更新时间2026年3月8日 22:52
Create and validate a Prisma migration with schema checks
安装
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
SKILL.md
readonly菜单
Create and validate a Prisma migration with schema checks
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
| name | create-migration |
| description | Create and validate a Prisma migration with schema checks |
| disable-model-invocation | true |
Scaffold and validate a Prisma schema migration for the mediarr SQLite database.
server/prisma/schema.prisma with the requested changesnpx prisma migrate dev --name <descriptive_name> from the project rootserver/prisma/migrations/ to verify correctnessnpx prisma generate to update the Prisma client typesCI=true vitest run <relevant_test_files>add_watchlist_table, rename_status_column)prisma migrate reset without explicit user approval — it drops all data