Use string instead of array
This commit is contained in:
parent
ade08581d9
commit
cba2de6d1c
@ -11,7 +11,7 @@ module.exports = (sequelize, DataTypes) => {
|
||||
allowNull: false
|
||||
},
|
||||
description: {
|
||||
type: DataTypes.ARRAY(DataTypes.STRING),
|
||||
type: DataTypes.STRING,
|
||||
allowNull: true
|
||||
},
|
||||
dueAt: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user