AutoBE
    Preparing search index...

    Interface AutoBeDatabaseComponentUpdate

    Update one existing database component by revising its table concepts.

    Existing tables can be kept, updated, or erased. New table concepts are represented as create. The caller's workflow decides whether unchanged tables must be listed explicitly or may be omitted. When every table is erased, the empty component is removed from the final inventory.

    Samchon

    interface AutoBeDatabaseComponentUpdate {
        namespace: string;
        reason: string;
        tables: AutoBeDatabaseComponentTableRevise[];
        type: "update";
    }
    Index

    Properties

    namespace: string

    Exact existing component namespace to update.

    reason: string

    Evidence and reasoning for updating this component.

    Table revisions for this component.

    type: "update"

    Discriminator for component revision type.