AutoBE
    Preparing search index...

    Interface AutoBeDatabaseComponentTableKeep

    Keep an existing component table without modification.

    Samchon

    interface AutoBeDatabaseComponentTableKeep {
        name: string;
        reason: string;
        type: "keep";
    }
    Index

    Properties

    Properties

    name: string

    Existing table name to keep.

    reason: string

    Evidence and reasoning for keeping the table unchanged.

    type: "keep"

    Discriminator for table revision type.