Skip to content

Files

Latest commit

3b0464d · Aug 14, 2024

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 14, 2024

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.