From 79aedc9675dc0b25b64543f205743939233df1dc Mon Sep 17 00:00:00 2001 From: Will Ruggiano Date: Sat, 3 Jun 2023 22:05:57 -0600 Subject: feat(prisma): highlight views --- tests/query/highlights/prisma/test.prisma | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'tests/query') diff --git a/tests/query/highlights/prisma/test.prisma b/tests/query/highlights/prisma/test.prisma index 9e185cfb5..6a5795699 100644 --- a/tests/query/highlights/prisma/test.prisma +++ b/tests/query/highlights/prisma/test.prisma @@ -54,3 +54,10 @@ enum ReactionType { ANGRY // ^ constant } + +view ReactionView { +// ^ keyword + id Int @unique + postId Int + userId String +} -- cgit v1.2.3-70-g09d2