Skip to content

Favourite

Luke Cassar edited this page Aug 26, 2018 · 3 revisions

To record the favourite data sets of each user.

DB Table Schema

Attribute Type
id integer
assignment_id integer
team_id integer

Associations

  • One Favourite has only one Assignment
  • One Favourite has only one Team
Clone this wiki locally