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