await queryInterface.addColumn('my_list', 'is_deleted', { type: Sequelize.BOOLEAN, defaultValue: false });