Blogger icon indicating copy to clipboard operation
Blogger copied to clipboard

primary keys problem

Open naderjavid opened this issue 9 months ago • 1 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

naderjavid avatar May 08 '24 11:05 naderjavid