You can use getter/setter functions for this: favColors: { type: Sequelize.STRING, allowNull: false, get() { return this.getDataValue('favColors').split(' ...
確定! 回上一頁