Updating Database and Generated Data Model

Hi,

I've gotten pretty far in my application and I need to add a few new columns to the database tables.

I modified the automatically generated add/edit screens, if I just rename those screens from the default value, will they get overwritten when I infer schema and generate the updated data model?

I'm trying to figure out the easiest way to update the database and not lose the work I already did.

Thank you,

Brendon

You do not need to check "Generate pages for CRUD operations" during infer - in this way you will just update the database schema.

Thank you for the quick response.

One of the fields I need to add is a fk to a lookup table for a drop-down and I’d like to generate the crud for the lookup drop-down and use the drop-down on the add model page.

Would renaming my add / edit pages work in this scenario? Or I could try generating the crud for the lookup table separately, but I still need to add the drop-down to my add/edit pages.

Thank you,

Brendon