Gitanes
12/08/2021, 2:42 PMError: null value in column "id" of relation "sessions" violates not-null constraint
. should i provide a uuid myself? i try to revert to int8 to benefit from auto increment, but it's stuck with uuidsilentworks
12/08/2021, 3:19 PMuuid_generate_v4()
letourpowerscombine
12/08/2021, 6:20 PMuuid
type for your id field in the table settings, then you need to manually type uuid_generate_v4()
into the default value
field for id. After that, it should start working as expected. (Requires manually typing this in on my end at least).