Jump to content

Video views database structure


AnalyzeThis

Recommended Posts

Good morning,

 

I am working on the database structure of a video system (basically ;) ). This system would keep track of clients views of a video and list who watched the video.

 

Accounts Database

=========================

Accounts | type | name | etc.

 

Video Database

=========================

Name | title | type | etc.

 

Only videos and viewers of the same time will have access to the video. I want to be able to see if a viewer has watch a video and list all viewers. What what I am wondering is where to put the views records? Should I create a view databases

 

Views database

=========================

account | video |

 

Thanks for any assistance.

Link to comment
https://forums.phpfreaks.com/topic/274528-video-views-database-structure/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.