There are comment placeholders where AddChecks will go, and there are also need to be Alter and Drop methods added. More fundamental to that however is a new attribute needs to be added comparable to CheckConstraintAttribute. I've been hesitant to add new attributes this time around due to dependency implications, but I think it's unavoidable.
There are comment placeholders where
AddCheckswill go, and there are also need to beAlterandDropmethods added. More fundamental to that however is a new attribute needs to be added comparable to CheckConstraintAttribute. I've been hesitant to add new attributes this time around due to dependency implications, but I think it's unavoidable.