Data base planning advice?

I’m going to quote my own post from… 4 years ago, about designing a database;

A User is an entity. An activity is an entity [You can choose to have activities as a separate table if you want, but the table is going to be fairly small, as there is little information inherent to an activity from your description.]
A user has many properties. [An activity only has one intrinsic property - a name.]
A user performs an activity. This represents a relationship between them of a many-to-many variety, which [in the advanced implications of step 3] suggests there is a table to be had between the two. (this would be the second table felgall refers to)

1 Like