Hi, when changing a column, e.g. a new comment, default value or nullable yes/no we currently have to set all the attributes of the column.
Is there a way that we can just specify the attributes that change? Either through another function call e.g. changeColumnNull() or changeColumnComment() or by adding a flag to changeColumn() to indicate to start with the current column attributes and set only the options that have changed?
Hi, when changing a column, e.g. a new comment, default value or nullable yes/no we currently have to set all the attributes of the column.
Is there a way that we can just specify the attributes that change? Either through another function call e.g. changeColumnNull() or changeColumnComment() or by adding a flag to changeColumn() to indicate to start with the current column attributes and set only the options that have changed?