You can delete a CHECK condition from an individual column.
To delete a CHECK condition on a column, set it to NULL.
ALTER TABLE customer MODIFY phone CHECK NULL