Skip to content

Commit

Permalink
Update content/300-guides/500-other/900-advanced-database-tasks/06-ty…
Browse files Browse the repository at this point in the history
…pesafe-raw-sql/01-safeql.mdx

Co-authored-by: Alex Ruheni <[email protected]>
  • Loading branch information
nikolasburk and ruheni authored Nov 22, 2023
1 parent 516c18f commit 001f178
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ model PointOfInterest {

You'll notice that the `location` field uses an [`Unsupported`](/reference/prisma-schema-reference#unsupported) type. This means that we lose a lot of the benefits of Prisma when working with `PointOfInterest`. We'll be using [SafeQL](https://safeql.dev/) to fix this.

Like before, create and execute a migration `prisma migrate dev` to create the `PointOfInterest` table in your database:
Like before, create and execute a migration using the `prisma migrate dev` command to create the `PointOfInterest` table in your database:

```terminal
npx prisma migrate dev --name add-poi
Expand Down

0 comments on commit 001f178

Please sign in to comment.