diff --git a/chapter7/hapi-tutorial-2/migrations/20180818141548-create-shops-table.js b/chapter7/hapi-tutorial-2/migrations/20180818141548-create-shops-table.js index fb24e89..40f4e4d 100644 --- a/chapter7/hapi-tutorial-2/migrations/20180818141548-create-shops-table.js +++ b/chapter7/hapi-tutorial-2/migrations/20180818141548-create-shops-table.js @@ -15,6 +15,7 @@ module.exports = { created_at: Sequelize.DATE, updated_at: Sequelize.DATE, }, + {charset: 'utf8'} ), down: queryInterface => queryInterface.dropTable('shops'),