0
Respost

What is "check expression" (mysql -> table properties -> columns -> details -> check expression)? What should I use?

What data should I put inside the field "check expression"?
mysql -> table properties -> columns -> details -> check expression
+1
Respost
Hi,

This is a place where you can put an expression (predicate) that will check if the value of the column is valid. You may think about it as a column validator. This is described here https://en.wikipedia.org/wiki/Check_constraint. Leave it empty if you don't want any check.