macaron
macaron copied to clipboard
Add CHECK constraints to table schema of SQL
In the current implementation, constraints are actualized using with validation method of Field
class.
However, CHECK constraint is reasonable and general way on databases.
Validating value to set will be checked with CHECK constraint and diagnostic error messages will be generated by method of the Field
.