Skip to content

Dataset

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

To store details of regional datasets used throughout a competition.

DB Table Schema

Attribute Type
id integer
region_id integer
competition_id integer
name string
url string
description text

Validations

Attribute Constraint Value
name max length MAX_STRING_LENGTH
url max length MAX_URL_LENGTH
description max length MAX_TEXT_LENGTH

Associations

  • One DataSet has only one Region.
  • One DataSet has only one Competition.

Permissions

Title Create Update Read Destroy
GovHack Management Team
Region Directors
Region Support
Sponsor Contacts
(Public User)
Clone this wiki locally