| 1 | import { Collection, MikroORM, sql } from '@mikro-orm/postgresql'; |
| 2 | import { Entity, ManyToMany, PrimaryKey, Property, ReflectMetadataProvider } from '@mikro-orm/decorators/legacy'; |
| 3 | |
| 4 | @Entity() |
nothing calls this directly
no test coverage detected