Osiris-Team / jSQL-Gen

Java SQL (JDBC) code generator with GUI. 0% boilerplate + compile-safe SQL + powerful API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add table schema versions or something to handle deleted/renamed columns

Osiris-Team opened this issue · comments

There are multiple options after renaming or deleting a column, which should be prompted to the user before generating the code:

User renamed column:

  • Rename old column to new column

User changed definition of column:

  • Is it even possible to switch to the new definition?