Interface EntityOptions

note: if this is adjusted, make sure to adjust ReflectionClass, entityAnnotation, and type serializer accordingly.

Hierarchy

  • EntityOptions

Properties

collection?: string
database?: string
description?: string
indexes?: {
    names: string[];
    options: IndexOptions;
}[]
name?: string
singleTableInheritance?: boolean

Generated using TypeDoc