Answer the question
In order to leave comments, you need to log in
What structure for the database to choose?
For educational purposes, I want to write a simple online diary. I think about the database structure, that is, there is a user (table with users, Id, name, data ...), and each user has a to-do list, and the task must be scheduled for a certain date.
The first thing that came to my mind was to make a separate table for each user where to store the to-do list (id, name, date). But for some reason it seems that there is a more correct way, I didn’t work much with databases before, I ask for help.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question