Closed aniketpatidar closed 1 month ago
Resolves #35
This pull request introduces creating the institutes table in the database. Table includes the following attributes: Institutes table:
institutes
name
Steps to test the migrations:
rails db:migrate
Update title to Fixes #35: Add Institute table. Also merge with latest main branch to remove merge conflicts.
Update title to Fixes #35: Add Institute table.
Fixes #35: Add Institute table.
Also merge with latest main branch to remove merge conflicts.
I will update the title and merge the main.
Resolves #35
Description
This pull request introduces creating the
institutes
table in the database. Table includes the following attributes: Institutes table:name
(string, unique, not null)Type of Change
How to test this PR?
Steps to test the migrations:
rails db:migrate
to apply the migration.institutes
table is created in the database with thename
column, timestamps.