'use strict'; const db = require('../../database'); module.exports = { // you should use spaces // the underscores are there so you can double click to select the whole thing name: 'User_friendly_upgrade_script_name', // remember, month is zero-indexed (so January is 0, December is 11) timestamp: Date.UTC(2020, 0, 1), method: async () => { // Do stuff here... }, };