If add many times the same field, it adds the columns without error. alter table pier add short varchar(10) default 1; alter table pier add short varchar(10) default ...
When attempting to add a GEOMETRY column to an existing table in DuckLake using ALTER TABLE ... ADD COLUMN, the operation fails with the error "Unsupported user ...