| 1 | import { MikroORM } from '@mikro-orm/postgresql'; |
| 2 | import { Entity, PrimaryKey, Property, ReflectMetadataProvider, Unique } from '@mikro-orm/decorators/legacy'; |
| 3 | |
| 4 | @Entity({ discriminatorColumn: 'type', abstract: true }) |
nothing calls this directly
no test coverage detected