This topic is locked
[SOLVED]

 New MySql Field not show in Designer/Table

1/9/2021 12:54:27 AM
PHPRunner General questions
D
Daniedb author

Hi Everyone
I've added 2 new fields to the MySQL Table at the end of the Table Structure.

But for some reason it don't show in Designer or in the Table view fields

I've sync the Database and also restart PHP Runner and re-open the project.
No Luck at all
Any advice please?

Thanks

Danie

K
keithh0427 1/9/2021

You may have to visit the SQL page and enter your fields manually. I have had to do that a few times even after performing a database sync.

D
Daniedb author 1/9/2021

@keithh0427
The field show in the modify table list, but not in the Table list
also not showing in the designer view when adding fields
Can this be a BUG?
"How do I attached images/media without a http link"?

Can't I just upload an Image? to the post?
Thanks

admin 1/9/2021

Make sure that the new field is added to the SQL Query. SQL Query results are what populates the list of fields on all other pages.

D
Daniedb author 1/10/2021

Thanks Admin
That did the trick.. Appreciate the help