Run with STRICT_TRANS_TABLES so invalid or out-of-range values error instead of silently changing.
Why This Matters
Without strict mode, bad data is silently truncated or coerced, corrupting records without warning.
Related Rules
Catch this automatically on every PR
BeforeMerge scans your pull requests against this rule and dozens more. Get actionable feedback before code ships.