Hi!
I wante dto Know How i can solve the following problem
i have a set of database tables and dump etc., and now my design is changed and i have more fields in some tables and all., how do i do this data addition and migration
thx in adv
Sharanya
Printable View
Hi!
I wante dto Know How i can solve the following problem
i have a set of database tables and dump etc., and now my design is changed and i have more fields in some tables and all., how do i do this data addition and migration
thx in adv
Sharanya
Hi,
It depends on your new design. If it has new NOT NULL columns then you will be in trouble. You need to set those columns some default values while creating. But if those new columns are nullable you are fine.
If you need any info give more details.
bye.
ad