diff --git a/content/200-concepts/100-components/03-prisma-migrate/index.mdx b/content/200-concepts/100-components/03-prisma-migrate/index.mdx index 5452cd916b..9d3315a860 100644 --- a/content/200-concepts/100-components/03-prisma-migrate/index.mdx +++ b/content/200-concepts/100-components/03-prisma-migrate/index.mdx @@ -26,6 +26,8 @@ If you are prototyping, consider using the [`db push` command](db-push) - see [S +See the [Prisma Migrate reference](/reference/api-reference/command-reference#prisma-migrate) for detailed information about the Prisma Migrate CLI commands. + ## In this section