This topic is locked

Add Fields to a Custom View after Build project

6/21/2010 11:26:48 AM
PHPRunner General questions
S
Seraph author

Hi,

I got a problem, I go to explain my steps:
1- I create a view of a select of tables (with phpmyadmin)

2- I add this view in phprunner project

3- I configurate all fields in all pages

4- Now I need another field on my customview, so i DROP the view and a CREATE again adding new field (with phpmyadmin)

5- I re-sync the database in phprunner project and in "Tables" TAB I see the old view with my new field BUT on the next TABS the field disappear... and I don't know why.
I try the same thing without use a VIEW and in this case it's work. Really is not possible update update the custom views???
thank you very much

Sergey Kornilov admin 6/21/2010

I'm not 100% percent I understand what's the problem you dealing with.
After you re-created a view in the database and synchronized your project proceed to SQL Query screen to make sure new field appears there. Add it manually if it's not there.