classConstraintOption(StrEnum):check="check"unique="unique"primary_key="primary_key"foreign_key="foreign_key"custom="custom"# I have no idea -- but let's leave it open for the wacky & wild data platforms out thereColumnLevelConstraint:type:ConstraintOptionname:Optional[str]warn_unenforced:boo...