Documentation
    Preparing search index...

    Interface RemoveColumnQueryOptions

    interface RemoveColumnQueryOptions {
        cascade?: boolean;
        ifExists?: boolean;
    }

    Hierarchy (View Summary)

    Index
    cascade?: boolean
    ifExists?: boolean