Forums | Webyog
Tools to manage and monitor MySQL databases
forums › forums › SQLyog › Sync tools, Migration, Scheduled Backup and Notifications › Add Extra Fields While Importing Data?
the best way would be .. I think …
1) Run the Migration
2) ALTER TABLE
if you want it fully automated you can create a batch file that 1)first executes a SJA-importjob 2)next executes a SJA-notify job doing the ALTER TABLE.
just like
*******************
sja myimportjob.xml
sja mynotifyjob.xml
http://www.webyog.com/faq/27_35_en.html
Ahh nice, the batch file suggestion is what I need…
I'll try to import the client data as is to a temp table, then run a second job which will populate the production table correctly.
Thanks alot!