I have a Postgres table with a serial column. However, when I try to add a new row, I can't figure out any way to tell IntelliJ's table editor that the 'id' column will be generated from the sequence. If I leave the field empty, it tries to set it to NULL, which of course gives a constraint error.
It's a bug and it just got fixed.