Member Junction
    Preparing search index...

    Generates DDL SQL for creating and altering integration tables.

    Index

    Constructors

    Methods

    • Generate a full CREATE TABLE statement. PK fields keep their natural names from the source system and are emitted as ORDINARY columns — NO database constraint (not PRIMARY KEY, not UNIQUE). Their PK-ness is SOFT: it lives only in additionalSchemaInfo, which CodeGen reads (via applySoftPKFKConfig) to set the entity's METADATA PK + IsSoftPrimaryKey flag — never a DB key. See the detailed note at the soft-PK block below. Standard integration columns (_mj_integration*) are added automatically.

      Parameters

      Returns string