@vnodes/prisma-helper
    Preparing search index...

    Enumeration Annotation

    Index

    Enumeration Members

    attribute: "attribute"

    Mark the relation is attribute realtion

    child: "child"

    Mark the relation as child relation

    deletedAt: "deletedAt"
    description: "description"

    Add description for the field

    emit: "emit"

    Model annotated with emit will emit the create and update responses

    format: "format"

    Value format such as password, email

    future: "future"

    Check the user input is future date

    generated: "generated"

    Define that the field is not a user input and generated by the system

    hash: "hash"

    Mark the field to be hashed

    hidden: "hidden"

    Disable projection for relation and field

    include: "include"

    Include the relation relation

    internal: "internal"

    Define that the field is not a user input and set by the system

    max: "max"

    Max value or max length

    maxAge: "maxAge"

    Check currentDate.year - inputDate.year < maxAge

    maxItems: "maxItems"

    Maximum items allowed for array field

    maxLength: "maxLength"

    Maximum allowed text length

    min: "min"

    Min value or min length

    minAge: "minAge"

    Check currentDate.year - inputDate.year > minAge

    minItems: "minItems"

    Minimum items allowed for array field

    minLength: "minLength"

    Minimum allowed text length

    parent: "parent"

    Mark the relation as parent relation

    past: "past"

    Check the user input is a past date

    projection: "projection"

    Enable projection for the relation field

    query: "query"

    Enable relation query

    readonly: "readonly"

    Disable update

    ui: "ui"

    Define the preferred ui component such as text, textarea, number, etc.

    writeonly: "writeonly"

    Disable read