diff --git a/content/300-guides/500-other/900-advanced-database-tasks/06-typesafe-raw-sql/01-safeql.mdx b/content/300-guides/500-other/900-advanced-database-tasks/06-typesafe-raw-sql/01-safeql.mdx index 8a2f7b810b..b4cc034ff3 100644 --- a/content/300-guides/500-other/900-advanced-database-tasks/06-typesafe-raw-sql/01-safeql.mdx +++ b/content/300-guides/500-other/900-advanced-database-tasks/06-typesafe-raw-sql/01-safeql.mdx @@ -107,7 +107,7 @@ Like before, create and execute a migration using the `prisma migrate dev` comma npx prisma migrate dev --name add-poi ``` -Again for reference, here is the output of the SQL migration file generated by Prisma Migrate: +For reference, here is the output of the SQL migration file generated by Prisma Migrate: ```sql file=migrations/TIMESTAP_add_poi/migration.sql -- CreateTable