AutoBE
    Preparing search index...

    Interface AutoBeDatabaseSchemaDefinition

    Output of a single schema generation or review call.

    One target table model + lightweight designs for newly discovered child tables. Single-model constraint keeps output within LLM token budget.

    Samchon

    interface AutoBeDatabaseSchemaDefinition {
        model: IModel;
        newDesigns: AutoBeDatabaseComponentTableDesign[];
    }
    Index

    Properties

    Properties

    model: IModel

    The single database table model produced by this call.

    Name+description pairs for child tables discovered during generation (1NF decomposition, junction tables, etc.). Each feeds back into the pipeline as a separate generation call.