Alter the name, type, or nullability of a column.
name of the table
Show child attributes
The path to the column to alter. To reference a nested column, separate pieces by dots.
Whether the column can contain null values. If not provided, the nullability will not be changed.
The new name of the column. If not provided, the name will not be changed.