Postgresql – how to create a sorted database OneToMany/ManyToOne relationships
I'm working on a courses Application where the user can sort his content however he like for example say there is Courses Table - contains course data(title, thumnail...) sub-courses and videos Videos Table - contains video data(video url, title...) so…