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 ページを確認してインストールできます。
SOC 職業分類に基づく
| 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