alvyynm / ticketbookingsystem

Ticket booking API written in Node.js, Express, PostgreSQL (with Sequelize ORM) and Redis (caching)
MIT License
1 stars 0 forks source link

Declare M:M relationship between Event and User table #2

Closed alvyynm closed 6 months ago

alvyynm commented 6 months ago

Original migration file 20240226080400-add-many-to-many-relationship.js didn't have anything, hence the relationship between the two doesn't exist.