FairPlayTube icon indicating copy to clipboard operation
FairPlayTube copied to clipboard

Create the "VideoRecommendation" table

Open efonsecab opened this issue 2 years ago • 0 comments

In the database project add a new table named "VideoRecommendation", with the following columns

  • VideoRecommendationId
  • RecommenderApplicationUserId
  • RecommendedVideoId
  • IOriginatorInfo interface columns

Regenerate the data access. Create the corresponding partial class.

efonsecab avatar Aug 08 '21 23:08 efonsecab