Skip to content

Commit

Permalink
Merge branch 'develop' into feature/#86/detailedSearch
Browse files Browse the repository at this point in the history
  • Loading branch information
lsjbh45 committed Aug 30, 2020
2 parents 14e5cee + ed6ee3b commit f8973e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/models/boards.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ module.exports = (sequelize, DataTypes) => {
},
// 내용
body: {
type: DataTypes.TEXT,
type: DataTypes.ARRAY(DataTypes.TEXT),
allowNull: true,
},
// 발췌 (미리보기)
Expand Down

0 comments on commit f8973e3

Please sign in to comment.