https://github.com/yiisoft/db-mysql/blob/30513b4ed97b8cc1700ec4d19277959e2541e178/src/Schema.php#L495-L498 The check constraints can be loaded from the `information_schema.CHECK_CONSTRAINTS` table.
db-mysql/src/Schema.php
Lines 495 to 498 in 30513b4
The check constraints can be loaded from the
information_schema.CHECK_CONSTRAINTStable.