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.
onDelete: 'CASCADE'
onDelete: ReferentialAction.Cascade
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 alongsideonDelete: ReferentialAction.Cascade.