Users Posts Comment Likes

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

Schema table

USERS POSTS COMMENT LIKES


Email Content Content User_id
Encryped_password Post_id User_id Post_id
Reset_password_token Created_at Post_id Created_at
Sign_in_count Updated_at Created_at Updated_at
Created_at Updated_at
Updated_at
Avatatr_file_name
Avatar_content_type
Avatar_file_name
Avatar_updated_at
ER DIAGRAM

USERS

USERS POSTS

PK User_id PK User_id
COMMENTS
Name Content
PK User_id
Gender

Email Content

FK Post_id

LIKES

PK User_id

FK Post_id
FRIENDS

PK User_id

Friend_id

You might also like