Can't add rows if table has generated columns

I've created a postgres database and am employing generated columns in several tables to display looked up values. These work quite nicely except for one thing: I can no longer add rows to the tables through the database GUI. When I click 'Add Row', it opens up the dialog to enter values and there is no way to tell it not to supply a value for a generated column. It always tries to enter NULL or an empty string or whatever I put in there which, naturally, fails. It seems like generated columns should be omitted from this dialog or an option should be provided to not supply a value. Actually, the ability to customize the dialog would be a nice feature generally.

Hey @volfied! Welcome to the community! I was able to reproduce this issue and have submitted a bug report to our team. We'll update the post here as we get any additional information to share. Thanks for reporting!