gabrielshufelt / Real-Ratings-SOEN-341_Project_F24

0 stars 1 forks source link

Create Project Model #12

Closed gabrielshufelt closed 1 month ago

gabrielshufelt commented 1 month ago

Refer to this to create a model: Generating a model in Rails

The Project model should include the following fields:

title: string
description: text
due_date: date
team_id: integer             # used to associate the project with a team
instructor_id: integer     # used to identify the instructor overseeing the project