Member Junction
    Preparing search index...

    Configuration for a soft foreign key field in the additionalSchemaInfo config file. Uses PascalCase property names to match MemberJunction naming conventions.

    interface SoftFKFieldConfig {
        Description?: string;
        FieldName: string;
        RelatedField: string;
        RelatedTable: string;
        SchemaName?: string;
    }
    Index

    Properties

    Description?: string
    FieldName: string
    RelatedField: string
    RelatedTable: string
    SchemaName?: string