I am relatively new to Slick and I keep getting the org.postgresql.util.PSQLException: ERROR: null value in column "id" violates not-null constraint message.
I found plenty of examples with Slick 1.x but none of them seem to work with Slick 2.0 Can someone point to a working example with Slick 2.x (I have 2.0.1) and Postgres?
Thank you.