k1LoW / tbls

tbls is a CI-Friendly tool for document a database, written in Go.
MIT License
3.37k stars 165 forks source link

Support MySQL 8 check constraint 🙏 #450

Closed arahatashun closed 1 year ago

arahatashun commented 1 year ago

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. https://github.com/k1LoW/tbls/pull/14

k1LoW commented 1 year ago

@arahatashun Thank you for your report!