Hello,
I reverse engineered one table from MySQL database, currently that table has Check Constraint on one column. I have few clarifications, please check below.
Clarifications:
-
In the data model, if I click on the “Check Constraints” tab, I am able to view the SQL for that check constraints. However, while generating “Create DDL Script”, check constraints portion is missing in the DDL.
-
After verifying the data model, I am getting below suggestion(Highlighted in Red).
- I am trying to figure out, why the check constraints portion is missing in the DDL.
- Also, I would like to know how to ignore that message while verifying the data model. Please advise.
Thanks !!
Rajesh