v.1.1.54337New Feature

Added ALTER Support for Null Type Tables

Added support for ALTER for tables of type Null (Anastasiya Tsarkova).
Added support for ALTER queries on tables of type Null in ClickHouse.

Why it matters

This feature allows users to perform ALTER operations on Null tables, which previously did not support schema changes. It enables better schema management and consistency for Null tables, improving user control and flexibility when working with this special table engine.

How to use it

Use the ALTER statement with tables of the Null engine as you would with other tables. For example, you can add or drop columns or modify table structure on Null tables using the standard ALTER TABLE syntax.