@@ -357,7 +357,7 @@ class MigrationCleaning:
.format(column)))
elif python_type == str:
-
+ print('convert string str to object')
python_type = object
else: