AutoBE
    Preparing search index...

    Interface AutoBeDatabaseComponentTableCreate

    Create a missing table concept inside an existing component.

    Samchon

    interface AutoBeDatabaseComponentTableCreate {
        reason: string;
        table: AutoBeDatabaseComponentTableDesign;
        type: "create";
    }
    Index

    Properties

    Properties

    reason: string

    Evidence and component ownership reason for this table creation.

    New table concept to append to the component.

    type: "create"

    Discriminator for table revision type.