prorm API Reference
    Preparing search index...

    Type Alias ReferentialActionLike

    ReferentialActionLike: ReferentialAction | `${ReferentialAction}`

    A referential action, as an enum member or the SQL word itself.

    Option types take this rather than ReferentialAction alone, so onDelete: 'CASCADE' keeps working alongside onDelete: ReferentialAction.Cascade.