macaron icon indicating copy to clipboard operation
macaron copied to clipboard

Add CHECK constraints to table schema of SQL

Open nobrin opened this issue 10 years ago • 0 comments

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.

nobrin avatar Dec 04 '14 03:12 nobrin