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