DDD
DDD copied to clipboard
Fix db session table user relation column
While working on Node 2024 course task, I noticed that the type of the user field might be mistakenly set to integer. I suppose it should be bigint. Please review.