Vigyata.AI
Is this your channel?
GithubGithub06

26 Add noActionOnDelete method

This PR adds the `noActionOnDelete()` migration helper. We already had helpers like cascade, but this makes it explicit when you want “NO ACTION” behavior on delete in your foreign key constraints.

Buy on Github

You'll be taken to Github to complete your purchase.

Pros

  • +Clearer migration intent for foreign key delete behavior
  • +Matches the style of existing migration helpers

Cons

  • -A small convenience method, not a major feature

Featured in this video