Use InnoDB for transactions, foreign keys, and row-level locking instead of MyISAM.
Why This Matters
MyISAM lacks transactions, FK enforcement, and crash recovery, risking data integrity.
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.