olance / intellij-prisma

Prisma schema file support for IntelliJ IDEs (WebStorm, PHPStorm, Pycharm, RubyMine, ...)
MIT License
26 stars 3 forks source link

IDE validation issue with @@unique #4

Closed rwitchell closed 3 years ago

rwitchell commented 3 years ago

test with:

model Foo {
  id        String @id
  firstName String?
  lastName  String?

  @@unique([firstName, lastName])
}

image

olance commented 3 years ago

Thanks for the report!

@unique/@@unique have been added "recently" (not so recent anymore...) – will update the plugin to take them into account!

olance commented 3 years ago

Update 1.0.3 of the plugin has been pushed to Jetbrains Plugins and is awaiting approval!