I'm using SQLite, which ...doesn't support... adding ...a constraint... to an existing table....So I can't do something like this (just as an example):...ALTER TABLE [Customer]
ADD CONSTRAINT specify_either_phone_or_email
CHECK (([Phone] IS NOT NULL) OR (...