0
mmorales created
Hello,
I'm having trouble exporting data from an older database in to the newer database that has new fields. Please advise.
1 Answer(s)
-
0
Hi @mmorales,
If new database has new fields, then you need to insert default values for those fields while importing data from your old database. This is a common issue for database migration.
Thanks.