Member Junction
    Preparing search index...

    Normalized table configuration extracted from the additionalSchemaInfo config file. Uses PascalCase property names to match MemberJunction naming conventions.

    interface SoftPKFKTableConfig {
        Description?: string;
        ForeignKeys: SoftFKFieldConfig[];
        PrimaryKey: SoftPKFieldConfig[];
        SchemaName: string;
        TableName: string;
    }
    Index

    Properties

    Description?: string
    ForeignKeys: SoftFKFieldConfig[]
    PrimaryKey: SoftPKFieldConfig[]
    SchemaName: string
    TableName: string