0
Résolu
What is "check expression" (mysql -> table properties -> columns -> details -> check expression)? What should I use?
Henrique Cunha Moreira de Abre il y a 9 ans
•
mis à jour par Rafał Strzaliński (Senior Engineer) il y a 9 ans •
1
What data should I put inside the field "check expression"?
mysql -> table properties -> columns -> details -> check expression
mysql -> table properties -> columns -> details -> check expression
Service d'assistance aux clients par UserEcho
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.