AutoBE
    Preparing search index...

    Interface AutoBeDatabaseComponentTableErase

    Erase an existing component table.

    Erasure cascades to dependent table names whose ordered singular tokens extend the erased table name. The root erase has final priority over keep, update, or create revisions in the same table family.

    Samchon

    interface AutoBeDatabaseComponentTableErase {
        name: string;
        reason: string;
        type: "erase";
    }
    Index

    Properties

    Properties

    name: string

    Existing table name to erase.

    reason: string

    Evidence and canonical-table reasoning for erasure.

    type: "erase"

    Discriminator for table revision type.