Schema changes

Frequently when a column attributes are changed the change cannot be applied directly to the schema (SQL Server). Please add a feature that detects this, creates a temporary table, copies the contents of the source table to it, drops the source table, recreates the table and loads data from the temporary table.