Asked by: fiter
I just can't find the right way to store playlists in the database.
- There is a model Player that hasMany Playlist
- Playlist hasMany Track
- It should be possible to change the order of tracks in the playlist
- The tracks should be displayed using the paginate() method
What will be the best practice?
No comments:
Post a Comment