AutoBE
    Preparing search index...

    Interface AutoBeDatabaseOntologyFileSchema

    Ontology schema draft for one table delegated from one raw file.

    interface AutoBeDatabaseOntologyFileSchema {
        definition: AutoBeDatabaseSchemaDefinition;
        memo: string;
        plan: string;
    }
    Index

    Properties

    Properties

    Schema definition with exactly one model. Additional table designs go in newDesigns.

    memo: string

    Compact handoff note for merge/review.

    plan: string

    Schema plan for the target model and any newly required table designs.