thisisnabi/Blogger

primary keys problem

naderjavid opened this issue · 2 comments

Hello, This is database diagram of blogger, I think that yellow marked fields should be primary keys of particular tables. because in this situation we can have multiple record with same data
like below!!

SubscriberId ArticleId Id
1111111111 2222222 1
1111111111 2222222 2
1111111111 2222222 3

blog-db-diagram

It should be something like this

Screenshot 2024-05-08 150020

Or something like that

Screenshot 2024-05-08 150236

I will check it Nader, thanks