AutoBE
    Preparing search index...

    Primary key field of a model.

    interface IPrimaryField {
        description: string;
        name: string & SnakeCasePattern;
        type: "uuid";
    }
    Index

    Properties

    Properties

    description: string

    Business purpose of this primary key. MUST be written in English.

    name: string & SnakeCasePattern

    MUST use snake_case.

    type: "uuid"