ALTER TABLE ^table_name$ CHANGE COLUMN ^old_column_name$ ^new_column_name$ ^new_column_type$ ^new_column_nullable$;