-
Notifications
You must be signed in to change notification settings - Fork 12
Criterion
Luke Cassar edited this page Aug 8, 2018
·
3 revisions
To store details pertaining of Competition criteria for a competition.
Attribute | Type |
---|---|
id | integer |
competition_id | integer |
description | text |
category | string |
Attribute | Constraint | Value |
---|---|---|
category | values | people's choice, regional challenge |
description | max length | MAX_TEXT_LENGTH |
- One Criterion can have only one Competition.
- One Criterion can have many ChallengeCriteria.