v.20.3Backward Incompatible Changes

Improved Logic for ALTER MODIFY/ADD Queries in ClickHouse

Improved ALTER MODIFY/ADD queries logic. Now you cannot ADD column without type, MODIFY default expression does not change type of column and MODIFY type does not loose default expression value. Fixes #8669. #9227 (alesapin)