I had a similar error (130 unknown data type) but it was because the original field was created as a char instead of varchar. When I dropped and re-created the field as varchar, the migration to SQL Server worked.