Changing Schema Properties after Creation

Is there a way to change the schema properties (like max length) after the column is created?

Thanks, Kevin

After a column is created, you can change its type, default value and a validator. The max length cannot be changed at this point.

Regards,
Mark