Enumeration class that represents different constraints for a table column. Constraints AUTO_INCREMENT and NOT_NULL are inferred from kotlin properties directly that's why they are not listed in this enumerator.
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)