Is there a way to change the schema properties (like max length) after the column is created?
Thanks, Kevin
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