Inspection "Entity table name is not unique" in Jmix Studio does not respect table schema

Hi!

IDEA IC-231.9225.16, Jmix plugin 2.0.0-231.

  • Create entity with @Table(name = "doc", schema = "firstSchema")
  • Create entity with @Table(name = "doc", schema = "secondSchema")

E.R.:
No problem reported

A.R.:
“Entity with the same table name already exists”