We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c347e8 commit 8475f47Copy full SHA for 8475f47
content/200-orm/300-prisma-migrate/300-workflows/110-native-database-types.mdx
@@ -80,7 +80,7 @@ CREATE TABLE "Post" (
80
);
81
82
-- AddForeignKey
83
-ALTER TABLE "Post" ADD FOREIGN KEY("authorId")REFERENCES "User"("id") ON DELETE CASCADE ON UPDATE CASCADE;
+ALTER TABLE "Post" ADD FOREIGN KEY("authorId") REFERENCES "User"("id") ON DELETE CASCADE ON UPDATE CASCADE;
84
```
85
86
### Mappings by Prisma ORM type
0 commit comments