AutoBE
    Preparing search index...

    Interface AutoBeDatabaseComponentCreate

    Create a missing database component with its initial table concepts.

    Samchon

    interface AutoBeDatabaseComponentCreate {
        component: AutoBeDatabaseComponent;
        reason: string;
        type: "create";
    }
    Index

    Properties

    Properties

    New component to append to the component inventory.

    reason: string

    Evidence and component boundary reason for this creation.

    type: "create"

    Discriminator for component revision type.