Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 469 Bytes

File metadata and controls

13 lines (7 loc) · 469 Bytes

Database

Database (mainly Sequelize's) migrations

Purpose

This folder contains database migration files used to manage changes to the database schema.

Structure

  • The folder contains migration files that define changes to the database, including creating, modifying, and deleting tables, columns, and relationships.

  • These migrations are used to version control the database schema, allowing for easy rollbacks and forwards of changes.