Add support of saving authors and authorship
This commit is contained in:
@@ -30,6 +30,9 @@ module.exports = function (sequelize, DataTypes) {
|
||||
},
|
||||
length: {
|
||||
type: DataTypes.INTEGER
|
||||
},
|
||||
authorship: {
|
||||
type: DataTypes.TEXT
|
||||
}
|
||||
}, {
|
||||
classMethods: {
|
||||
|
||||
Reference in New Issue
Block a user