Hello
Using PHPRunner5.1, I have been working with a database table containing a certain number of fields - and everything works well.
Now, I want to increase the number of fields in the table - adding more details etc...
I had expected that when I started up PHPRunner it would look at the database tables and include the new fields in the table listing. So it would continue to work correctly with what was already there and let me manipulate the new fields. However, this does NOT happen.
As far as I can tell, the only way to include the new fields is to re-select the existing database. The new fields then appear. HOWEVER the good code that had been generated previously is now broken.
How can I modify/upgrade my tables without having to re-do all the work that had I done? There must surely be an easy way to do this.
Thank you all for your help.
Andrew