Options for regeneration of Razor Pages

I have already generated the pages (CRUD) from the schema.

Now one of the tables has changed to have a non-nullable column.

In other words i want to regenerate and have the RadzenRequiredValidator component added like this:

I do not want to do a complete over-write due to some work already done with auth etc.

What is the best appraoch to take to somehow re-generate just one entity/crud forms - if at all possible?

Thanks

ok, solved.

so i regenerated with:

EDIT DATA SOURCE

  • overwrite existing pages set to true

ENTITIES

  • no changes

CRUD Pages

  • only check the page that needs regenerating