You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MySQL 8 now supports check constraints. If I understand correctly MySQL 8's check constraints are not supported by tbls, although I can check the existence of check constraints by reading DDL.
On the other hand, in the case of Postgres, check constraints are supported. #14
The text was updated successfully, but these errors were encountered:
MySQL 8 now supports check constraints. If I understand correctly MySQL 8's check constraints are not supported by tbls, although I can check the existence of check constraints by reading DDL.
On the other hand, in the case of Postgres, check constraints are supported.
#14
The text was updated successfully, but these errors were encountered: