After adding the relationship between Acronym and User and clearing the database I get the following error when trying to create a user:
[ ERROR ] null value in column “userID” of relation “users” violates not-null constraint (ExecConstraints)
[ ERROR ] server: null value in column “userID” of relation “users” violates not-null constraint (ExecConstraints) [request-id: F06B265A-41C1-4050-819F-AE7DAF4190FB] (Vapor/Middleware/ErrorMiddleware.swift:42)
I tried to load the project from the provided material: Server_Side_Swift_with_Vapor_v3.0.0/09-parent-child-relationships/final/
And it gives me the same error.