There is a Users table that stores "login", "password", and "id of interesting pages" (list of communities)
The question is that the "id of interesting pages" can include many id'shnikov.
How to store them or how else can you make an architecture?
There is a Users table that stores "login", "password", and "id of interesting pages" (list of communities)
The question is that the "id of interesting pages" can include many id'shnikov.
How to store them or how else can you make an architecture?
Source: https://ru.stackoverflow.com/questions/636847/
All Articles