In this guide, We will learn about seeding data in MySQL table using Sequelize ORM and faker.js. Seeding a table simply means adding fake data in the database for testing and demonstration purposes. In our last post, we did setup Sequelize with NodeJS application and created the table Users. We should start from there and add more columns to the…