prorm API Reference
    Preparing search index...

    Interface InheritsOptions

    Options for

    decorator (PostgreSQL)

    interface InheritsOptions {
        parentTable: string;
        only?: boolean;
    }
    Index
    parentTable: string

    Parent table name

    only?: boolean

    Whether this is ONLY inheritance (excludes parent columns) Default: false