I can confirm that there is problem with saving the data in the session table when using Postgres. However changing the column type to ‘text’ will create problems in case you want to store some advanced data in your sessions, like arrays (because of the Null values)