models.ChatBot.belongsTo(models.Plugin, {
              as: 'plugin',
              onDelete: 'CASCADE',
              allowNull: true,
              foreignKey: {