AutoBE
    Preparing search index...

    Child-side Prisma @relation configuration for a foreign key.

    interface IRelation {
        name: string & CamelCasePattern;
        targetModel: string;
    }
    Index

    Properties

    Properties

    name: string & CamelCasePattern

    Relation property name in this model. MUST use camelCase.

    targetModel: string

    Must match an existing model name in the schema.