Skip to content

Instantly share code, notes, and snippets.

@ckpiyanon
Last active December 23, 2021 09:05
Show Gist options
  • Save ckpiyanon/0d065fe75b119600fff26f72adc72cfe to your computer and use it in GitHub Desktop.
Save ckpiyanon/0d065fe75b119600fff26f72adc72cfe to your computer and use it in GitHub Desktop.
module.exports = {
/**
* @param {import("sequelize").QueryInterface} queryInterface
* @param {import("sequelize")} Sequelize
*/
up: (queryInterface, Sequelize) => {
},
/**
* @param {import("sequelize").QueryInterface} queryInterface
* @param {import("sequelize")} Sequelize
*/
down: (queryInterface, Sequelize) => {
},
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment