rt4914 / KlinicCon-Backend

2 stars 3 forks source link

Fixes #35: Add Institute table. #42

Closed aniketpatidar closed 1 month ago

aniketpatidar commented 2 months ago

Resolves #35


Description

This pull request introduces creating the institutes table in the database. Table includes the following attributes: Institutes table:


Type of Change


How to test this PR?

Steps to test the migrations:

  1. Run rails db:migrate to apply the migration.
  2. Verify the institutes table is created in the database with the name column, timestamps.
  3. Attempt to insert records with duplicate names in table to ensure the unique constraint is functioning as expected.
aniketpatidar commented 2 months ago

Update title to Fixes #35: Add Institute table.

Also merge with latest main branch to remove merge conflicts.

I will update the title and merge the main.