Skip to content

SponsorshipType

Luke Cassar edited this page Aug 8, 2018 · 1 revision

To record the names of Sponsorship groups and the order which they appear in the sponsors list in events and regions.

DB Table Schema

Attribute Type
id integer
competition_id integer
name integer
order integer

Validations

Attribute Constraint Value
name max length MAX_STRING_LENGTH
name unique true
order unique true

Associations

  • One SponsorshipType can have many Sponsorships.

Permissions

Title Create Update Read Destroy
GovHack Management Team
Sponsorship Director
Clone this wiki locally