A
A
Andrey Kovalchuk2017-03-18 12:27:22
Python
Andrey Kovalchuk, 2017-03-18 12:27:22

How to store records (items) of different users in the database?

Database architecture question.
Suppose, in the same Evernote, each user has his own set of notes. Question: How are things like this organized? Separate tables for each of the users? After all, they are all stored somewhere in one place, or how is synchronization ensured?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Astrohas, 2017-03-18
@mrkovalchuk

The User table will store the users, Notes will store the notes, and the foreign key will be associated with the users.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question