Current Path : /home/infinitibizsol/.trash/migrations.2/ |
Current File : /home/infinitibizsol/.trash/migrations.2/20240430092218-testing.js |
'use strict'; /** @type {import('sequelize-cli').Migration} */ module.exports = { async up (queryInterface, Sequelize) { /** * Add altering commands here. * * Example: * await queryInterface.createTable('users', { id: Sequelize.INTEGER }); */ }, async down (queryInterface, Sequelize) { /** * Add reverting commands here. * * Example: * await queryInterface.dropTable('users'); */ } };