Postgresql Generated Column

Does Retool support Generated columns in the Retool Database?

Hey @haj!

Yes, Retool does support Generated columns in the Retool DB!

You can create a table via SQL query like so:

Insert only the one column into the table:

And see that querying the table gives the correct data in the generated column:

Inserted record in the DB view as well

Let me know if you have any trouble with this :grinning:

1 Like