You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
We use generated columns with PostgreSQL, see Generated Columns.
We would like to exclude these columns from the generated mutableColumns list.
Can we use something like Generator customization?
Is this possible without adding fields to metadata.Table or metadata.Column? Without changing DefaultTableModel(tableMetaData metadata.Table) TableModel to an interface to reimplement (t table) MutableColumns() []Column?
Thank you!