CheckConstraint¶ pydantic model felis.datamodel.CheckConstraint¶ Table check constraint model. Parameters: data (Any) Fields: expression (str) type (Literal['Check']) Validators: field expression: str [Required]¶ Expression for the check constraint. Validated by: check_deferrable check_description field type: Literal['Check'] = 'Check' (alias '@type')¶ Type of the constraint. Validated by: check_deferrable check_description