Forum Discussion
santhiya
3 years agoHelper I
Schema Difference in Testing Environment and Production Environment
I am directly connecting with my Testing database with import mode . I am having the following issues I am having few columns that in Testing database that are not in my production database. I ...
lbendlin
3 years agoSuper User
Remove the extra columns from your "Testing database". You don't want to have these schema differences, especially not when they affect joins.
Consider adding primary keys so that the issue cannot occur at all.