AutoBE
    Preparing search index...

    Interface AutoBeDatabaseComponentTableDesign

    Table design with name and description.

    Michael

    interface AutoBeDatabaseComponentTableDesign {
        description: string;
        name: string & SnakeCasePattern;
    }
    Index

    Properties

    Properties

    description: string

    Business purpose of this table. One or two sentences maximum. MUST be written in English.

    name: string & SnakeCasePattern

    Table name in snake_case with domain prefix (e.g., "shopping_customers").