AutoBE
    Preparing search index...

    Interface AutoBeDatabaseComponentTableUpdate

    Update the description of an existing component table.

    Table names are stable at this layer. This revision changes only the business concept description.

    Samchon

    interface AutoBeDatabaseComponentTableUpdate {
        description: string;
        name: string;
        reason: string;
        type: "update";
    }
    Index

    Properties

    description: string

    Revised business concept description for the table.

    name: string

    Existing table name to update.

    reason: string

    Evidence and reasoning for the description change.

    type: "update"

    Discriminator for table revision type.