MySQL and Check Constraints

You can implement something similar to them with triggers, but MySQL itself (before version 8.0.16) doesn’t support CHECK constraints. Don’t worry though, it’ll let you define them and just silently ignore them!

Leave a Comment