I'm creating a database that will be used for client appointments. The current structure I had in mind was:
(:User {userId: "Int", userFirstName: "String", userLastName: "String"})-[:HAS_ACTIVITY {activityType: "String"}]->(:Activity {activityId: "In...