When I export my database from phpMyAdmin (quick method), it does not include CHECK
constraints. However, when I run SHOW CREATE TABLE table
, I see the constraints. Moreover, foreign constraints are backed up.
In addition, when I take the backup using mysqldump, CHECK
constraints are included in the file.
Is there any way to tell phpMyAdmin to include the CHECK
constraints in the backup?
I have checked the "custom" method, but I do not see any option.