AutoBE
    Preparing search index...

    Interface AutoBeDatabaseComponentFinalizeErase

    A finalize-stage erasure of one table family that stores no distinct concept worth keeping anywhere in the inventory.

    Emitted by the Database component-finalize pass when a family proved unnecessary (a mistaken or empty table), never for a duplicate that has a surviving canonical table — that is an AutoBeDatabaseComponentFinalizeAbsorb.

    Samchon

    interface AutoBeDatabaseComponentFinalizeErase {
        name: string;
        reason: string;
        type: "eraseTable";
    }
    Index

    Properties

    Properties

    name: string

    The table family proven unnecessary. Table names are matched globally.

    reason: string

    Why this table family has no distinct stored concept worth preserving anywhere in the inventory. Decided first; the table is the conclusion of the reason, never a backfilled justification. Cascade impact (dependent tables removed with the root) is noted here.

    type: "eraseTable"

    Type discriminator for erase.