D
|
Denton 3/9/2009 |
Since system X is working, why not simply import all the data from tqable Y into table X? |
J
|
Jepsen author 3/9/2009 |
Since system X is working, why not simply import all the data from tqable Y into table X? Denton
|
D
|
Denton 3/10/2009 |
That is a possibility. However, Table X contains only, username, email and password. Yable Y is a complete uder database with names, adresses, accounting info etc etc. If I do that, I have to add several fields to my X table. What will happen then. Also, table Y is used in a big system in production and if I lift all data to table X i have to update a lot of PHP to use table X instead of Y in that project, where table X was only used to log people on in my X project. I gues this is a usual nightmate every time someone want to migrate 2 projects.
|
J
|
Jepsen author 3/17/2009 |
I have tried it and here is the result |