v.21.7Bug Fix

Remove Self-Referencing Columns in Table Creation

Remove possibility to create tables with columns referencing themselves like a UInt32 ALIAS a + 1 or b UInt32 MATERIALIZED b. Fixes #24910, #24292. #25059 (alesapin).