Page 1 of 1

Add new column in the database via nubuilder interface

Posted: Sat Oct 15, 2022 4:02 pm
by yvesf
Hello,

I have a solution on production built with nubuilder. I would like to update a table by adding a column via the interface. How can I do that ?
I have tried to update the object list of the related subform by adding my new column but it doesn't work. My thought was that we will push the update via a new button appearing on the interface. Nothing happens !!! If I look into the database, no creation of the related column..
Many thanks for your help,

Yves

Re: Add new column in the database via nubuilder interface

Posted: Sat Oct 15, 2022 7:07 pm
by kev1n
The easiest way is to clone an existing object, rename it and then hit the [+] button to add the database column.
Then refresh the cache (Options Menu -> Refresh)