How do changes to a table get reflected in the APIs that have been already auto generated?

Options

I want to understand the impact of table name changes, column additions/removal/name change etc…, foreign key relationships, etc… and how APIs can be broken and then fixed. Is there solid documentation on this? What refactoring is automated for you?

Answers

  • Max
    Max Member
    Options

    as for "column additions/removal/name change etc" - as far as i understand if you did not customize output - this will be reflected in api automatically, if you had it customized - removal\rename should still go fine, and new added - will be unchecked in output customization settings. relations nature is dynamic i believe. no idea about table name though. interested to learn also 😅

  • David Lundvall
    Options

    Thanks, Max. Yeah, would be great to get some clarity here.