Added isEnabled to the Link model
This commit is contained in:
@ -36,6 +36,10 @@ module.exports = db.define("links", {
|
||||
type: Sequelize.STRING,
|
||||
allowNull: false
|
||||
},
|
||||
isEnabled: {
|
||||
type: Sequelize.BOOLEAN,
|
||||
defaultValue: true
|
||||
},
|
||||
domainName: {
|
||||
type: Sequelize.STRING,
|
||||
allowNull: false
|
||||
|
Reference in New Issue
Block a user