0

What are the table required in the database while creating a discussion forum?

15th May 2022, 3:36 AM
Akash
2 odpowiedzi
+ 1
Could be as basic as User(id,username) Post(p_id,user_id,post) Replys(r_id,p_id,user_id,reply)
15th May 2022, 6:47 AM
Raul Ramirez
Raul Ramirez - avatar
0
What will be the dfd and er diagram for discussion forum ?
16th May 2022, 4:26 PM
Akash