diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..663ad16
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,10 @@
+node_modules/
+bundle.js
+bundle.js.map
+*tmp
+/tmp
+*sprockets
+notes.rb
+.DS_Store
+npm-debug.log
+.byebug_history
diff --git a/Gemfile b/Gemfile
new file mode 100644
index 0000000..f4aa366
--- /dev/null
+++ b/Gemfile
@@ -0,0 +1,55 @@
+source 'https://rubygems.org'
+
+group :production do
+ gem 'newrelic_rpm'
+ gem 'rails_12factor' # error feedback
+end
+
+# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
+gem 'rails', '4.2.4'
+# Use postgresql as the database for Active Record
+gem 'pg'
+# Use SCSS for stylesheets
+gem 'sass-rails', '~> 5.0'
+# Use Uglifier as compressor for JavaScript assets
+gem 'uglifier', '>= 1.3.0'
+# Use CoffeeScript for .coffee assets and views
+gem 'coffee-rails', '~> 4.1.0'
+# See https://github.com/rails/execjs#readme for more supported runtimes
+# gem 'therubyracer', platforms: :ruby
+
+# Use jquery as the JavaScript library
+gem 'jquery-rails'
+# Build JSON APIs with ease. Read more: https://github.com/rails/jbuilder
+gem 'jbuilder', '~> 2.0'
+# bundle exec rake doc:rails generates the API under doc/api.
+gem 'sdoc', '~> 0.4.0', group: :doc
+
+gem 'pry-rails'
+
+gem 'http'
+
+gem 'rspec'
+
+gem 'colorize'
+# Use ActiveModel has_secure_password
+# gem 'bcrypt', '~> 3.1.7'
+
+# Use Unicorn as the app server
+# gem 'unicorn'
+
+# Use Capistrano for deployment
+# gem 'capistrano-rails', group: :development
+
+group :development, :test do
+ # Call 'byebug' anywhere in the code to stop execution and get a debugger console
+ gem 'byebug'
+end
+
+group :development do
+ # Access an IRB console on exception pages or by using <%= console %> in views
+ gem 'web-console', '~> 2.0'
+
+ # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring
+ gem 'spring'
+end
diff --git a/Gemfile.lock b/Gemfile.lock
new file mode 100644
index 0000000..21dd66d
--- /dev/null
+++ b/Gemfile.lock
@@ -0,0 +1,210 @@
+GEM
+ remote: https://rubygems.org/
+ specs:
+ actionmailer (4.2.4)
+ actionpack (= 4.2.4)
+ actionview (= 4.2.4)
+ activejob (= 4.2.4)
+ mail (~> 2.5, >= 2.5.4)
+ rails-dom-testing (~> 1.0, >= 1.0.5)
+ actionpack (4.2.4)
+ actionview (= 4.2.4)
+ activesupport (= 4.2.4)
+ rack (~> 1.6)
+ rack-test (~> 0.6.2)
+ rails-dom-testing (~> 1.0, >= 1.0.5)
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
+ actionview (4.2.4)
+ activesupport (= 4.2.4)
+ builder (~> 3.1)
+ erubis (~> 2.7.0)
+ rails-dom-testing (~> 1.0, >= 1.0.5)
+ rails-html-sanitizer (~> 1.0, >= 1.0.2)
+ activejob (4.2.4)
+ activesupport (= 4.2.4)
+ globalid (>= 0.3.0)
+ activemodel (4.2.4)
+ activesupport (= 4.2.4)
+ builder (~> 3.1)
+ activerecord (4.2.4)
+ activemodel (= 4.2.4)
+ activesupport (= 4.2.4)
+ arel (~> 6.0)
+ activesupport (4.2.4)
+ i18n (~> 0.7)
+ json (~> 1.7, >= 1.7.7)
+ minitest (~> 5.1)
+ thread_safe (~> 0.3, >= 0.3.4)
+ tzinfo (~> 1.1)
+ addressable (2.4.0)
+ arel (6.0.3)
+ binding_of_caller (0.7.2)
+ debug_inspector (>= 0.0.1)
+ builder (3.2.2)
+ byebug (9.0.5)
+ coderay (1.1.0)
+ coffee-rails (4.1.1)
+ coffee-script (>= 2.2.0)
+ railties (>= 4.0.0, < 5.1.x)
+ coffee-script (2.4.1)
+ coffee-script-source
+ execjs
+ coffee-script-source (1.10.0)
+ colorize (0.8.1)
+ concurrent-ruby (1.0.2)
+ debug_inspector (0.0.2)
+ diff-lcs (1.2.5)
+ domain_name (0.5.20160615)
+ unf (>= 0.0.5, < 1.0.0)
+ erubis (2.7.0)
+ execjs (2.7.0)
+ globalid (0.3.7)
+ activesupport (>= 4.1.0)
+ http (2.0.3)
+ addressable (~> 2.3)
+ http-cookie (~> 1.0)
+ http-form_data (~> 1.0.1)
+ http_parser.rb (~> 0.6.0)
+ http-cookie (1.0.2)
+ domain_name (~> 0.5)
+ http-form_data (1.0.1)
+ http_parser.rb (0.6.0)
+ i18n (0.7.0)
+ jbuilder (2.6.0)
+ activesupport (>= 3.0.0, < 5.1)
+ multi_json (~> 1.2)
+ jquery-rails (4.2.1)
+ rails-dom-testing (>= 1, < 3)
+ railties (>= 4.2.0)
+ thor (>= 0.14, < 2.0)
+ json (1.8.3)
+ loofah (2.0.3)
+ nokogiri (>= 1.5.9)
+ mail (2.6.4)
+ mime-types (>= 1.16, < 4)
+ method_source (0.8.2)
+ mime-types (3.1)
+ mime-types-data (~> 3.2015)
+ mime-types-data (3.2016.0521)
+ mini_portile2 (2.1.0)
+ minitest (5.9.0)
+ multi_json (1.12.1)
+ newrelic_rpm (3.16.2.321)
+ nokogiri (1.6.8)
+ mini_portile2 (~> 2.1.0)
+ pkg-config (~> 1.1.7)
+ pg (0.18.4)
+ pkg-config (1.1.7)
+ pry (0.10.1)
+ coderay (~> 1.1.0)
+ method_source (~> 0.8.1)
+ slop (~> 3.4)
+ pry-rails (0.3.4)
+ pry (>= 0.9.10)
+ rack (1.6.4)
+ rack-test (0.6.3)
+ rack (>= 1.0)
+ rails (4.2.4)
+ actionmailer (= 4.2.4)
+ actionpack (= 4.2.4)
+ actionview (= 4.2.4)
+ activejob (= 4.2.4)
+ activemodel (= 4.2.4)
+ activerecord (= 4.2.4)
+ activesupport (= 4.2.4)
+ bundler (>= 1.3.0, < 2.0)
+ railties (= 4.2.4)
+ sprockets-rails
+ rails-deprecated_sanitizer (1.0.3)
+ activesupport (>= 4.2.0.alpha)
+ rails-dom-testing (1.0.7)
+ activesupport (>= 4.2.0.beta, < 5.0)
+ nokogiri (~> 1.6.0)
+ rails-deprecated_sanitizer (>= 1.0.1)
+ rails-html-sanitizer (1.0.3)
+ loofah (~> 2.0)
+ rails_12factor (0.0.3)
+ rails_serve_static_assets
+ rails_stdout_logging
+ rails_serve_static_assets (0.0.5)
+ rails_stdout_logging (0.0.5)
+ railties (4.2.4)
+ actionpack (= 4.2.4)
+ activesupport (= 4.2.4)
+ rake (>= 0.8.7)
+ thor (>= 0.18.1, < 2.0)
+ rake (11.2.2)
+ rdoc (4.2.2)
+ json (~> 1.4)
+ rspec (3.5.0)
+ rspec-core (~> 3.5.0)
+ rspec-expectations (~> 3.5.0)
+ rspec-mocks (~> 3.5.0)
+ rspec-core (3.5.2)
+ rspec-support (~> 3.5.0)
+ rspec-expectations (3.5.0)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.5.0)
+ rspec-mocks (3.5.0)
+ diff-lcs (>= 1.2.0, < 2.0)
+ rspec-support (~> 3.5.0)
+ rspec-support (3.5.0)
+ sass (3.4.22)
+ sass-rails (5.0.6)
+ railties (>= 4.0.0, < 6)
+ sass (~> 3.1)
+ sprockets (>= 2.8, < 4.0)
+ sprockets-rails (>= 2.0, < 4.0)
+ tilt (>= 1.1, < 3)
+ sdoc (0.4.1)
+ json (~> 1.7, >= 1.7.7)
+ rdoc (~> 4.0)
+ slop (3.6.0)
+ spring (1.7.2)
+ sprockets (3.7.0)
+ concurrent-ruby (~> 1.0)
+ rack (> 1, < 3)
+ sprockets-rails (3.1.1)
+ actionpack (>= 4.0)
+ activesupport (>= 4.0)
+ sprockets (>= 3.0.0)
+ thor (0.19.1)
+ thread_safe (0.3.5)
+ tilt (2.0.5)
+ tzinfo (1.2.2)
+ thread_safe (~> 0.1)
+ uglifier (3.0.2)
+ execjs (>= 0.3.0, < 3)
+ unf (0.1.4)
+ unf_ext
+ unf_ext (0.0.7.2)
+ web-console (2.3.0)
+ activemodel (>= 4.0)
+ binding_of_caller (>= 0.7.2)
+ railties (>= 4.0)
+ sprockets-rails (>= 2.0, < 4.0)
+
+PLATFORMS
+ ruby
+
+DEPENDENCIES
+ byebug
+ coffee-rails (~> 4.1.0)
+ colorize
+ http
+ jbuilder (~> 2.0)
+ jquery-rails
+ newrelic_rpm
+ pg
+ pry-rails
+ rails (= 4.2.4)
+ rails_12factor
+ rspec
+ sass-rails (~> 5.0)
+ sdoc (~> 0.4.0)
+ spring
+ uglifier (>= 1.3.0)
+ web-console (~> 2.0)
+
+BUNDLED WITH
+ 1.12.5
diff --git a/LICENSE b/LICENSE
deleted file mode 100644
index 5be7356..0000000
--- a/LICENSE
+++ /dev/null
@@ -1,20 +0,0 @@
-The MIT License (MIT)
-
-Copyright (c) 2014 Zipmark, Inc
-
-Permission is hereby granted, free of charge, to any person obtaining a copy of
-this software and associated documentation files (the "Software"), to deal in
-the Software without restriction, including without limitation the rights to
-use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
-the Software, and to permit persons to whom the Software is furnished to do so,
-subject to the following conditions:
-
-The above copyright notice and this permission notice shall be included in all
-copies or substantial portions of the Software.
-
-THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
-FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
-COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
-IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
-CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
diff --git a/README.md b/README.md
index 05296a4..ada5476 100644
--- a/README.md
+++ b/README.md
@@ -1,62 +1,4 @@
-## Welcome
-
-If you are reading this, you probably have interviewed or chatted with someone on the team at Zipmark. This is our standard "toy" project we normally like to work on together to see how you think about problems, model them, and make decisions. If you stumbled upon this project randomly and want to give it a shot, please feel free to fork the project and hack away. We would love to see what you come up with.
-
-An initial version of this project should be doable in a short amount of time (we usually do coding sessions for less than half a day with interviewees), but has many facets that could be improved beyond that inital cut.
-
-## Objective
-
-Build a small application that fetches and updates the Federal Reserve's current list of Banks and Routing numbers and then exposes a JSON API where users can lookup a Bank's details by routing number.
-
-## Resources
-
-* [Fedwire Directory File Format](https://www.frbservices.org/EPaymentsDirectory/achFormat.html)
- * Provides the "rules" for how the bank routing number data file is formatted
-
-* [Bank Data](https://www.frbservices.org/EPaymentsDirectory/FedACHdir.txt)
- * Provides a "fixed-width" data set of all banks registered with the Fed
- * Note: fixed-width semantics can be [found here](http://www.softinterface.com/Convert-XLS/Features/Fixed-Width-Text-File-Definition.htm). You'll want to keep this in mind when thinking of how to parse the data set file
-
-* [Truncated Bank Data](https://gist.github.com/jakehow/3d96b83c4a4a1e6313d4/raw/f2990b4cef86fe9454ba1a643ccee118ca0b5757/truncated_list)
- * A subset of the full Bank Data file above
- * This is the first 100 lines of the file, much easier to deal with if you are requesting it a lot
-
-
-## Getting Started
-
-1. Fork this Repo
-2. Code up your Version
-3. Email us or send a PR so we can check it out
-
-## Example Behavior
-
-`curl http://hostname/banks/123456789`
-
-Output:
-
-```json
-{
- name: "First Bank of Zipmark",
- routing_number: "123456789",
- record_type: "Record Type",
- phone_number: "212-555-1212",
- address: {
- street: "56 W 22nd St",
- street_2: "9th Floor",
- city: "New York",
- state: "NY",
- zip_code: "10010"
- }
-}
-```
-
-## Niceties
-
-* deployable to Heroku
-
-## Ideas for Enhancements
-
-* provide a web client that allows a user to enter a routing number into a form and see the results in a browser
-* scheduling/backgrounding/resilience
-* track updates and changes
-* etc
+## Instructions
+ - bundle install
+ - npm install
+ - bundle exec rake db:reset to re-seed database
diff --git a/Rakefile b/Rakefile
new file mode 100644
index 0000000..ba6b733
--- /dev/null
+++ b/Rakefile
@@ -0,0 +1,6 @@
+# Add your own tasks in files placed in lib/tasks ending in .rake,
+# for example lib/tasks/capistrano.rake, and they will automatically be available to Rake.
+
+require File.expand_path('../config/application', __FILE__)
+
+Rails.application.load_tasks
diff --git a/app/assets/images/.keep b/app/assets/images/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/app/assets/javascripts/application.js b/app/assets/javascripts/application.js
new file mode 100644
index 0000000..646c5ab
--- /dev/null
+++ b/app/assets/javascripts/application.js
@@ -0,0 +1,15 @@
+// This is a manifest file that'll be compiled into application.js, which will include all the files
+// listed below.
+//
+// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
+// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
+//
+// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
+// compiled file.
+//
+// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
+// about supported directives.
+//
+//= require jquery
+//= require jquery_ujs
+//= require_tree .
diff --git a/app/assets/javascripts/banks.coffee b/app/assets/javascripts/banks.coffee
new file mode 100644
index 0000000..24f83d1
--- /dev/null
+++ b/app/assets/javascripts/banks.coffee
@@ -0,0 +1,3 @@
+# Place all the behaviors and hooks related to the matching controller here.
+# All this logic will automatically be available in application.js.
+# You can use CoffeeScript in this file: http://coffeescript.org/
diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css
new file mode 100644
index 0000000..f9cd5b3
--- /dev/null
+++ b/app/assets/stylesheets/application.css
@@ -0,0 +1,15 @@
+/*
+ * This is a manifest file that'll be compiled into application.css, which will include all the files
+ * listed below.
+ *
+ * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
+ * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
+ *
+ * You're free to add application-wide styles to this file and they'll appear at the bottom of the
+ * compiled file so the styles you add here take precedence over styles defined in any styles
+ * defined in the other CSS/SCSS files in this directory. It is generally better to create a new
+ * file per style scope.
+ *
+ *= require_tree .
+ *= require_self
+ */
diff --git a/app/assets/stylesheets/banks.scss b/app/assets/stylesheets/banks.scss
new file mode 100644
index 0000000..c02cea9
--- /dev/null
+++ b/app/assets/stylesheets/banks.scss
@@ -0,0 +1,21 @@
+
+.data-field{
+ font-weight: bold;
+ border-bottom: 1px solid #dadada;
+ padding: 10px;
+ padding-left: 0;
+}
+
+.data-field > span{
+ font-weight: normal;;
+}
+
+.bank-box{
+ display: inline-block;
+}
+
+.error{
+ font-style: italic;
+ color: red;
+ margin: 5px;
+}
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb
new file mode 100644
index 0000000..d83690e
--- /dev/null
+++ b/app/controllers/application_controller.rb
@@ -0,0 +1,5 @@
+class ApplicationController < ActionController::Base
+ # Prevent CSRF attacks by raising an exception.
+ # For APIs, you may want to use :null_session instead.
+ protect_from_forgery with: :exception
+end
diff --git a/app/controllers/banks_controller.rb b/app/controllers/banks_controller.rb
new file mode 100644
index 0000000..ab04ea9
--- /dev/null
+++ b/app/controllers/banks_controller.rb
@@ -0,0 +1,6 @@
+class BanksController < ApplicationController
+ def show
+ @bank = Bank.find_by(routing_num: params[:id])
+ render json: {error: "No bank found with that routing number, try again."} unless @bank
+ end
+end
diff --git a/app/controllers/concerns/.keep b/app/controllers/concerns/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/app/controllers/static_pages_controller.rb b/app/controllers/static_pages_controller.rb
new file mode 100644
index 0000000..6368f69
--- /dev/null
+++ b/app/controllers/static_pages_controller.rb
@@ -0,0 +1,4 @@
+class StaticPagesController < ApplicationController
+ def root
+ end
+end
diff --git a/app/helpers/application_helper.rb b/app/helpers/application_helper.rb
new file mode 100644
index 0000000..de6be79
--- /dev/null
+++ b/app/helpers/application_helper.rb
@@ -0,0 +1,2 @@
+module ApplicationHelper
+end
diff --git a/app/helpers/banks_helper.rb b/app/helpers/banks_helper.rb
new file mode 100644
index 0000000..3954a29
--- /dev/null
+++ b/app/helpers/banks_helper.rb
@@ -0,0 +1,2 @@
+module BanksHelper
+end
diff --git a/app/mailers/.keep b/app/mailers/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/app/models/.keep b/app/models/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/app/models/bank.rb b/app/models/bank.rb
new file mode 100644
index 0000000..a663908
--- /dev/null
+++ b/app/models/bank.rb
@@ -0,0 +1,13 @@
+class Bank < ActiveRecord::Base
+ validates :routing_num, presence: true
+
+ def record_type
+ types = [
+ "Federal Reserve Bank",
+ "Send items to customer routing number",
+ "Send items to customer using new routing number field"
+ ]
+ types[self.record_type_code]
+ end
+
+end
diff --git a/app/models/concerns/.keep b/app/models/concerns/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/app/views/banks/show.json.jbuilder b/app/views/banks/show.json.jbuilder
new file mode 100644
index 0000000..bff1a31
--- /dev/null
+++ b/app/views/banks/show.json.jbuilder
@@ -0,0 +1,18 @@
+json.record_type @bank.record_type
+
+json.extract! @bank,
+ :cust_name,
+ :routing_num,
+ :tel_number,
+ :street_address,
+ :city,
+ :state,
+ :zipcode,
+ :zipcode_ext,
+ :record_type_code,
+ :frb_num,
+ :new_routing_num,
+ :data_view_code,
+ :office_code,
+ :last_change_date,
+ :inst_status__code
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb
new file mode 100644
index 0000000..7141985
--- /dev/null
+++ b/app/views/layouts/application.html.erb
@@ -0,0 +1,14 @@
+
+
+
+ ZipChallenge
+ <%= stylesheet_link_tag 'application', media: 'all' %>
+ <%= javascript_include_tag 'application' %>
+ <%= csrf_meta_tags %>
+
+
+
+<%= yield %>
+
+
+
diff --git a/app/views/static_pages/root.html b/app/views/static_pages/root.html
new file mode 100644
index 0000000..1c70450
--- /dev/null
+++ b/app/views/static_pages/root.html
@@ -0,0 +1 @@
+
Replace me with React
diff --git a/bin/bundle b/bin/bundle
new file mode 100755
index 0000000..66e9889
--- /dev/null
+++ b/bin/bundle
@@ -0,0 +1,3 @@
+#!/usr/bin/env ruby
+ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
+load Gem.bin_path('bundler', 'bundle')
diff --git a/bin/rails b/bin/rails
new file mode 100755
index 0000000..0138d79
--- /dev/null
+++ b/bin/rails
@@ -0,0 +1,9 @@
+#!/usr/bin/env ruby
+begin
+ load File.expand_path('../spring', __FILE__)
+rescue LoadError => e
+ raise unless e.message.include?('spring')
+end
+APP_PATH = File.expand_path('../../config/application', __FILE__)
+require_relative '../config/boot'
+require 'rails/commands'
diff --git a/bin/rake b/bin/rake
new file mode 100755
index 0000000..d87d5f5
--- /dev/null
+++ b/bin/rake
@@ -0,0 +1,9 @@
+#!/usr/bin/env ruby
+begin
+ load File.expand_path('../spring', __FILE__)
+rescue LoadError => e
+ raise unless e.message.include?('spring')
+end
+require_relative '../config/boot'
+require 'rake'
+Rake.application.run
diff --git a/bin/setup b/bin/setup
new file mode 100755
index 0000000..acdb2c1
--- /dev/null
+++ b/bin/setup
@@ -0,0 +1,29 @@
+#!/usr/bin/env ruby
+require 'pathname'
+
+# path to your application root.
+APP_ROOT = Pathname.new File.expand_path('../../', __FILE__)
+
+Dir.chdir APP_ROOT do
+ # This script is a starting point to setup your application.
+ # Add necessary setup steps to this file:
+
+ puts "== Installing dependencies =="
+ system "gem install bundler --conservative"
+ system "bundle check || bundle install"
+
+ # puts "\n== Copying sample files =="
+ # unless File.exist?("config/database.yml")
+ # system "cp config/database.yml.sample config/database.yml"
+ # end
+
+ puts "\n== Preparing database =="
+ system "bin/rake db:setup"
+
+ puts "\n== Removing old logs and tempfiles =="
+ system "rm -f log/*"
+ system "rm -rf tmp/cache"
+
+ puts "\n== Restarting application server =="
+ system "touch tmp/restart.txt"
+end
diff --git a/bin/spring b/bin/spring
new file mode 100755
index 0000000..7fe232c
--- /dev/null
+++ b/bin/spring
@@ -0,0 +1,15 @@
+#!/usr/bin/env ruby
+
+# This file loads spring without using Bundler, in order to be fast.
+# It gets overwritten when you run the `spring binstub` command.
+
+unless defined?(Spring)
+ require 'rubygems'
+ require 'bundler'
+
+ if (match = Bundler.default_lockfile.read.match(/^GEM$.*?^ (?: )*spring \((.*?)\)$.*?^$/m))
+ Gem.paths = { 'GEM_PATH' => [Bundler.bundle_path.to_s, *Gem.path].uniq.join(Gem.path_separator) }
+ gem 'spring', match[1]
+ require 'spring/binstub'
+ end
+end
diff --git a/config.ru b/config.ru
new file mode 100644
index 0000000..bd83b25
--- /dev/null
+++ b/config.ru
@@ -0,0 +1,4 @@
+# This file is used by Rack-based servers to start the application.
+
+require ::File.expand_path('../config/environment', __FILE__)
+run Rails.application
diff --git a/config/application.rb b/config/application.rb
new file mode 100644
index 0000000..f8542b2
--- /dev/null
+++ b/config/application.rb
@@ -0,0 +1,26 @@
+require File.expand_path('../boot', __FILE__)
+
+require 'rails/all'
+
+# Require the gems listed in Gemfile, including any gems
+# you've limited to :test, :development, or :production.
+Bundler.require(*Rails.groups)
+
+module ZipChallenge
+ class Application < Rails::Application
+ # Settings in config/environments/* take precedence over those specified here.
+ # Application configuration should go into files in config/initializers
+ # -- all .rb files in that directory are automatically loaded.
+
+ # Set Time.zone default to the specified zone and make Active Record auto-convert to this zone.
+ # Run "rake -D time" for a list of tasks for finding time zone names. Default is UTC.
+ # config.time_zone = 'Central Time (US & Canada)'
+
+ # The default locale is :en and all translations from config/locales/*.rb,yml are auto loaded.
+ # config.i18n.load_path += Dir[Rails.root.join('my', 'locales', '*.{rb,yml}').to_s]
+ # config.i18n.default_locale = :de
+
+ # Do not swallow errors in after_commit/after_rollback callbacks.
+ config.active_record.raise_in_transactional_callbacks = true
+ end
+end
diff --git a/config/boot.rb b/config/boot.rb
new file mode 100644
index 0000000..6b750f0
--- /dev/null
+++ b/config/boot.rb
@@ -0,0 +1,3 @@
+ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
+
+require 'bundler/setup' # Set up gems listed in the Gemfile.
diff --git a/config/database.yml b/config/database.yml
new file mode 100644
index 0000000..bfb2908
--- /dev/null
+++ b/config/database.yml
@@ -0,0 +1,85 @@
+# PostgreSQL. Versions 8.2 and up are supported.
+#
+# Install the pg driver:
+# gem install pg
+# On OS X with Homebrew:
+# gem install pg -- --with-pg-config=/usr/local/bin/pg_config
+# On OS X with MacPorts:
+# gem install pg -- --with-pg-config=/opt/local/lib/postgresql84/bin/pg_config
+# On Windows:
+# gem install pg
+# Choose the win32 build.
+# Install PostgreSQL and put its /bin directory on your path.
+#
+# Configure Using Gemfile
+# gem 'pg'
+#
+default: &default
+ adapter: postgresql
+ encoding: unicode
+ # For details on connection pooling, see rails configuration guide
+ # http://guides.rubyonrails.org/configuring.html#database-pooling
+ pool: 5
+
+development:
+ <<: *default
+ database: ZipChallenge_development
+
+ # The specified database role being used to connect to postgres.
+ # To create additional roles in postgres see `$ createuser --help`.
+ # When left blank, postgres will use the default role. This is
+ # the same name as the operating system user that initialized the database.
+ #username: ZipChallenge
+
+ # The password associated with the postgres role (username).
+ #password:
+
+ # Connect on a TCP socket. Omitted by default since the client uses a
+ # domain socket that doesn't need configuration. Windows does not have
+ # domain sockets, so uncomment these lines.
+ #host: localhost
+
+ # The TCP port the server listens on. Defaults to 5432.
+ # If your server runs on a different port number, change accordingly.
+ #port: 5432
+
+ # Schema search path. The server defaults to $user,public
+ #schema_search_path: myapp,sharedapp,public
+
+ # Minimum log levels, in increasing order:
+ # debug5, debug4, debug3, debug2, debug1,
+ # log, notice, warning, error, fatal, and panic
+ # Defaults to warning.
+ #min_messages: notice
+
+# Warning: The database defined as "test" will be erased and
+# re-generated from your development database when you run "rake".
+# Do not set this db to the same as development or production.
+test:
+ <<: *default
+ database: ZipChallenge_test
+
+# As with config/secrets.yml, you never want to store sensitive information,
+# like your database password, in your source code. If your source code is
+# ever seen by anyone, they now have access to your database.
+#
+# Instead, provide the password as a unix environment variable when you boot
+# the app. Read http://guides.rubyonrails.org/configuring.html#configuring-a-database
+# for a full rundown on how to provide these environment variables in a
+# production deployment.
+#
+# On Heroku and other platform providers, you may have a full connection URL
+# available as an environment variable. For example:
+#
+# DATABASE_URL="postgres://myuser:mypass@localhost/somedatabase"
+#
+# You can use this database configuration with:
+#
+# production:
+# url: <%= ENV['DATABASE_URL'] %>
+#
+production:
+ <<: *default
+ database: ZipChallenge_production
+ username: ZipChallenge
+ password: <%= ENV['ZIPCHALLENGE_DATABASE_PASSWORD'] %>
diff --git a/config/environment.rb b/config/environment.rb
new file mode 100644
index 0000000..ee8d90d
--- /dev/null
+++ b/config/environment.rb
@@ -0,0 +1,5 @@
+# Load the Rails application.
+require File.expand_path('../application', __FILE__)
+
+# Initialize the Rails application.
+Rails.application.initialize!
diff --git a/config/environments/development.rb b/config/environments/development.rb
new file mode 100644
index 0000000..b55e214
--- /dev/null
+++ b/config/environments/development.rb
@@ -0,0 +1,41 @@
+Rails.application.configure do
+ # Settings specified here will take precedence over those in config/application.rb.
+
+ # In the development environment your application's code is reloaded on
+ # every request. This slows down response time but is perfect for development
+ # since you don't have to restart the web server when you make code changes.
+ config.cache_classes = false
+
+ # Do not eager load code on boot.
+ config.eager_load = false
+
+ # Show full error reports and disable caching.
+ config.consider_all_requests_local = true
+ config.action_controller.perform_caching = false
+
+ # Don't care if the mailer can't send.
+ config.action_mailer.raise_delivery_errors = false
+
+ # Print deprecation notices to the Rails logger.
+ config.active_support.deprecation = :log
+
+ # Raise an error on page load if there are pending migrations.
+ config.active_record.migration_error = :page_load
+
+ # Debug mode disables concatenation and preprocessing of assets.
+ # This option may cause significant delays in view rendering with a large
+ # number of complex assets.
+ config.assets.debug = true
+
+ # Asset digests allow you to set far-future HTTP expiration dates on all assets,
+ # yet still be able to expire them through the digest params.
+ config.assets.digest = true
+
+ # Adds additional error checking when serving assets at runtime.
+ # Checks for improperly declared sprockets dependencies.
+ # Raises helpful error messages.
+ config.assets.raise_runtime_errors = true
+
+ # Raises error for missing translations
+ # config.action_view.raise_on_missing_translations = true
+end
diff --git a/config/environments/production.rb b/config/environments/production.rb
new file mode 100644
index 0000000..5c1b32e
--- /dev/null
+++ b/config/environments/production.rb
@@ -0,0 +1,79 @@
+Rails.application.configure do
+ # Settings specified here will take precedence over those in config/application.rb.
+
+ # Code is not reloaded between requests.
+ config.cache_classes = true
+
+ # Eager load code on boot. This eager loads most of Rails and
+ # your application in memory, allowing both threaded web servers
+ # and those relying on copy on write to perform better.
+ # Rake tasks automatically ignore this option for performance.
+ config.eager_load = true
+
+ # Full error reports are disabled and caching is turned on.
+ config.consider_all_requests_local = false
+ config.action_controller.perform_caching = true
+
+ # Enable Rack::Cache to put a simple HTTP cache in front of your application
+ # Add `rack-cache` to your Gemfile before enabling this.
+ # For large-scale production use, consider using a caching reverse proxy like
+ # NGINX, varnish or squid.
+ # config.action_dispatch.rack_cache = true
+
+ # Disable serving static files from the `/public` folder by default since
+ # Apache or NGINX already handles this.
+ config.serve_static_files = ENV['RAILS_SERVE_STATIC_FILES'].present?
+
+ # Compress JavaScripts and CSS.
+ config.assets.js_compressor = :uglifier
+ # config.assets.css_compressor = :sass
+
+ # Do not fallback to assets pipeline if a precompiled asset is missed.
+ config.assets.compile = false
+
+ # Asset digests allow you to set far-future HTTP expiration dates on all assets,
+ # yet still be able to expire them through the digest params.
+ config.assets.digest = true
+
+ # `config.assets.precompile` and `config.assets.version` have moved to config/initializers/assets.rb
+
+ # Specifies the header that your server uses for sending files.
+ # config.action_dispatch.x_sendfile_header = 'X-Sendfile' # for Apache
+ # config.action_dispatch.x_sendfile_header = 'X-Accel-Redirect' # for NGINX
+
+ # Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
+ # config.force_ssl = true
+
+ # Use the lowest log level to ensure availability of diagnostic information
+ # when problems arise.
+ config.log_level = :debug
+
+ # Prepend all log lines with the following tags.
+ # config.log_tags = [ :subdomain, :uuid ]
+
+ # Use a different logger for distributed setups.
+ # config.logger = ActiveSupport::TaggedLogging.new(SyslogLogger.new)
+
+ # Use a different cache store in production.
+ # config.cache_store = :mem_cache_store
+
+ # Enable serving of images, stylesheets, and JavaScripts from an asset server.
+ # config.action_controller.asset_host = 'http://assets.example.com'
+
+ # Ignore bad email addresses and do not raise email delivery errors.
+ # Set this to true and configure the email server for immediate delivery to raise delivery errors.
+ # config.action_mailer.raise_delivery_errors = false
+
+ # Enable locale fallbacks for I18n (makes lookups for any locale fall back to
+ # the I18n.default_locale when a translation cannot be found).
+ config.i18n.fallbacks = true
+
+ # Send deprecation notices to registered listeners.
+ config.active_support.deprecation = :notify
+
+ # Use default logging formatter so that PID and timestamp are not suppressed.
+ config.log_formatter = ::Logger::Formatter.new
+
+ # Do not dump schema after migrations.
+ config.active_record.dump_schema_after_migration = false
+end
diff --git a/config/environments/test.rb b/config/environments/test.rb
new file mode 100644
index 0000000..1c19f08
--- /dev/null
+++ b/config/environments/test.rb
@@ -0,0 +1,42 @@
+Rails.application.configure do
+ # Settings specified here will take precedence over those in config/application.rb.
+
+ # The test environment is used exclusively to run your application's
+ # test suite. You never need to work with it otherwise. Remember that
+ # your test database is "scratch space" for the test suite and is wiped
+ # and recreated between test runs. Don't rely on the data there!
+ config.cache_classes = true
+
+ # Do not eager load code on boot. This avoids loading your whole application
+ # just for the purpose of running a single test. If you are using a tool that
+ # preloads Rails for running tests, you may have to set it to true.
+ config.eager_load = false
+
+ # Configure static file server for tests with Cache-Control for performance.
+ config.serve_static_files = true
+ config.static_cache_control = 'public, max-age=3600'
+
+ # Show full error reports and disable caching.
+ config.consider_all_requests_local = true
+ config.action_controller.perform_caching = false
+
+ # Raise exceptions instead of rendering exception templates.
+ config.action_dispatch.show_exceptions = false
+
+ # Disable request forgery protection in test environment.
+ config.action_controller.allow_forgery_protection = false
+
+ # Tell Action Mailer not to deliver emails to the real world.
+ # The :test delivery method accumulates sent emails in the
+ # ActionMailer::Base.deliveries array.
+ config.action_mailer.delivery_method = :test
+
+ # Randomize the order test cases are executed.
+ config.active_support.test_order = :random
+
+ # Print deprecation notices to the stderr.
+ config.active_support.deprecation = :stderr
+
+ # Raises error for missing translations
+ # config.action_view.raise_on_missing_translations = true
+end
diff --git a/config/initializers/assets.rb b/config/initializers/assets.rb
new file mode 100644
index 0000000..01ef3e6
--- /dev/null
+++ b/config/initializers/assets.rb
@@ -0,0 +1,11 @@
+# Be sure to restart your server when you modify this file.
+
+# Version of your assets, change this if you want to expire all your assets.
+Rails.application.config.assets.version = '1.0'
+
+# Add additional assets to the asset load path
+# Rails.application.config.assets.paths << Emoji.images_path
+
+# Precompile additional assets.
+# application.js, application.css, and all non-JS/CSS in app/assets folder are already added.
+# Rails.application.config.assets.precompile += %w( search.js )
diff --git a/config/initializers/backtrace_silencers.rb b/config/initializers/backtrace_silencers.rb
new file mode 100644
index 0000000..59385cd
--- /dev/null
+++ b/config/initializers/backtrace_silencers.rb
@@ -0,0 +1,7 @@
+# Be sure to restart your server when you modify this file.
+
+# You can add backtrace silencers for libraries that you're using but don't wish to see in your backtraces.
+# Rails.backtrace_cleaner.add_silencer { |line| line =~ /my_noisy_library/ }
+
+# You can also remove all the silencers if you're trying to debug a problem that might stem from framework code.
+# Rails.backtrace_cleaner.remove_silencers!
diff --git a/config/initializers/cookies_serializer.rb b/config/initializers/cookies_serializer.rb
new file mode 100644
index 0000000..7f70458
--- /dev/null
+++ b/config/initializers/cookies_serializer.rb
@@ -0,0 +1,3 @@
+# Be sure to restart your server when you modify this file.
+
+Rails.application.config.action_dispatch.cookies_serializer = :json
diff --git a/config/initializers/filter_parameter_logging.rb b/config/initializers/filter_parameter_logging.rb
new file mode 100644
index 0000000..4a994e1
--- /dev/null
+++ b/config/initializers/filter_parameter_logging.rb
@@ -0,0 +1,4 @@
+# Be sure to restart your server when you modify this file.
+
+# Configure sensitive parameters which will be filtered from the log file.
+Rails.application.config.filter_parameters += [:password]
diff --git a/config/initializers/inflections.rb b/config/initializers/inflections.rb
new file mode 100644
index 0000000..ac033bf
--- /dev/null
+++ b/config/initializers/inflections.rb
@@ -0,0 +1,16 @@
+# Be sure to restart your server when you modify this file.
+
+# Add new inflection rules using the following format. Inflections
+# are locale specific, and you may define rules for as many different
+# locales as you wish. All of these examples are active by default:
+# ActiveSupport::Inflector.inflections(:en) do |inflect|
+# inflect.plural /^(ox)$/i, '\1en'
+# inflect.singular /^(ox)en/i, '\1'
+# inflect.irregular 'person', 'people'
+# inflect.uncountable %w( fish sheep )
+# end
+
+# These inflection rules are supported but not enabled by default:
+# ActiveSupport::Inflector.inflections(:en) do |inflect|
+# inflect.acronym 'RESTful'
+# end
diff --git a/config/initializers/mime_types.rb b/config/initializers/mime_types.rb
new file mode 100644
index 0000000..dc18996
--- /dev/null
+++ b/config/initializers/mime_types.rb
@@ -0,0 +1,4 @@
+# Be sure to restart your server when you modify this file.
+
+# Add new mime types for use in respond_to blocks:
+# Mime::Type.register "text/richtext", :rtf
diff --git a/config/initializers/session_store.rb b/config/initializers/session_store.rb
new file mode 100644
index 0000000..9f47a4d
--- /dev/null
+++ b/config/initializers/session_store.rb
@@ -0,0 +1,3 @@
+# Be sure to restart your server when you modify this file.
+
+Rails.application.config.session_store :cookie_store, key: '_ZipChallenge_session'
diff --git a/config/initializers/wrap_parameters.rb b/config/initializers/wrap_parameters.rb
new file mode 100644
index 0000000..33725e9
--- /dev/null
+++ b/config/initializers/wrap_parameters.rb
@@ -0,0 +1,14 @@
+# Be sure to restart your server when you modify this file.
+
+# This file contains settings for ActionController::ParamsWrapper which
+# is enabled by default.
+
+# Enable parameter wrapping for JSON. You can disable this by setting :format to an empty array.
+ActiveSupport.on_load(:action_controller) do
+ wrap_parameters format: [:json] if respond_to?(:wrap_parameters)
+end
+
+# To enable root element in JSON for ActiveRecord objects.
+# ActiveSupport.on_load(:active_record) do
+# self.include_root_in_json = true
+# end
diff --git a/config/locales/en.yml b/config/locales/en.yml
new file mode 100644
index 0000000..0653957
--- /dev/null
+++ b/config/locales/en.yml
@@ -0,0 +1,23 @@
+# Files in the config/locales directory are used for internationalization
+# and are automatically loaded by Rails. If you want to use locales other
+# than English, add the necessary files in this directory.
+#
+# To use the locales, use `I18n.t`:
+#
+# I18n.t 'hello'
+#
+# In views, this is aliased to just `t`:
+#
+# <%= t('hello') %>
+#
+# To use a different locale, set it with `I18n.locale`:
+#
+# I18n.locale = :es
+#
+# This would use the information in config/locales/es.yml.
+#
+# To learn more, please read the Rails Internationalization guide
+# available at http://guides.rubyonrails.org/i18n.html.
+
+en:
+ hello: "Hello world"
diff --git a/config/routes.rb b/config/routes.rb
new file mode 100644
index 0000000..9fb1197
--- /dev/null
+++ b/config/routes.rb
@@ -0,0 +1,4 @@
+Rails.application.routes.draw do
+ root to: "static_pages#root"
+ resources :banks, only:[:show]
+end
diff --git a/config/secrets.yml b/config/secrets.yml
new file mode 100644
index 0000000..d1d4d6d
--- /dev/null
+++ b/config/secrets.yml
@@ -0,0 +1,22 @@
+# Be sure to restart your server when you modify this file.
+
+# Your secret key is used for verifying the integrity of signed cookies.
+# If you change this key, all old signed cookies will become invalid!
+
+# Make sure the secret is at least 30 characters and all random,
+# no regular words or you'll be exposed to dictionary attacks.
+# You can use `rake secret` to generate a secure secret key.
+
+# Make sure the secrets in this file are kept private
+# if you're sharing your code publicly.
+
+development:
+ secret_key_base: 558b3a025a1671e540c5ea6ba8c4e5b5bec535554e4f28c9b9f2276c24c4f708e04f0298e2071bb8cc0b25119341b18ecdf50d3eaa4ac47205a410fce80fe0c5
+
+test:
+ secret_key_base: be295e506cbccfa507661557b04a0319a368e7a57ed568576d3d06c582964fccc18b970c0138a8844f7dc2c6785e1043944ce511952812bba79894f786d1d387
+
+# Do not keep production secrets in the repository,
+# instead read values from the environment.
+production:
+ secret_key_base: <%= ENV["SECRET_KEY_BASE"] %>
diff --git a/db/migrate/20160825222150_create_banks.rb b/db/migrate/20160825222150_create_banks.rb
new file mode 100644
index 0000000..d0a5722
--- /dev/null
+++ b/db/migrate/20160825222150_create_banks.rb
@@ -0,0 +1,25 @@
+class CreateBanks < ActiveRecord::Migration
+ def change
+ create_table :banks do |t|
+ t.integer :routing_num, null:false
+ t.string :office_code
+ t.integer :frb_num
+ t.integer :record_type_code
+ t.datetime :last_change_date
+ t.integer :new_routing_num
+ t.text :cust_name
+ t.text :address
+ t.text :city
+ t.integer :state_code
+ t.integer :zipcode
+ t.integer :zipcode_ext
+ t.integer :tel_area_code
+ t.integer :tel_prefix
+ t.integer :tel_suffix
+ t.integer :inst_status__code
+ t.integer :data_view_code
+
+ t.timestamps null: false
+ end
+ end
+end
diff --git a/db/migrate/20160826120038_change_city_code_type.rb b/db/migrate/20160826120038_change_city_code_type.rb
new file mode 100644
index 0000000..edd97ab
--- /dev/null
+++ b/db/migrate/20160826120038_change_city_code_type.rb
@@ -0,0 +1,5 @@
+class ChangeCityCodeType < ActiveRecord::Migration
+ def change
+ change_column :banks, :state_code, :string
+ end
+end
diff --git a/db/migrate/20160826185127_change_int_conversion.rb b/db/migrate/20160826185127_change_int_conversion.rb
new file mode 100644
index 0000000..2967e65
--- /dev/null
+++ b/db/migrate/20160826185127_change_int_conversion.rb
@@ -0,0 +1,11 @@
+class ChangeIntConversion < ActiveRecord::Migration
+ def change
+ change_column :banks, :routing_num, :string
+ change_column :banks, :new_routing_num, :string
+ change_column :banks, :tel_area_code, :string
+ change_column :banks, :tel_prefix, :string
+ change_column :banks, :tel_suffix, :string
+ change_column :banks, :zipcode, :string
+ change_column :banks, :zipcode_ext, :string
+ end
+end
diff --git a/db/migrate/20160830154900_update_column_format.rb b/db/migrate/20160830154900_update_column_format.rb
new file mode 100644
index 0000000..7ad81ba
--- /dev/null
+++ b/db/migrate/20160830154900_update_column_format.rb
@@ -0,0 +1,13 @@
+class UpdateColumnFormat < ActiveRecord::Migration
+ def change
+ add_column :banks, :tel_number, :string
+ add_column :banks, :street_address, :string
+ add_column :banks, :state, :string
+ remove_column :banks, :address, :string
+ remove_column :banks, :state_code, :string
+ remove_column :banks, :tel_area_code, :string
+ remove_column :banks, :tel_prefix, :string
+ remove_column :banks, :tel_suffix, :string
+ change_column :banks, :last_change_date, :string
+ end
+end
diff --git a/db/schema.rb b/db/schema.rb
new file mode 100644
index 0000000..6a34e9b
--- /dev/null
+++ b/db/schema.rb
@@ -0,0 +1,39 @@
+# encoding: UTF-8
+# This file is auto-generated from the current state of the database. Instead
+# of editing this file, please use the migrations feature of Active Record to
+# incrementally modify your database, and then regenerate this schema definition.
+#
+# Note that this schema.rb definition is the authoritative source for your
+# database schema. If you need to create the application database on another
+# system, you should be using db:schema:load, not running all the migrations
+# from scratch. The latter is a flawed and unsustainable approach (the more migrations
+# you'll amass, the slower it'll run and the greater likelihood for issues).
+#
+# It's strongly recommended that you check this file into your version control system.
+
+ActiveRecord::Schema.define(version: 20160830154900) do
+
+ # These are extensions that must be enabled in order to support this database
+ enable_extension "plpgsql"
+
+ create_table "banks", force: :cascade do |t|
+ t.string "routing_num", null: false
+ t.string "office_code"
+ t.integer "frb_num"
+ t.integer "record_type_code"
+ t.string "last_change_date"
+ t.string "new_routing_num"
+ t.text "cust_name"
+ t.text "city"
+ t.string "zipcode"
+ t.string "zipcode_ext"
+ t.integer "inst_status__code"
+ t.integer "data_view_code"
+ t.datetime "created_at", null: false
+ t.datetime "updated_at", null: false
+ t.string "tel_number"
+ t.string "street_address"
+ t.string "state"
+ end
+
+end
diff --git a/db/seeds.rb b/db/seeds.rb
new file mode 100644
index 0000000..128872c
--- /dev/null
+++ b/db/seeds.rb
@@ -0,0 +1,8 @@
+require_relative '../lib/bank_data_parser.rb'
+require_relative '../lib/bank_data_fetcher.rb'
+
+parsed_banks = BankDataParser.new(BankDataFetcher.fetch).banks
+
+parsed_banks.each do |bank_data|
+ Bank.create(bank_data)
+end
diff --git a/frontend/actions/actions.js b/frontend/actions/actions.js
new file mode 100644
index 0000000..dddd8c0
--- /dev/null
+++ b/frontend/actions/actions.js
@@ -0,0 +1,20 @@
+const AppDispatcher = require("dispatcher");
+const Constants = require("constants/constants");
+const BankApiUtil = require("util/bank_api_util");
+
+const Actions = {
+
+ getBank(routingNumber){
+ BankApiUtil.getBank(routingNumber, this.receiveBank);
+ },
+
+ receiveBank (bank) {
+ AppDispatcher.dispatch({
+ actionType: Constants.BANK_RECEIVED,
+ bank: bank
+ });
+ },
+
+};
+
+module.exports = Actions;
diff --git a/frontend/components/bank_display.jsx b/frontend/components/bank_display.jsx
new file mode 100644
index 0000000..abd7171
--- /dev/null
+++ b/frontend/components/bank_display.jsx
@@ -0,0 +1,46 @@
+const React = require('react');
+const BankDisplyField = require('components/bank_display_field');
+
+const BankDisplay = React.createClass({
+
+ bankFields(){
+ let bank = this.props.data;
+ return {
+ "Bank": bank.cust_name,
+ "Routing Number": bank.routing_num,
+ "Telephone": bank.tel_number,
+ "Address": bank.street_address,
+ "City": bank.city,
+ "State": bank.state,
+ "Zip": bank.zipcode,
+ "Zip-ext": bank.zipcode_ext,
+ "Record Type": bank.record_type,
+ "Record Type Code": bank.record_type_code,
+ "Servicing FRB Number": bank.frb_num,
+ "New Routing Number": bank.new_routing_num,
+ "Data View Code": bank.data_view_code,
+ "Office Code": bank.office_code,
+ "Date last changed": bank.last_change_date,
+ "Status Code": bank.inst_status__code
+ };
+ },
+
+ fieldComponents(){
+ return Object.keys(this.bankFields()).map((field, idx)=>{
+ return (
+
+ );
+ });
+ },
+
+ render() {
+ let bank = this.props.data;
+ return (
+
+ { this.fieldComponents() }
+
+ );
+ }
+});
+
+module.exports = BankDisplay;
diff --git a/frontend/components/bank_display_field.jsx b/frontend/components/bank_display_field.jsx
new file mode 100644
index 0000000..ee2d542
--- /dev/null
+++ b/frontend/components/bank_display_field.jsx
@@ -0,0 +1,14 @@
+const React = require('react');
+
+const BankDisplyField = React.createClass({
+
+ render() {
+ return (
+
+ { this.props.label }: { this.props.value }
+
+ );
+ }
+});
+
+module.exports = BankDisplyField;
diff --git a/frontend/constants/constants.js b/frontend/constants/constants.js
new file mode 100644
index 0000000..7e2aea4
--- /dev/null
+++ b/frontend/constants/constants.js
@@ -0,0 +1,3 @@
+module.exports = {
+ BANKS_RECEIVED: "BANK_RECEIVED",
+};
diff --git a/frontend/dispatcher/index.js b/frontend/dispatcher/index.js
new file mode 100644
index 0000000..bc823ed
--- /dev/null
+++ b/frontend/dispatcher/index.js
@@ -0,0 +1,4 @@
+const Dispatcher = require('flux').Dispatcher;
+const AppDispatcher = new Dispatcher();
+
+module.exports = AppDispatcher;
diff --git a/frontend/entry.jsx b/frontend/entry.jsx
new file mode 100644
index 0000000..84ff50e
--- /dev/null
+++ b/frontend/entry.jsx
@@ -0,0 +1,60 @@
+const ReactDOM = require('react-dom');
+const React = require('react');
+const Constants = require("./constants/constants");
+const BankDisplay = require("./components/bank_display");
+const Actions = require("./actions/actions");
+const BankStore = require("./stores/bank_store");
+
+
+const App = React.createClass({
+
+ getInitialState(){
+ return ({ search: "", bank: {} });
+ },
+
+ changeSearch(e){
+ this.setState({ search: e.target.value });
+ },
+
+ componentDidMount(){
+ BankStore.addListener(this.updateBank);
+ },
+
+ updateBank(){
+ this.setState({ bank:BankStore.searchedBank() });
+ },
+
+ changeHandler(){
+ this.setState({ bank: BankStore.searchedBank() });
+ },
+
+ submitSearch(){
+ Actions.getBank(this.state.search);
+ },
+
+ formattedBank(){
+ let bank = Enter a routing number
;
+ if (this.state.bank.cust_name){
+ bank = ;
+ } else {
+ bank = {this.state.bank.error}
;
+ }
+ return bank;
+ },
+
+ render() {
+ return (
+
+
+
+ Search
+
+ {this.formattedBank()}
+
+ );
+ }
+});
+
+document.addEventListener("DOMContentLoaded", () => {
+ ReactDOM.render( , document.querySelector("#content"));
+});
diff --git a/frontend/stores/bank_store.js b/frontend/stores/bank_store.js
new file mode 100644
index 0000000..ead7d10
--- /dev/null
+++ b/frontend/stores/bank_store.js
@@ -0,0 +1,25 @@
+const Store = require('flux/utils').Store;
+const Constants = require('constants/constants.js');
+const AppDispatcher = require("dispatcher");
+const BankStore = new Store(AppDispatcher);
+
+let _bank = {};
+
+const setBank = function (bank) {
+ _bank = bank;
+};
+
+BankStore.searchedBank = function () {
+ return Object.assign({}, _bank);
+};
+
+BankStore.__onDispatch = function (payload) {
+ switch (payload.actionType) {
+ case Constants.BANK_RECEIVED:
+ setBank(payload.bank);
+ BankStore.__emitChange();
+ break;
+ }
+};
+
+module.exports = BankStore;
diff --git a/frontend/util/bank_api_util.js b/frontend/util/bank_api_util.js
new file mode 100644
index 0000000..085a45f
--- /dev/null
+++ b/frontend/util/bank_api_util.js
@@ -0,0 +1,10 @@
+module.exports = {
+ getBank (routingNumber, callback) {
+ $.ajax({
+ url: `banks/${routingNumber}`,
+ success (bank) {
+ callback(bank);
+ }
+ });
+ }
+};
diff --git a/lib/assets/.keep b/lib/assets/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/lib/bank_data_fetcher.rb b/lib/bank_data_fetcher.rb
new file mode 100644
index 0000000..c3e14a3
--- /dev/null
+++ b/lib/bank_data_fetcher.rb
@@ -0,0 +1,7 @@
+require 'http'
+
+class BankDataFetcher
+ def self.fetch
+ HTTP.get("https://gist.githubusercontent.com/jakehow/3d96b83c4a4a1e6313d4/raw/f2990b4cef86fe9454ba1a643ccee118ca0b5757/truncated_list").to_s
+ end
+end
diff --git a/lib/bank_data_parser.rb b/lib/bank_data_parser.rb
new file mode 100644
index 0000000..d8f6463
--- /dev/null
+++ b/lib/bank_data_parser.rb
@@ -0,0 +1,49 @@
+class BankDataParser
+ def self.trim(str)
+ str.split(" ").join(" ")
+ end
+
+ def self.parse_date(str)
+ "20#{str[4..5]}-#{str[0..1]}-#{str[2..3]}"
+ end
+
+ def initialize(data)
+ @data = data
+ end
+
+ def parse_bank_data(data)
+ parsed_data = {
+ routing_num: data[0...9],
+ office_code: data[9],
+ frb_num: data[10...19].to_i,
+ record_type_code: data[19].to_i,
+ last_change_date: BankDataParser.parse_date(data[20...26]),
+ new_routing_num: data[26...34],
+ cust_name: BankDataParser.trim(data[35...71]),
+ street_address: BankDataParser.trim(data[71...107]),
+ city: BankDataParser.trim(data[107...127]),
+ state: data[127...129],
+ zipcode: data[129...134],
+ zipcode_ext: data[134...138],
+ tel_number: "#{data[138...141]}-#{data[141...144]}-#{data[144...148]}",
+ inst_status__code: data[148].to_i,
+ data_view_code: data[149].to_i
+ }
+ end
+
+ def raw_bank_data
+ banks = []
+ idx = 0
+ bank_data_length = 156
+ (@data.length/bank_data_length).times do
+ banks.push(@data[idx...idx+bank_data_length])
+ idx+=bank_data_length
+ end
+ banks
+ end
+
+ def banks
+ raw_bank_data.map { |bank| parse_bank_data(bank) }
+ end
+
+end
diff --git a/lib/tasks/.keep b/lib/tasks/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/log/.keep b/log/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/log/development.log b/log/development.log
new file mode 100644
index 0000000..c36bf5f
--- /dev/null
+++ b/log/development.log
@@ -0,0 +1,12716 @@
+ [1m[36m (23.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (3.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Migrating to CreateBanks (20160825222150)
+ [1m[35m (0.6ms)[0m BEGIN
+ [1m[36m (18.7ms)[0m [1mCREATE TABLE "banks" ("id" serial primary key, "routing_number" integer NOT NULL, "office_code" character varying, "frb_number" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_number" integer, "customer_name" text, "address" text, "city" text, "state_code" integer, "zipcode" integer, "zipcode_ext" integer, "tel_area_code" integer, "tel_prefix" integer, "tel_suffix" integer, "inst_status_" character varying, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [0m
+ [1m[35mSQL (0.8ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20160825222150"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (5.8ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
+FROM pg_constraint c
+JOIN pg_class t1 ON c.conrelid = t1.oid
+JOIN pg_class t2 ON c.confrelid = t2.oid
+JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
+JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
+JOIN pg_namespace t3 ON c.connamespace = t3.oid
+WHERE c.contype = 'f'
+ AND t1.relname = 'banks'
+ AND t3.nspname = ANY (current_schemas(false))
+ORDER BY c.conname
+[0m
+ [1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.2ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+Migrating to CreateBanks (20160825222150)
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35m (7.6ms)[0m DROP TABLE "banks"
+ [1m[36mSQL (1.1ms)[0m [1mDELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = $1[0m [["version", "20160825222150"]]
+ [1m[35m (2.0ms)[0m COMMIT
+ [1m[36mActiveRecord::SchemaMigration Load (0.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Migrating to CreateBanks (20160825222150)
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36m (6.7ms)[0m [1mCREATE TABLE "banks" ("id" serial primary key, "routing_num" integer NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" integer, "cust_name" text, "address" text, "city" text, "state_code" integer, "zipcode" integer, "zipcode_ext" integer, "tel_area_code" integer, "tel_prefix" integer, "tel_suffix" integer, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20160825222150"]]
+ [1m[36m (0.7ms)[0m [1mCOMMIT[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.3ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (5.6ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
+FROM pg_constraint c
+JOIN pg_class t1 ON c.conrelid = t1.oid
+JOIN pg_class t2 ON c.confrelid = t2.oid
+JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
+JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
+JOIN pg_namespace t3 ON c.connamespace = t3.oid
+WHERE c.contype = 'f'
+ AND t1.relname = 'banks'
+ AND t3.nspname = ANY (current_schemas(false))
+ORDER BY c.conname
+[0m
+ [1m[36mActiveRecord::SchemaMigration Load (0.8ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.3ms)[0m BEGIN
+ [1m[36mSQL (7.9ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11000015], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FEDERAL RESERVE BANK "], ["address", "1000 PEACHTREE ST N.E. "], ["city", "ATLANTA "], ["state_code", 0], ["zipcode", 30309], ["zipcode_ext", 4470], ["tel_area_code", 866], ["tel_prefix", 234], ["tel_suffix", 5681], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.777155"], ["updated_at", "2016-08-25 23:16:21.777155"]]
+ [1m[35m (2.1ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11000028], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "STATE STREET BANK AND TRUST COMPANY "], ["address", "JAB2NW "], ["city", "N. QUINCY "], ["state_code", 0], ["zipcode", 2171], ["zipcode_ext", 0], ["tel_area_code", 617], ["tel_prefix", 664], ["tel_suffix", 2400], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.798295"], ["updated_at", "2016-08-25 23:16:21.798295"]]
+ [1m[36m (0.6ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11000138], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-10-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA, N.A. "], ["address", "8001 VILLA PARK DRIVE "], ["city", "HENRICO "], ["state_code", 0], ["zipcode", 23228], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.804522"], ["updated_at", "2016-08-25 23:16:21.804522"]]
+ [1m[35m (0.7ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.7ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11000206], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A "], ["address", "PO BOX 27025 "], ["city", "RICHMOND "], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.820145"], ["updated_at", "2016-08-25 23:16:21.820145"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.3ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11000390], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A "], ["address", "PO BOX 27025 "], ["city", "RICHMOND "], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.825841"], ["updated_at", "2016-08-25 23:16:21.825841"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11000536], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-11-14 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FEDERAL HOME LOAN BK BOST "], ["address", "9TH FLOOR "], ["city", "BOSTON "], ["state_code", 0], ["zipcode", 2199], ["zipcode_ext", 0], ["tel_area_code", 617], ["tel_prefix", 292], ["tel_suffix", 9790], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.829591"], ["updated_at", "2016-08-25 23:16:21.829591"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11001234], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-26 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF NEW YORK MELLON "], ["address", "500 ROSS ST., 154-0960 "], ["city", "PITTSBURGH "], ["state_code", 0], ["zipcode", 15262], ["zipcode_ext", 0], ["tel_area_code", 412], ["tel_prefix", 236], ["tel_suffix", 3338], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.833208"], ["updated_at", "2016-08-25 23:16:21.833208"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11001276], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2008-03-06 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "ONEUNITED BANK "], ["address", "3683 CRENSHAW BL "], ["city", "LOS ANGELES "], ["state_code", 0], ["zipcode", 90016], ["zipcode_ext", 0], ["tel_area_code", 877], ["tel_prefix", 663], ["tel_suffix", 8648], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.836259"], ["updated_at", "2016-08-25 23:16:21.836259"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11001331], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-07-02 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION "], ["address", "1 CITIZENS DRIVE "], ["city", "RIVERSIDE "], ["state_code", 0], ["zipcode", 2915], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 883], ["tel_suffix", 4224], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.838931"], ["updated_at", "2016-08-25 23:16:21.838931"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11001726], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-12 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "THE FIRST NATIONAL BANK OF IPSWICH "], ["address", "625 GEORGE WASHINGTON HWY "], ["city", "LINCOLN "], ["state_code", 0], ["zipcode", 2865], ["zipcode_ext", 0], ["tel_area_code", 401], ["tel_prefix", 574], ["tel_suffix", 1920], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.842617"], ["updated_at", "2016-08-25 23:16:21.842617"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11001742], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA, N.A. "], ["address", "PO BOX 27025 "], ["city", "RICHMOND "], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.846050"], ["updated_at", "2016-08-25 23:16:21.846050"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11001881], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-14 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FIDUCIARY TRUST CO "], ["address", "CASH MGMT "], ["city", "BOSTON "], ["state_code", 0], ["zipcode", 2205], ["zipcode_ext", 5806], ["tel_area_code", 617], ["tel_prefix", 292], ["tel_suffix", 6747], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.849593"], ["updated_at", "2016-08-25 23:16:21.849593"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11001962], ["office_code", "O"], ["frb_num", 121000374], ["record_type_code", 2], ["last_change_date", "2012-08-03 00:00:00.000000"], ["new_routing_num", 12220395], ["cust_name", "CATHAY BANK "], ["address", "RS-14 "], ["city", "ROSEMEAD "], ["state_code", 0], ["zipcode", 91770], ["zipcode_ext", 0], ["tel_area_code", 626], ["tel_prefix", 582], ["tel_suffix", 7338], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.852565"], ["updated_at", "2016-08-25 23:16:21.852565"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11002343], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-18 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BOSTON PRIVATE BK + TR CO "], ["address", "ATTN: ACH ORPERATIONS "], ["city", "BOSTON "], ["state_code", 0], ["zipcode", 2109], ["zipcode_ext", 4603], ["tel_area_code", 617], ["tel_prefix", 912], ["tel_suffix", 4231], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.855296"], ["updated_at", "2016-08-25 23:16:21.855296"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11002550], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-18 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "EASTERN BANK "], ["address", "195 MARKET STREET "], ["city", "LYNN "], ["state_code", 0], ["zipcode", 1901], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 327], ["tel_suffix", 8376], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.858478"], ["updated_at", "2016-08-25 23:16:21.858478"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11002725], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-27 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "COMMERCE BANK & TRUST CO "], ["address", "386 MAIN ST "], ["city", "WORCESTER "], ["state_code", 0], ["zipcode", 1615], ["zipcode_ext", 0], ["tel_area_code", 508], ["tel_prefix", 797], ["tel_suffix", 6923], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.862059"], ["updated_at", "2016-08-25 23:16:21.862059"]]
+ [1m[36m (0.6ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11002877], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-04-26 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "EAST WEST BANK "], ["address", "9300 FLAIR DRIVE, 4TH FLOOR "], ["city", "EL MONTE "], ["state_code", 0], ["zipcode", 91731], ["zipcode_ext", 0], ["tel_area_code", 626], ["tel_prefix", 371], ["tel_suffix", 8561], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.865855"], ["updated_at", "2016-08-25 23:16:21.865855"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11075150], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-10-17 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "SANTANDER BANK, N.A. "], ["address", "601 PENN STREET "], ["city", "READING "], ["state_code", 0], ["zipcode", 19601], ["zipcode_ext", 0], ["tel_area_code", 877], ["tel_prefix", 768], ["tel_suffix", 2265], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.868926"], ["updated_at", "2016-08-25 23:16:21.868926"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11075202], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-24 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "SOVEREIGN BANK "], ["address", "601 PENN STREET "], ["city", "READING "], ["state_code", 0], ["zipcode", 19601], ["zipcode_ext", 0], ["tel_area_code", 877], ["tel_prefix", 768], ["tel_suffix", 2265], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.872023"], ["updated_at", "2016-08-25 23:16:21.872023"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11099071], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-09-30 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FRB BOSTON HUMAN RESOURCES "], ["address", "1000 PEACHTREE STREET NE "], ["city", "ATLANTA "], ["state_code", 0], ["zipcode", 30309], ["zipcode_ext", 0], ["tel_area_code", 866], ["tel_prefix", 234], ["tel_suffix", 5681], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.875639"], ["updated_at", "2016-08-25 23:16:21.875639"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11099660], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-09-30 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FRB BOSTON ACCOUNTING DEPT. "], ["address", "1000 PEACHTREE STREET NE "], ["city", "ATLANTA "], ["state_code", 0], ["zipcode", 30309], ["zipcode_ext", 0], ["tel_area_code", 866], ["tel_prefix", 234], ["tel_suffix", 5681], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.879425"], ["updated_at", "2016-08-25 23:16:21.879425"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11100012], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A. "], ["address", "PO BOX 27025 "], ["city", "RICHMOND "], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.883053"], ["updated_at", "2016-08-25 23:16:21.883053"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11100106], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-03-11 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WELLS FARGO BANK "], ["address", "MAC N9301-041 "], ["city", "MINNEAPOLIS "], ["state_code", 0], ["zipcode", 55479], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 745], ["tel_suffix", 2426], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.886082"], ["updated_at", "2016-08-25 23:16:21.886082"]]
+ [1m[35m (2.1ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11100805], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A "], ["address", "P.O. BOX 27025 "], ["city", "RICHMOND "], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.890819"], ["updated_at", "2016-08-25 23:16:21.890819"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11100892], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A. "], ["address", "P.O. BOX 27025 "], ["city", "RICHMOND "], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.894462"], ["updated_at", "2016-08-25 23:16:21.894462"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11100915], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A. "], ["address", "P.O. BOX 27025 "], ["city", "RICHMOND "], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.898502"], ["updated_at", "2016-08-25 23:16:21.898502"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11101529], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A. "], ["address", "P.O. BOX 27025 "], ["city", "RICHMOND "], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.901655"], ["updated_at", "2016-08-25 23:16:21.901655"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11101613], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WEBSTER BANK "], ["address", "436 SLATER RD "], ["city", "NEW BRITAIN "], ["state_code", 0], ["zipcode", 6053], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.904588"], ["updated_at", "2016-08-25 23:16:21.904588"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11101752], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-21 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A. "], ["address", "PO BOX 27025 "], ["city", "RICHMOND "], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.907484"], ["updated_at", "2016-08-25 23:16:21.907484"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11102133], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "CITIZENS NATIONAL BANK "], ["address", "182 MAIN ST "], ["city", "PUTMAN "], ["state_code", 0], ["zipcode", 6260], ["zipcode_ext", 1933], ["tel_area_code", 860], ["tel_prefix", 928], ["tel_suffix", 7921], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.911070"], ["updated_at", "2016-08-25 23:16:21.911070"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11102353], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2001-11-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FIRST NAT BANK OF SUFFIELD "], ["address", "30 BRIDGE STREET "], ["city", "SUFFIELD "], ["state_code", 0], ["zipcode", 6078], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 668], ["tel_suffix", 3950], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.914900"], ["updated_at", "2016-08-25 23:16:21.914900"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11102502], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-08 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "UNION SAVINGS BANK "], ["address", "225 MAIN ST "], ["city", "DANBURY "], ["state_code", 0], ["zipcode", 6810], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 830], ["tel_suffix", 4200], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.917964"], ["updated_at", "2016-08-25 23:16:21.917964"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11102612], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-07-24 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "SALISBURY BANK & TRUST CO "], ["address", "100 MAIN STREET "], ["city", "CANAAN "], ["state_code", 0], ["zipcode", 6018], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 435], ["tel_suffix", 9801], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.920816"], ["updated_at", "2016-08-25 23:16:21.920816"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11102638], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-08 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "NATIONAL IRON BANK "], ["address", "PO BOX 565 "], ["city", "SALISBURY "], ["state_code", 0], ["zipcode", 6068], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 435], ["tel_suffix", 2581], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.923769"], ["updated_at", "2016-08-25 23:16:21.923769"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11102667], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-07-24 00:00:00.000000"], ["new_routing_num", 1110261], ["cust_name", "SALISBURY BANK & TRUST CO. "], ["address", "100 MAIN STREET "], ["city", "CANAAN "], ["state_code", 0], ["zipcode", 6018], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 435], ["tel_suffix", 9801], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.927390"], ["updated_at", "2016-08-25 23:16:21.927390"]]
+ [1m[35m (0.6ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11103080], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-21 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A. "], ["address", "PO BOX 27025 "], ["city", "RICHMOND "], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.931826"], ["updated_at", "2016-08-25 23:16:21.931826"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11103093], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-27 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "TD BANK NA "], ["address", "P.O. BOX 1377 "], ["city", "LEWISTON "], ["state_code", 0], ["zipcode", 4240], ["zipcode_ext", 1377], ["tel_area_code", 877], ["tel_prefix", 898], ["tel_suffix", 7821], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.935016"], ["updated_at", "2016-08-25 23:16:21.935016"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11103129], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2002-05-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "JEWETT CITY SAVINGS BANK "], ["address", "135 DARLING DR "], ["city", "AVON "], ["state_code", 0], ["zipcode", 6001], ["zipcode_ext", 4218], ["tel_area_code", 860], ["tel_prefix", 376], ["tel_suffix", 4444], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.937921"], ["updated_at", "2016-08-25 23:16:21.937921"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (1.1ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11104047], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A. "], ["address", "PO BOX 27025 "], ["city", "RICHMOND "], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.940777"], ["updated_at", "2016-08-25 23:16:21.940777"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11104050], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WEBSTER BANK "], ["address", "436 SLATER RD "], ["city", "NEW BRITAIN "], ["state_code", 0], ["zipcode", 6053], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.945073"], ["updated_at", "2016-08-25 23:16:21.945073"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11104131], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-26 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PEOPLES BANK "], ["address", "850 MAIN STREET "], ["city", "BRIDGEPORT "], ["state_code", 0], ["zipcode", 6601], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 338], ["tel_suffix", 7171], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.948429"], ["updated_at", "2016-08-25 23:16:21.948429"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11104173], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-04-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FIRST NIAGARA BANK, NA "], ["address", "P.O. BOX 886 "], ["city", "LOCKPORT "], ["state_code", 0], ["zipcode", 14095], ["zipcode_ext", 886], ["tel_area_code", 800], ["tel_prefix", 421], ["tel_suffix", 4], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.951489"], ["updated_at", "2016-08-25 23:16:21.951489"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11104199], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-26 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PEOPLES BANK "], ["address", "850 MAIN STREET "], ["city", "BRIDGEPORT "], ["state_code", 0], ["zipcode", 6601], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 338], ["tel_suffix", 7171], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.954198"], ["updated_at", "2016-08-25 23:16:21.954198"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11104209], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WEBSTER BANK "], ["address", "436 SLATER RD "], ["city", "NEW BRITAIN "], ["state_code", 0], ["zipcode", 6053], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.957249"], ["updated_at", "2016-08-25 23:16:21.957249"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11104283], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-08-03 00:00:00.000000"], ["new_routing_num", 21117418], ["cust_name", "SAVINGS INSTITUTE "], ["address", "803 MAIN ST "], ["city", "WILLIMANTIC "], ["state_code", 0], ["zipcode", 6226], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 456], ["tel_suffix", 6565], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.960637"], ["updated_at", "2016-08-25 23:16:21.960637"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11104322], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 21117010], ["cust_name", "WEBSTER BANK N.A "], ["address", "436 SLATER ROAD "], ["city", "NEW BRITAIN "], ["state_code", 0], ["zipcode", 6053], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.964475"], ["updated_at", "2016-08-25 23:16:21.964475"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11104335], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-09-17 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PRIME BANK "], ["address", "7 OLD TAVERN ROAD "], ["city", "ORANGE "], ["state_code", 0], ["zipcode", 6477], ["zipcode_ext", 696], ["tel_area_code", 203], ["tel_prefix", 799], ["tel_suffix", 1299], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.967708"], ["updated_at", "2016-08-25 23:16:21.967708"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11104351], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2002-05-08 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "SIMSBURY BANK & TRUST "], ["address", "760 HOPEMEADOW STREET "], ["city", "SIMSBURY "], ["state_code", 0], ["zipcode", 6070], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 651], ["tel_suffix", 2097], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.970577"], ["updated_at", "2016-08-25 23:16:21.970577"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110552], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-09 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION "], ["address", "1 CITIZENS DRIVE "], ["city", "RIVERSIDE "], ["state_code", 0], ["zipcode", 2915], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 883], ["tel_suffix", 4224], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.973552"], ["updated_at", "2016-08-25 23:16:21.973552"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110617], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-15 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANKERS' BANK NORTHEAST "], ["address", "43 WESTERN BOULEVARD "], ["city", "GLASTONBURY "], ["state_code", 0], ["zipcode", 6033], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 266], ["tel_suffix", 2359], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.976954"], ["updated_at", "2016-08-25 23:16:21.976954"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110620], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2009-08-10 00:00:00.000000"], ["new_routing_num", 21117417], ["cust_name", "NAUGATUCK SAVINGS BANK "], ["address", "PO BOX 370 "], ["city", "NAUGATUCK "], ["state_code", 0], ["zipcode", 6770], ["zipcode_ext", 370], ["tel_area_code", 203], ["tel_prefix", 720], ["tel_suffix", 5381], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.980595"], ["updated_at", "2016-08-25 23:16:21.980595"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110633], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-11-19 00:00:00.000000"], ["new_routing_num", 21187202], ["cust_name", "UNITED BANK "], ["address", "95 ELM STREET "], ["city", "WEST SPRINGFIELD "], ["state_code", 0], ["zipcode", 1089], ["zipcode_ext", 0], ["tel_area_code", 413], ["tel_prefix", 787], ["tel_suffix", 1700], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.983918"], ["updated_at", "2016-08-25 23:16:21.983918"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110646], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-11-19 00:00:00.000000"], ["new_routing_num", 21187202], ["cust_name", "UNITED BANK "], ["address", "95 ELM STREET "], ["city", "WEST SPRINGFIELD "], ["state_code", 0], ["zipcode", 1089], ["zipcode_ext", 0], ["tel_area_code", 413], ["tel_prefix", 787], ["tel_suffix", 1700], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.987086"], ["updated_at", "2016-08-25 23:16:21.987086"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110659], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-08-19 00:00:00.000000"], ["new_routing_num", 21117028], ["cust_name", "LIBERTY BANK "], ["address", "315 MAIN ST. "], ["city", "MIDDLETOWN "], ["state_code", 0], ["zipcode", 6457], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 344], ["tel_suffix", 7243], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.989993"], ["updated_at", "2016-08-25 23:16:21.989993"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110675], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WEBSTER BANK "], ["address", "132 GRAND ST "], ["city", "WATERBURY "], ["state_code", 0], ["zipcode", 6702], ["zipcode_ext", 1909], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.993414"], ["updated_at", "2016-08-25 23:16:21.993414"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110688], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-08-19 00:00:00.000000"], ["new_routing_num", 21117028], ["cust_name", "LIBERTY BANK "], ["address", "315 MAIN ST. "], ["city", "MIDDLETOWN "], ["state_code", 0], ["zipcode", 6457], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 344], ["tel_suffix", 7243], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:21.997055"], ["updated_at", "2016-08-25 23:16:21.997055"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110701], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WEBSTER BANK N.A. "], ["address", "436 SLATER RD "], ["city", "NEW BRITAIN "], ["state_code", 0], ["zipcode", 6053], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.000061"], ["updated_at", "2016-08-25 23:16:22.000061"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110730], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-20 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "QUINNIPIAC BANK & TRUST "], ["address", "2704 DIXWELL AVENUE "], ["city", "HAMDEN "], ["state_code", 0], ["zipcode", 6514], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 287], ["tel_suffix", 1473], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.002814"], ["updated_at", "2016-08-25 23:16:22.002814"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110743], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "THE CITIZENS NATIONAL BANK "], ["address", "182 MAIN ST, PO BOX 6002 "], ["city", "PUTNAM "], ["state_code", 0], ["zipcode", 6260], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 928], ["tel_suffix", 7921], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.005553"], ["updated_at", "2016-08-25 23:16:22.005553"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110756], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-05-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "START COMMUNITY BANK "], ["address", "P O BOX 3110 "], ["city", "NEW HAVEN "], ["state_code", 0], ["zipcode", 6513], ["zipcode_ext", 0], ["tel_area_code", 877], ["tel_prefix", 687], ["tel_suffix", 1133], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.009104"], ["updated_at", "2016-08-25 23:16:22.009104"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11175212], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-18 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "INSURBANC "], ["address", "10 EXECUTIVE DRIVE "], ["city", "FARMINGTON "], ["state_code", 0], ["zipcode", 6032], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 674], ["tel_suffix", 2304], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.013688"], ["updated_at", "2016-08-25 23:16:22.013688"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11175319], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-06-27 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "ROCKVILLE BANK "], ["address", "1645 ELLINGTON RD "], ["city", "SOUTH WINDSOR "], ["state_code", 0], ["zipcode", 6074], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 291], ["tel_suffix", 3797], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.017665"], ["updated_at", "2016-08-25 23:16:22.017665"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11175351], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-11 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "DIME BANK "], ["address", "290 SALEM TURNPIKE "], ["city", "NORWICH "], ["state_code", 0], ["zipcode", 6360], ["zipcode_ext", 0], ["tel_area_code", 856], ["tel_prefix", 859], ["tel_suffix", 4300], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.021100"], ["updated_at", "2016-08-25 23:16:22.021100"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11200022], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-08-21 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "KEY BANK NATIONAL ASSOCIATION "], ["address", "OH 01-51-0640 "], ["city", "BROOKLYN "], ["state_code", 0], ["zipcode", 44144], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 304], ["tel_suffix", 9856], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.024119"], ["updated_at", "2016-08-25 23:16:22.024119"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11200051], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A. "], ["address", "PO BOX 27025 "], ["city", "RICHMOND "], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.028242"], ["updated_at", "2016-08-25 23:16:22.028242"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11200365], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-10-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA, N.A. "], ["address", "8001 VILLA PARK DRIVE "], ["city", "HENRICO "], ["state_code", 0], ["zipcode", 23228], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.031993"], ["updated_at", "2016-08-25 23:16:22.031993"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11200475], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-07-17 00:00:00.000000"], ["new_routing_num", 21127438], ["cust_name", "BANGOR SAVINGS BANK "], ["address", "19 MAIN AVE. "], ["city", "BANGOR "], ["state_code", 0], ["zipcode", 4401], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 942], ["tel_suffix", 5211], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.035229"], ["updated_at", "2016-08-25 23:16:22.035229"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11200585], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2001-11-19 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "DAMARISCOTTA BK&TR CO "], ["address", "P. O. BOX 999 "], ["city", "DAMARISCOTTA "], ["state_code", 0], ["zipcode", 4543], ["zipcode_ext", 999], ["tel_area_code", 207], ["tel_prefix", 563], ["tel_suffix", 8121], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.038331"], ["updated_at", "2016-08-25 23:16:22.038331"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11200608], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-08-21 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "KEY BANK NATIONAL ASSOCIATION "], ["address", "OH 01-51-0640 "], ["city", "BROOKLYN "], ["state_code", 0], ["zipcode", 44144], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 304], ["tel_suffix", 9856], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.041236"], ["updated_at", "2016-08-25 23:16:22.041236"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201115], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BAR HARBOR BANK & TRUST "], ["address", "P.O. BOX 1089 "], ["city", "ELLSWORTH "], ["state_code", 0], ["zipcode", 4605], ["zipcode_ext", 1089], ["tel_area_code", 207], ["tel_prefix", 288], ["tel_suffix", 3314], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.045294"], ["updated_at", "2016-08-25 23:16:22.045294"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201306], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2006-10-03 00:00:00.000000"], ["new_routing_num", 1120145], ["cust_name", "CAMDEN NATIONAL BANK "], ["address", "245 COMMERCIAL STREET "], ["city", "ROCKPORT "], ["state_code", 0], ["zipcode", 4856], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 860], ["tel_suffix", 8821], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.048856"], ["updated_at", "2016-08-25 23:16:22.048856"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201335], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2011-06-27 00:00:00.000000"], ["new_routing_num", 21127445], ["cust_name", "TD BANK NA "], ["address", "P.O. BOX 1377 "], ["city", "LEWISTON "], ["state_code", 0], ["zipcode", 4240], ["zipcode_ext", 1377], ["tel_area_code", 877], ["tel_prefix", 898], ["tel_suffix", 7821], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.051940"], ["updated_at", "2016-08-25 23:16:22.051940"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201380], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2008-03-14 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "CAMDEN NATIONAL BANK "], ["address", "245 COMMERCIAL STREET "], ["city", "ROCKPORT "], ["state_code", 0], ["zipcode", 4856], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 860], ["tel_suffix", 8821], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.055141"], ["updated_at", "2016-08-25 23:16:22.055141"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201403], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-06-25 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "NORTHEAST BANK "], ["address", "500 CANAL ST. "], ["city", "LEWISTON "], ["state_code", 0], ["zipcode", 4240], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 786], ["tel_suffix", 3245], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.057924"], ["updated_at", "2016-08-25 23:16:22.057924"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201432], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PEOPLE'S UNITED BANK "], ["address", "850 MAIN STREET "], ["city", "BRIDGEPORT "], ["state_code", 0], ["zipcode", 6601], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 338], ["tel_suffix", 7171], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.061421"], ["updated_at", "2016-08-25 23:16:22.061421"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201458], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-09-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "CAMDEN NATIONAL BANK "], ["address", "245 COMMERCIAL STREET "], ["city", "ROCKPORT "], ["state_code", 0], ["zipcode", 4856], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 860], ["tel_suffix", 8821], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.065448"], ["updated_at", "2016-08-25 23:16:22.065448"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201490], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2008-06-13 00:00:00.000000"], ["new_routing_num", 21127246], ["cust_name", "SAVINGS BANK OF MAINE "], ["address", "190 WATER ST "], ["city", "GARDINER "], ["state_code", 0], ["zipcode", 4345], ["zipcode_ext", 190], ["tel_area_code", 207], ["tel_prefix", 582], ["tel_suffix", 5550], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.068551"], ["updated_at", "2016-08-25 23:16:22.068551"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201500], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PEOPLE'S UNITED BANK "], ["address", "850 MAIN STREET "], ["city", "BRIDGEPORT "], ["state_code", 0], ["zipcode", 6601], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 338], ["tel_suffix", 7171], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.071609"], ["updated_at", "2016-08-25 23:16:22.071609"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201526], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PEOPLE'S UNITED BANK "], ["address", "850 MAIN STREET "], ["city", "BRIDGEPORT "], ["state_code", 0], ["zipcode", 6601], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 338], ["tel_suffix", 7171], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.074599"], ["updated_at", "2016-08-25 23:16:22.074599"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201539], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A. "], ["address", "PO BOX 27025 "], ["city", "RICHMOND "], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.078160"], ["updated_at", "2016-08-25 23:16:22.078160"]]
+ [1m[36m (0.6ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201759], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-08-04 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BAR HARBOR BANK & TRUST "], ["address", "P. O. BOX 1089 "], ["city", "ELLSWORTH "], ["state_code", 0], ["zipcode", 4605], ["zipcode_ext", 1089], ["tel_area_code", 207], ["tel_prefix", 288], ["tel_suffix", 3314], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.082022"], ["updated_at", "2016-08-25 23:16:22.082022"]]
+ [1m[35m (0.6ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201762], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "THE FIRST, N.A. "], ["address", "7 BRISTOL ROAD "], ["city", "DAMARISCOTTA "], ["state_code", 0], ["zipcode", 4543], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 563], ["tel_suffix", 3195], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.085380"], ["updated_at", "2016-08-25 23:16:22.085380"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201830], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "THE FIRST, N.A. "], ["address", "7 BRISTOL ROAD "], ["city", "DAMARISCOTTA "], ["state_code", 0], ["zipcode", 4543], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 563], ["tel_suffix", 3195], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.088573"], ["updated_at", "2016-08-25 23:16:22.088573"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201995], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "ANDROSCOGGIN SAVINGS BANK "], ["address", "PO BOX 1407 "], ["city", "LEWISTON "], ["state_code", 0], ["zipcode", 4243], ["zipcode_ext", 7116], ["tel_area_code", 207], ["tel_prefix", 784], ["tel_suffix", 9164], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.091403"], ["updated_at", "2016-08-25 23:16:22.091403"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11202392], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "KATAHDIN TRUST COMPANY "], ["address", "P. O. BOX 36 "], ["city", "HOULTON "], ["state_code", 0], ["zipcode", 4730], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 521], ["tel_suffix", 455], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.094900"], ["updated_at", "2016-08-25 23:16:22.094900"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11202907], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2008-09-22 00:00:00.000000"], ["new_routing_num", 21127246], ["cust_name", "SAVINGS BANK OF MAINE "], ["address", "190 WATER ST "], ["city", "GARDINER "], ["state_code", 0], ["zipcode", 4345], ["zipcode_ext", 190], ["tel_area_code", 207], ["tel_prefix", 582], ["tel_suffix", 5550], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.098451"], ["updated_at", "2016-08-25 23:16:22.098451"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11202910], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-09 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "TD BANK USA, NA "], ["address", "140 MILL STREET "], ["city", "LEWISTON "], ["state_code", 0], ["zipcode", 4240], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 755], ["tel_suffix", 6126], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.101581"], ["updated_at", "2016-08-25 23:16:22.101581"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11202923], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-23 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "DAMARISCOTTA BANK & TRUST COMPANY "], ["address", "P.O. BOX 999 "], ["city", "DAMARISCOTTA "], ["state_code", 0], ["zipcode", 4543], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 563], ["tel_suffix", 8121], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.104829"], ["updated_at", "2016-08-25 23:16:22.104829"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11202936], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-23 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "THE FIRST, NATIONAL ASSOCIATION "], ["address", "PO BOX 940 "], ["city", "DAMARISCOTTA "], ["state_code", 0], ["zipcode", 4543], ["zipcode_ext", 940], ["tel_area_code", 207], ["tel_prefix", 563], ["tel_suffix", 3195], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.109227"], ["updated_at", "2016-08-25 23:16:22.109227"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11275251], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-17 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANGOR SAVINGS BK "], ["address", "19 MAINE AVE "], ["city", "BANGOR "], ["state_code", 0], ["zipcode", 4401], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 974], ["tel_suffix", 5211], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.112748"], ["updated_at", "2016-08-25 23:16:22.112748"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11275303], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2007-07-17 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "GORHAM SAVINGS BANK "], ["address", "10 WENTWORTH DR "], ["city", "GORHAM "], ["state_code", 0], ["zipcode", 4038], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 222], ["tel_suffix", 1430], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.116249"], ["updated_at", "2016-08-25 23:16:22.116249"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11300142], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-08-12 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "COMMERCE BANK & TRUST CO "], ["address", "386 MAIN ST "], ["city", "WORCESTER "], ["state_code", 0], ["zipcode", 1615], ["zipcode_ext", 0], ["tel_area_code", 508], ["tel_prefix", 797], ["tel_suffix", 6923], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.119392"], ["updated_at", "2016-08-25 23:16:22.119392"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11300595], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "CAMBRIDGE TRUST COMPANY "], ["address", "10 FAWCETT ST. "], ["city", "CAMBRIDGE "], ["state_code", 0], ["zipcode", 2138], ["zipcode_ext", 3809], ["tel_area_code", 617], ["tel_prefix", 441], ["tel_suffix", 1560], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.122268"], ["updated_at", "2016-08-25 23:16:22.122268"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11300605], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A. "], ["address", "P.O. BOX 27025 "], ["city", "RICHMOND "], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.125236"], ["updated_at", "2016-08-25 23:16:22.125236"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11301073], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-09 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION "], ["address", "1 CITIZENS DRIVE "], ["city", "RIVERSIDE "], ["state_code", 0], ["zipcode", 2915], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 883], ["tel_suffix", 4224], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.128899"], ["updated_at", "2016-08-25 23:16:22.128899"]]
+ [1m[35m (0.6ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11301390], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-05 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "CENTURY BANK & TRUST CO "], ["address", "400 MYSTIC AVE "], ["city", "MEDFORD "], ["state_code", 0], ["zipcode", 2155], ["zipcode_ext", 0], ["tel_area_code", 781], ["tel_prefix", 393], ["tel_suffix", 4090], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.132639"], ["updated_at", "2016-08-25 23:16:22.132639"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11301536], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-11 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "EASTERN BANK "], ["address", "195 MARKET STREET "], ["city", "LYNN "], ["state_code", 0], ["zipcode", 1901], ["zipcode_ext", 0], ["tel_area_code", 781], ["tel_prefix", 598], ["tel_suffix", 7897], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.135716"], ["updated_at", "2016-08-25 23:16:22.135716"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11301604], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-18 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "EASTERN BANK "], ["address", "195 MARKET STREET "], ["city", "LYNN "], ["state_code", 0], ["zipcode", 1901], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 327], ["tel_suffix", 8376], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.138678"], ["updated_at", "2016-08-25 23:16:22.138678"]]
+ [1m[36m (0.6ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11301646], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-08-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A. "], ["address", "PO BOX 27025 "], ["city", "RICHMOND "], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:16:22.141876"], ["updated_at", "2016-08-25 23:16:22.141876"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36mBank Load (2.0ms)[0m [1mSELECT "banks".* FROM "banks" ORDER BY "banks"."id" ASC LIMIT 1[0m
+ [1m[36m (123.3ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+ [1m[35m (120.9ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (668.8ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+ [1m[35m (255.2ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (2.0ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (10.3ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" integer NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" integer, "cust_name" text, "address" text, "city" text, "state_code" integer, "zipcode" integer, "zipcode_ext" integer, "tel_area_code" integer, "tel_prefix" integer, "tel_suffix" integer, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (3.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.6ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160825222150')
+ [1m[36mSQL (0.7ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (14.3ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" integer NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" integer, "cust_name" text, "address" text, "city" text, "state_code" integer, "zipcode" integer, "zipcode_ext" integer, "tel_area_code" integer, "tel_prefix" integer, "tel_suffix" integer, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (4.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (2.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.8ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160825222150')
+ [1m[36mActiveRecord::SchemaMigration Load (0.9ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[36m (118.9ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+ [1m[35m (122.1ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (239.3ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+ [1m[35m (247.2ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (0.4ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (13.8ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" integer NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" integer, "cust_name" text, "address" text, "city" text, "state_code" integer, "zipcode" integer, "zipcode_ext" integer, "tel_area_code" integer, "tel_prefix" integer, "tel_suffix" integer, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (3.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.6ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (3.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160825222150')
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (14.6ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" integer NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" integer, "cust_name" text, "address" text, "city" text, "state_code" integer, "zipcode" integer, "zipcode_ext" integer, "tel_area_code" integer, "tel_prefix" integer, "tel_suffix" integer, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (2.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (2.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.8ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (2.2ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160825222150')
+ [1m[36mActiveRecord::SchemaMigration Load (0.8ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.4ms)[0m BEGIN
+ [1m[36mSQL (1.0ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11000015], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", 0], ["zipcode", 30309], ["zipcode_ext", 4470], ["tel_area_code", 866], ["tel_prefix", 234], ["tel_suffix", 5681], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.888028"], ["updated_at", "2016-08-25 23:17:54.888028"]]
+ [1m[35m (0.6ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11000028], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "STATE STREET BANK AND TRUST COMPANY"], ["address", "JAB2NW"], ["city", "N. QUINCY"], ["state_code", 0], ["zipcode", 2171], ["zipcode_ext", 0], ["tel_area_code", 617], ["tel_prefix", 664], ["tel_suffix", 2400], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.901237"], ["updated_at", "2016-08-25 23:17:54.901237"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11000138], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-10-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA, N.A."], ["address", "8001 VILLA PARK DRIVE"], ["city", "HENRICO"], ["state_code", 0], ["zipcode", 23228], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.904253"], ["updated_at", "2016-08-25 23:17:54.904253"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.8ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11000206], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A"], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.906918"], ["updated_at", "2016-08-25 23:17:54.906918"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11000390], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A"], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.911577"], ["updated_at", "2016-08-25 23:17:54.911577"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11000536], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-11-14 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FEDERAL HOME LOAN BK BOST"], ["address", "9TH FLOOR"], ["city", "BOSTON"], ["state_code", 0], ["zipcode", 2199], ["zipcode_ext", 0], ["tel_area_code", 617], ["tel_prefix", 292], ["tel_suffix", 9790], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.916009"], ["updated_at", "2016-08-25 23:17:54.916009"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11001234], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-26 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF NEW YORK MELLON"], ["address", "500 ROSS ST., 154-0960"], ["city", "PITTSBURGH"], ["state_code", 0], ["zipcode", 15262], ["zipcode_ext", 0], ["tel_area_code", 412], ["tel_prefix", 236], ["tel_suffix", 3338], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.919455"], ["updated_at", "2016-08-25 23:17:54.919455"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11001276], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2008-03-06 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "ONEUNITED BANK"], ["address", "3683 CRENSHAW BL"], ["city", "LOS ANGELES"], ["state_code", 0], ["zipcode", 90016], ["zipcode_ext", 0], ["tel_area_code", 877], ["tel_prefix", 663], ["tel_suffix", 8648], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.922201"], ["updated_at", "2016-08-25 23:17:54.922201"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11001331], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-07-02 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION"], ["address", "1 CITIZENS DRIVE"], ["city", "RIVERSIDE"], ["state_code", 0], ["zipcode", 2915], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 883], ["tel_suffix", 4224], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.925387"], ["updated_at", "2016-08-25 23:17:54.925387"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11001726], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-12 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "THE FIRST NATIONAL BANK OF IPSWICH"], ["address", "625 GEORGE WASHINGTON HWY"], ["city", "LINCOLN"], ["state_code", 0], ["zipcode", 2865], ["zipcode_ext", 0], ["tel_area_code", 401], ["tel_prefix", 574], ["tel_suffix", 1920], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.929066"], ["updated_at", "2016-08-25 23:17:54.929066"]]
+ [1m[36m (0.6ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11001742], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA, N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.932981"], ["updated_at", "2016-08-25 23:17:54.932981"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11001881], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-14 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FIDUCIARY TRUST CO"], ["address", "CASH MGMT"], ["city", "BOSTON"], ["state_code", 0], ["zipcode", 2205], ["zipcode_ext", 5806], ["tel_area_code", 617], ["tel_prefix", 292], ["tel_suffix", 6747], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.936193"], ["updated_at", "2016-08-25 23:17:54.936193"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11001962], ["office_code", "O"], ["frb_num", 121000374], ["record_type_code", 2], ["last_change_date", "2012-08-03 00:00:00.000000"], ["new_routing_num", 12220395], ["cust_name", "CATHAY BANK"], ["address", "RS-14"], ["city", "ROSEMEAD"], ["state_code", 0], ["zipcode", 91770], ["zipcode_ext", 0], ["tel_area_code", 626], ["tel_prefix", 582], ["tel_suffix", 7338], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.939093"], ["updated_at", "2016-08-25 23:17:54.939093"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11002343], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-18 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BOSTON PRIVATE BK + TR CO"], ["address", "ATTN: ACH ORPERATIONS"], ["city", "BOSTON"], ["state_code", 0], ["zipcode", 2109], ["zipcode_ext", 4603], ["tel_area_code", 617], ["tel_prefix", 912], ["tel_suffix", 4231], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.942757"], ["updated_at", "2016-08-25 23:17:54.942757"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11002550], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-18 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "EASTERN BANK"], ["address", "195 MARKET STREET"], ["city", "LYNN"], ["state_code", 0], ["zipcode", 1901], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 327], ["tel_suffix", 8376], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.946396"], ["updated_at", "2016-08-25 23:17:54.946396"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.6ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11002725], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-27 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "COMMERCE BANK & TRUST CO"], ["address", "386 MAIN ST"], ["city", "WORCESTER"], ["state_code", 0], ["zipcode", 1615], ["zipcode_ext", 0], ["tel_area_code", 508], ["tel_prefix", 797], ["tel_suffix", 6923], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.950901"], ["updated_at", "2016-08-25 23:17:54.950901"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11002877], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-04-26 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "EAST WEST BANK"], ["address", "9300 FLAIR DRIVE, 4TH FLOOR"], ["city", "EL MONTE"], ["state_code", 0], ["zipcode", 91731], ["zipcode_ext", 0], ["tel_area_code", 626], ["tel_prefix", 371], ["tel_suffix", 8561], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.954306"], ["updated_at", "2016-08-25 23:17:54.954306"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11075150], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-10-17 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "SANTANDER BANK, N.A."], ["address", "601 PENN STREET"], ["city", "READING"], ["state_code", 0], ["zipcode", 19601], ["zipcode_ext", 0], ["tel_area_code", 877], ["tel_prefix", 768], ["tel_suffix", 2265], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.957196"], ["updated_at", "2016-08-25 23:17:54.957196"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11075202], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-24 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "SOVEREIGN BANK"], ["address", "601 PENN STREET"], ["city", "READING"], ["state_code", 0], ["zipcode", 19601], ["zipcode_ext", 0], ["tel_area_code", 877], ["tel_prefix", 768], ["tel_suffix", 2265], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.960746"], ["updated_at", "2016-08-25 23:17:54.960746"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (1.1ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11099071], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-09-30 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FRB BOSTON HUMAN RESOURCES"], ["address", "1000 PEACHTREE STREET NE"], ["city", "ATLANTA"], ["state_code", 0], ["zipcode", 30309], ["zipcode_ext", 0], ["tel_area_code", 866], ["tel_prefix", 234], ["tel_suffix", 5681], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.966003"], ["updated_at", "2016-08-25 23:17:54.966003"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11099660], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-09-30 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FRB BOSTON ACCOUNTING DEPT."], ["address", "1000 PEACHTREE STREET NE"], ["city", "ATLANTA"], ["state_code", 0], ["zipcode", 30309], ["zipcode_ext", 0], ["tel_area_code", 866], ["tel_prefix", 234], ["tel_suffix", 5681], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.971333"], ["updated_at", "2016-08-25 23:17:54.971333"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11100012], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.974690"], ["updated_at", "2016-08-25 23:17:54.974690"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11100106], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-03-11 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WELLS FARGO BANK"], ["address", "MAC N9301-041"], ["city", "MINNEAPOLIS"], ["state_code", 0], ["zipcode", 55479], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 745], ["tel_suffix", 2426], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.978776"], ["updated_at", "2016-08-25 23:17:54.978776"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11100805], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A"], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.982342"], ["updated_at", "2016-08-25 23:17:54.982342"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11100892], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.985340"], ["updated_at", "2016-08-25 23:17:54.985340"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11100915], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.988248"], ["updated_at", "2016-08-25 23:17:54.988248"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11101529], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.991179"], ["updated_at", "2016-08-25 23:17:54.991179"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11101613], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WEBSTER BANK"], ["address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state_code", 0], ["zipcode", 6053], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.994563"], ["updated_at", "2016-08-25 23:17:54.994563"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11101752], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-21 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:54.998329"], ["updated_at", "2016-08-25 23:17:54.998329"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11102133], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "CITIZENS NATIONAL BANK"], ["address", "182 MAIN ST"], ["city", "PUTMAN"], ["state_code", 0], ["zipcode", 6260], ["zipcode_ext", 1933], ["tel_area_code", 860], ["tel_prefix", 928], ["tel_suffix", 7921], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.001758"], ["updated_at", "2016-08-25 23:17:55.001758"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11102353], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2001-11-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FIRST NAT BANK OF SUFFIELD"], ["address", "30 BRIDGE STREET"], ["city", "SUFFIELD"], ["state_code", 0], ["zipcode", 6078], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 668], ["tel_suffix", 3950], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.005268"], ["updated_at", "2016-08-25 23:17:55.005268"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11102502], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-08 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "UNION SAVINGS BANK"], ["address", "225 MAIN ST"], ["city", "DANBURY"], ["state_code", 0], ["zipcode", 6810], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 830], ["tel_suffix", 4200], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.008051"], ["updated_at", "2016-08-25 23:17:55.008051"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11102612], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-07-24 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "SALISBURY BANK & TRUST CO"], ["address", "100 MAIN STREET"], ["city", "CANAAN"], ["state_code", 0], ["zipcode", 6018], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 435], ["tel_suffix", 9801], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.012345"], ["updated_at", "2016-08-25 23:17:55.012345"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11102638], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-08 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "NATIONAL IRON BANK"], ["address", "PO BOX 565"], ["city", "SALISBURY"], ["state_code", 0], ["zipcode", 6068], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 435], ["tel_suffix", 2581], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.015851"], ["updated_at", "2016-08-25 23:17:55.015851"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11102667], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-07-24 00:00:00.000000"], ["new_routing_num", 1110261], ["cust_name", "SALISBURY BANK & TRUST CO."], ["address", "100 MAIN STREET"], ["city", "CANAAN"], ["state_code", 0], ["zipcode", 6018], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 435], ["tel_suffix", 9801], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.018918"], ["updated_at", "2016-08-25 23:17:55.018918"]]
+ [1m[35m (2.7ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.8ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11103080], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-21 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.024441"], ["updated_at", "2016-08-25 23:17:55.024441"]]
+ [1m[36m (0.7ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11103093], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-27 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "TD BANK NA"], ["address", "P.O. BOX 1377"], ["city", "LEWISTON"], ["state_code", 0], ["zipcode", 4240], ["zipcode_ext", 1377], ["tel_area_code", 877], ["tel_prefix", 898], ["tel_suffix", 7821], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.037079"], ["updated_at", "2016-08-25 23:17:55.037079"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11103129], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2002-05-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "JEWETT CITY SAVINGS BANK"], ["address", "135 DARLING DR"], ["city", "AVON"], ["state_code", 0], ["zipcode", 6001], ["zipcode_ext", 4218], ["tel_area_code", 860], ["tel_prefix", 376], ["tel_suffix", 4444], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.040409"], ["updated_at", "2016-08-25 23:17:55.040409"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11104047], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.044277"], ["updated_at", "2016-08-25 23:17:55.044277"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11104050], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WEBSTER BANK"], ["address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state_code", 0], ["zipcode", 6053], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.048098"], ["updated_at", "2016-08-25 23:17:55.048098"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11104131], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-26 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PEOPLES BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", 0], ["zipcode", 6601], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 338], ["tel_suffix", 7171], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.051603"], ["updated_at", "2016-08-25 23:17:55.051603"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11104173], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-04-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FIRST NIAGARA BANK, NA"], ["address", "P.O. BOX 886"], ["city", "LOCKPORT"], ["state_code", 0], ["zipcode", 14095], ["zipcode_ext", 886], ["tel_area_code", 800], ["tel_prefix", 421], ["tel_suffix", 4], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.054768"], ["updated_at", "2016-08-25 23:17:55.054768"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11104199], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-26 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PEOPLES BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", 0], ["zipcode", 6601], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 338], ["tel_suffix", 7171], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.057598"], ["updated_at", "2016-08-25 23:17:55.057598"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11104209], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WEBSTER BANK"], ["address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state_code", 0], ["zipcode", 6053], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.061218"], ["updated_at", "2016-08-25 23:17:55.061218"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11104283], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-08-03 00:00:00.000000"], ["new_routing_num", 21117418], ["cust_name", "SAVINGS INSTITUTE"], ["address", "803 MAIN ST"], ["city", "WILLIMANTIC"], ["state_code", 0], ["zipcode", 6226], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 456], ["tel_suffix", 6565], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.064864"], ["updated_at", "2016-08-25 23:17:55.064864"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11104322], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 21117010], ["cust_name", "WEBSTER BANK N.A"], ["address", "436 SLATER ROAD"], ["city", "NEW BRITAIN"], ["state_code", 0], ["zipcode", 6053], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.068400"], ["updated_at", "2016-08-25 23:17:55.068400"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11104335], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-09-17 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PRIME BANK"], ["address", "7 OLD TAVERN ROAD"], ["city", "ORANGE"], ["state_code", 0], ["zipcode", 6477], ["zipcode_ext", 696], ["tel_area_code", 203], ["tel_prefix", 799], ["tel_suffix", 1299], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.071419"], ["updated_at", "2016-08-25 23:17:55.071419"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11104351], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2002-05-08 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "SIMSBURY BANK & TRUST"], ["address", "760 HOPEMEADOW STREET"], ["city", "SIMSBURY"], ["state_code", 0], ["zipcode", 6070], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 651], ["tel_suffix", 2097], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.074235"], ["updated_at", "2016-08-25 23:17:55.074235"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110552], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-09 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION"], ["address", "1 CITIZENS DRIVE"], ["city", "RIVERSIDE"], ["state_code", 0], ["zipcode", 2915], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 883], ["tel_suffix", 4224], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.077786"], ["updated_at", "2016-08-25 23:17:55.077786"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110617], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-15 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANKERS' BANK NORTHEAST"], ["address", "43 WESTERN BOULEVARD"], ["city", "GLASTONBURY"], ["state_code", 0], ["zipcode", 6033], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 266], ["tel_suffix", 2359], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.081510"], ["updated_at", "2016-08-25 23:17:55.081510"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.7ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110620], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2009-08-10 00:00:00.000000"], ["new_routing_num", 21117417], ["cust_name", "NAUGATUCK SAVINGS BANK"], ["address", "PO BOX 370"], ["city", "NAUGATUCK"], ["state_code", 0], ["zipcode", 6770], ["zipcode_ext", 370], ["tel_area_code", 203], ["tel_prefix", 720], ["tel_suffix", 5381], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.085000"], ["updated_at", "2016-08-25 23:17:55.085000"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110633], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-11-19 00:00:00.000000"], ["new_routing_num", 21187202], ["cust_name", "UNITED BANK"], ["address", "95 ELM STREET"], ["city", "WEST SPRINGFIELD"], ["state_code", 0], ["zipcode", 1089], ["zipcode_ext", 0], ["tel_area_code", 413], ["tel_prefix", 787], ["tel_suffix", 1700], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.088410"], ["updated_at", "2016-08-25 23:17:55.088410"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110646], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-11-19 00:00:00.000000"], ["new_routing_num", 21187202], ["cust_name", "UNITED BANK"], ["address", "95 ELM STREET"], ["city", "WEST SPRINGFIELD"], ["state_code", 0], ["zipcode", 1089], ["zipcode_ext", 0], ["tel_area_code", 413], ["tel_prefix", 787], ["tel_suffix", 1700], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.091395"], ["updated_at", "2016-08-25 23:17:55.091395"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110659], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-08-19 00:00:00.000000"], ["new_routing_num", 21117028], ["cust_name", "LIBERTY BANK"], ["address", "315 MAIN ST."], ["city", "MIDDLETOWN"], ["state_code", 0], ["zipcode", 6457], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 344], ["tel_suffix", 7243], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.095142"], ["updated_at", "2016-08-25 23:17:55.095142"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110675], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WEBSTER BANK"], ["address", "132 GRAND ST"], ["city", "WATERBURY"], ["state_code", 0], ["zipcode", 6702], ["zipcode_ext", 1909], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.098850"], ["updated_at", "2016-08-25 23:17:55.098850"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110688], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-08-19 00:00:00.000000"], ["new_routing_num", 21117028], ["cust_name", "LIBERTY BANK"], ["address", "315 MAIN ST."], ["city", "MIDDLETOWN"], ["state_code", 0], ["zipcode", 6457], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 344], ["tel_suffix", 7243], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.101920"], ["updated_at", "2016-08-25 23:17:55.101920"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110701], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WEBSTER BANK N.A."], ["address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state_code", 0], ["zipcode", 6053], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.104629"], ["updated_at", "2016-08-25 23:17:55.104629"]]
+ [1m[35m (4.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110730], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-20 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "QUINNIPIAC BANK & TRUST"], ["address", "2704 DIXWELL AVENUE"], ["city", "HAMDEN"], ["state_code", 0], ["zipcode", 6514], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 287], ["tel_suffix", 1473], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.111689"], ["updated_at", "2016-08-25 23:17:55.111689"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110743], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "THE CITIZENS NATIONAL BANK"], ["address", "182 MAIN ST, PO BOX 6002"], ["city", "PUTNAM"], ["state_code", 0], ["zipcode", 6260], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 928], ["tel_suffix", 7921], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.115303"], ["updated_at", "2016-08-25 23:17:55.115303"]]
+ [1m[35m (3.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110756], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-05-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "START COMMUNITY BANK"], ["address", "P O BOX 3110"], ["city", "NEW HAVEN"], ["state_code", 0], ["zipcode", 6513], ["zipcode_ext", 0], ["tel_area_code", 877], ["tel_prefix", 687], ["tel_suffix", 1133], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.121916"], ["updated_at", "2016-08-25 23:17:55.121916"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11175212], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-18 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "INSURBANC"], ["address", "10 EXECUTIVE DRIVE"], ["city", "FARMINGTON"], ["state_code", 0], ["zipcode", 6032], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 674], ["tel_suffix", 2304], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.125165"], ["updated_at", "2016-08-25 23:17:55.125165"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11175319], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-06-27 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "ROCKVILLE BANK"], ["address", "1645 ELLINGTON RD"], ["city", "SOUTH WINDSOR"], ["state_code", 0], ["zipcode", 6074], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 291], ["tel_suffix", 3797], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.129804"], ["updated_at", "2016-08-25 23:17:55.129804"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11175351], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-11 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "DIME BANK"], ["address", "290 SALEM TURNPIKE"], ["city", "NORWICH"], ["state_code", 0], ["zipcode", 6360], ["zipcode_ext", 0], ["tel_area_code", 856], ["tel_prefix", 859], ["tel_suffix", 4300], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.133913"], ["updated_at", "2016-08-25 23:17:55.133913"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11200022], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-08-21 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "KEY BANK NATIONAL ASSOCIATION"], ["address", "OH 01-51-0640"], ["city", "BROOKLYN"], ["state_code", 0], ["zipcode", 44144], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 304], ["tel_suffix", 9856], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.137259"], ["updated_at", "2016-08-25 23:17:55.137259"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11200051], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.140343"], ["updated_at", "2016-08-25 23:17:55.140343"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11200365], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-10-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA, N.A."], ["address", "8001 VILLA PARK DRIVE"], ["city", "HENRICO"], ["state_code", 0], ["zipcode", 23228], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.143670"], ["updated_at", "2016-08-25 23:17:55.143670"]]
+ [1m[36m (0.6ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11200475], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-07-17 00:00:00.000000"], ["new_routing_num", 21127438], ["cust_name", "BANGOR SAVINGS BANK"], ["address", "19 MAIN AVE."], ["city", "BANGOR"], ["state_code", 0], ["zipcode", 4401], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 942], ["tel_suffix", 5211], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.156430"], ["updated_at", "2016-08-25 23:17:55.156430"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11200585], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2001-11-19 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "DAMARISCOTTA BK&TR CO"], ["address", "P. O. BOX 999"], ["city", "DAMARISCOTTA"], ["state_code", 0], ["zipcode", 4543], ["zipcode_ext", 999], ["tel_area_code", 207], ["tel_prefix", 563], ["tel_suffix", 8121], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.160068"], ["updated_at", "2016-08-25 23:17:55.160068"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11200608], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-08-21 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "KEY BANK NATIONAL ASSOCIATION"], ["address", "OH 01-51-0640"], ["city", "BROOKLYN"], ["state_code", 0], ["zipcode", 44144], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 304], ["tel_suffix", 9856], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.163550"], ["updated_at", "2016-08-25 23:17:55.163550"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201115], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BAR HARBOR BANK & TRUST"], ["address", "P.O. BOX 1089"], ["city", "ELLSWORTH"], ["state_code", 0], ["zipcode", 4605], ["zipcode_ext", 1089], ["tel_area_code", 207], ["tel_prefix", 288], ["tel_suffix", 3314], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.166856"], ["updated_at", "2016-08-25 23:17:55.166856"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201306], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2006-10-03 00:00:00.000000"], ["new_routing_num", 1120145], ["cust_name", "CAMDEN NATIONAL BANK"], ["address", "245 COMMERCIAL STREET"], ["city", "ROCKPORT"], ["state_code", 0], ["zipcode", 4856], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 860], ["tel_suffix", 8821], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.169634"], ["updated_at", "2016-08-25 23:17:55.169634"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201335], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2011-06-27 00:00:00.000000"], ["new_routing_num", 21127445], ["cust_name", "TD BANK NA"], ["address", "P.O. BOX 1377"], ["city", "LEWISTON"], ["state_code", 0], ["zipcode", 4240], ["zipcode_ext", 1377], ["tel_area_code", 877], ["tel_prefix", 898], ["tel_suffix", 7821], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.172456"], ["updated_at", "2016-08-25 23:17:55.172456"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.3ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201380], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2008-03-14 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "CAMDEN NATIONAL BANK"], ["address", "245 COMMERCIAL STREET"], ["city", "ROCKPORT"], ["state_code", 0], ["zipcode", 4856], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 860], ["tel_suffix", 8821], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.176270"], ["updated_at", "2016-08-25 23:17:55.176270"]]
+ [1m[35m (1.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201403], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-06-25 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "NORTHEAST BANK"], ["address", "500 CANAL ST."], ["city", "LEWISTON"], ["state_code", 0], ["zipcode", 4240], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 786], ["tel_suffix", 3245], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.180976"], ["updated_at", "2016-08-25 23:17:55.180976"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201432], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PEOPLE'S UNITED BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", 0], ["zipcode", 6601], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 338], ["tel_suffix", 7171], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.184459"], ["updated_at", "2016-08-25 23:17:55.184459"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201458], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-09-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "CAMDEN NATIONAL BANK"], ["address", "245 COMMERCIAL STREET"], ["city", "ROCKPORT"], ["state_code", 0], ["zipcode", 4856], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 860], ["tel_suffix", 8821], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.187502"], ["updated_at", "2016-08-25 23:17:55.187502"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201490], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2008-06-13 00:00:00.000000"], ["new_routing_num", 21127246], ["cust_name", "SAVINGS BANK OF MAINE"], ["address", "190 WATER ST"], ["city", "GARDINER"], ["state_code", 0], ["zipcode", 4345], ["zipcode_ext", 190], ["tel_area_code", 207], ["tel_prefix", 582], ["tel_suffix", 5550], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.190467"], ["updated_at", "2016-08-25 23:17:55.190467"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201500], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PEOPLE'S UNITED BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", 0], ["zipcode", 6601], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 338], ["tel_suffix", 7171], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.193483"], ["updated_at", "2016-08-25 23:17:55.193483"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201526], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PEOPLE'S UNITED BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", 0], ["zipcode", 6601], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 338], ["tel_suffix", 7171], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.197351"], ["updated_at", "2016-08-25 23:17:55.197351"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201539], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.201364"], ["updated_at", "2016-08-25 23:17:55.201364"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201759], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-08-04 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BAR HARBOR BANK & TRUST"], ["address", "P. O. BOX 1089"], ["city", "ELLSWORTH"], ["state_code", 0], ["zipcode", 4605], ["zipcode_ext", 1089], ["tel_area_code", 207], ["tel_prefix", 288], ["tel_suffix", 3314], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.204571"], ["updated_at", "2016-08-25 23:17:55.204571"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201762], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "THE FIRST, N.A."], ["address", "7 BRISTOL ROAD"], ["city", "DAMARISCOTTA"], ["state_code", 0], ["zipcode", 4543], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 563], ["tel_suffix", 3195], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.207303"], ["updated_at", "2016-08-25 23:17:55.207303"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201830], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "THE FIRST, N.A."], ["address", "7 BRISTOL ROAD"], ["city", "DAMARISCOTTA"], ["state_code", 0], ["zipcode", 4543], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 563], ["tel_suffix", 3195], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.210654"], ["updated_at", "2016-08-25 23:17:55.210654"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201995], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "ANDROSCOGGIN SAVINGS BANK"], ["address", "PO BOX 1407"], ["city", "LEWISTON"], ["state_code", 0], ["zipcode", 4243], ["zipcode_ext", 7116], ["tel_area_code", 207], ["tel_prefix", 784], ["tel_suffix", 9164], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.214186"], ["updated_at", "2016-08-25 23:17:55.214186"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11202392], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "KATAHDIN TRUST COMPANY"], ["address", "P. O. BOX 36"], ["city", "HOULTON"], ["state_code", 0], ["zipcode", 4730], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 521], ["tel_suffix", 455], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.217768"], ["updated_at", "2016-08-25 23:17:55.217768"]]
+ [1m[35m (1.0ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11202907], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2008-09-22 00:00:00.000000"], ["new_routing_num", 21127246], ["cust_name", "SAVINGS BANK OF MAINE"], ["address", "190 WATER ST"], ["city", "GARDINER"], ["state_code", 0], ["zipcode", 4345], ["zipcode_ext", 190], ["tel_area_code", 207], ["tel_prefix", 582], ["tel_suffix", 5550], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.221443"], ["updated_at", "2016-08-25 23:17:55.221443"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11202910], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-09 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "TD BANK USA, NA"], ["address", "140 MILL STREET"], ["city", "LEWISTON"], ["state_code", 0], ["zipcode", 4240], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 755], ["tel_suffix", 6126], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.224327"], ["updated_at", "2016-08-25 23:17:55.224327"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11202923], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-23 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "DAMARISCOTTA BANK & TRUST COMPANY"], ["address", "P.O. BOX 999"], ["city", "DAMARISCOTTA"], ["state_code", 0], ["zipcode", 4543], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 563], ["tel_suffix", 8121], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.227224"], ["updated_at", "2016-08-25 23:17:55.227224"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11202936], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-23 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "THE FIRST, NATIONAL ASSOCIATION"], ["address", "PO BOX 940"], ["city", "DAMARISCOTTA"], ["state_code", 0], ["zipcode", 4543], ["zipcode_ext", 940], ["tel_area_code", 207], ["tel_prefix", 563], ["tel_suffix", 3195], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.232402"], ["updated_at", "2016-08-25 23:17:55.232402"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11275251], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-17 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANGOR SAVINGS BK"], ["address", "19 MAINE AVE"], ["city", "BANGOR"], ["state_code", 0], ["zipcode", 4401], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 974], ["tel_suffix", 5211], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.236313"], ["updated_at", "2016-08-25 23:17:55.236313"]]
+ [1m[36m (3.1ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11275303], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2007-07-17 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "GORHAM SAVINGS BANK"], ["address", "10 WENTWORTH DR"], ["city", "GORHAM"], ["state_code", 0], ["zipcode", 4038], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 222], ["tel_suffix", 1430], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.242765"], ["updated_at", "2016-08-25 23:17:55.242765"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11300142], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-08-12 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "COMMERCE BANK & TRUST CO"], ["address", "386 MAIN ST"], ["city", "WORCESTER"], ["state_code", 0], ["zipcode", 1615], ["zipcode_ext", 0], ["tel_area_code", 508], ["tel_prefix", 797], ["tel_suffix", 6923], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.246323"], ["updated_at", "2016-08-25 23:17:55.246323"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11300595], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "CAMBRIDGE TRUST COMPANY"], ["address", "10 FAWCETT ST."], ["city", "CAMBRIDGE"], ["state_code", 0], ["zipcode", 2138], ["zipcode_ext", 3809], ["tel_area_code", 617], ["tel_prefix", 441], ["tel_suffix", 1560], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.250131"], ["updated_at", "2016-08-25 23:17:55.250131"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11300605], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.253509"], ["updated_at", "2016-08-25 23:17:55.253509"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11301073], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-09 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION"], ["address", "1 CITIZENS DRIVE"], ["city", "RIVERSIDE"], ["state_code", 0], ["zipcode", 2915], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 883], ["tel_suffix", 4224], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.256706"], ["updated_at", "2016-08-25 23:17:55.256706"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11301390], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-05 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "CENTURY BANK & TRUST CO"], ["address", "400 MYSTIC AVE"], ["city", "MEDFORD"], ["state_code", 0], ["zipcode", 2155], ["zipcode_ext", 0], ["tel_area_code", 781], ["tel_prefix", 393], ["tel_suffix", 4090], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.259762"], ["updated_at", "2016-08-25 23:17:55.259762"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11301536], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-11 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "EASTERN BANK"], ["address", "195 MARKET STREET"], ["city", "LYNN"], ["state_code", 0], ["zipcode", 1901], ["zipcode_ext", 0], ["tel_area_code", 781], ["tel_prefix", 598], ["tel_suffix", 7897], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.263387"], ["updated_at", "2016-08-25 23:17:55.263387"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11301604], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-18 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "EASTERN BANK"], ["address", "195 MARKET STREET"], ["city", "LYNN"], ["state_code", 0], ["zipcode", 1901], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 327], ["tel_suffix", 8376], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.267178"], ["updated_at", "2016-08-25 23:17:55.267178"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11301646], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-08-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-25 23:17:55.270483"], ["updated_at", "2016-08-25 23:17:55.270483"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36mBank Load (1.7ms)[0m [1mSELECT "banks".* FROM "banks" ORDER BY "banks"."id" ASC LIMIT 1[0m
+ [1m[35mBank Load (0.9ms)[0m SELECT "banks".* FROM "banks" ORDER BY "banks"."id" DESC LIMIT 1
+ [1m[36mBank Load (2.0ms)[0m [1mSELECT "banks".* FROM "banks"[0m
+ [1m[36m (148.9ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+ [1m[35m (121.0ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (536.9ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+ [1m[35m (245.0ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (0.4ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (8.6ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" integer NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" integer, "cust_name" text, "address" text, "city" text, "state_code" integer, "zipcode" integer, "zipcode_ext" integer, "tel_area_code" integer, "tel_prefix" integer, "tel_suffix" integer, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (3.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.5ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160825222150')
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (9.9ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" integer NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" integer, "cust_name" text, "address" text, "city" text, "state_code" integer, "zipcode" integer, "zipcode_ext" integer, "tel_area_code" integer, "tel_prefix" integer, "tel_suffix" integer, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (2.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (2.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.6ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160825222150')
+ [1m[36mActiveRecord::SchemaMigration Load (1.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[36m (118.7ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+ [1m[35m (122.1ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (292.0ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+ [1m[35m (244.0ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (0.4ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (12.1ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" integer NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" integer, "cust_name" text, "address" text, "city" text, "state_code" integer, "zipcode" integer, "zipcode_ext" integer, "tel_area_code" integer, "tel_prefix" integer, "tel_suffix" integer, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (2.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.4ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.5ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160825222150')
+ [1m[36mSQL (0.9ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (8.8ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" integer NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" integer, "cust_name" text, "address" text, "city" text, "state_code" integer, "zipcode" integer, "zipcode_ext" integer, "tel_area_code" integer, "tel_prefix" integer, "tel_suffix" integer, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (3.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.5ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160825222150')
+ [1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.7ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11000015], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", 0], ["zipcode", 30309], ["zipcode_ext", 4470], ["tel_area_code", 866], ["tel_prefix", 234], ["tel_suffix", 5681], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:50:58.868027"], ["updated_at", "2016-08-26 01:50:58.868027"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (119.2ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+ [1m[35m (118.3ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (240.8ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+ [1m[35m (244.0ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (0.6ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (8.9ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" integer NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" integer, "cust_name" text, "address" text, "city" text, "state_code" integer, "zipcode" integer, "zipcode_ext" integer, "tel_area_code" integer, "tel_prefix" integer, "tel_suffix" integer, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (2.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (2.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (1.6ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160825222150')
+ [1m[36mSQL (0.6ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (9.6ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" integer NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" integer, "cust_name" text, "address" text, "city" text, "state_code" integer, "zipcode" integer, "zipcode_ext" integer, "tel_area_code" integer, "tel_prefix" integer, "tel_suffix" integer, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (3.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.5ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160825222150')
+ [1m[36mActiveRecord::SchemaMigration Load (0.8ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (1.8ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11000015], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", 0], ["zipcode", 30309], ["zipcode_ext", 4470], ["tel_area_code", 866], ["tel_prefix", 234], ["tel_suffix", 5681], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:51:52.400977"], ["updated_at", "2016-08-26 01:51:52.400977"]]
+ [1m[35m (0.6ms)[0m COMMIT
+ [1m[36m (870.4ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+ [1m[35m (324.5ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (815.9ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+ [1m[35m (254.2ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (9.8ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" integer NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" integer, "cust_name" text, "address" text, "city" text, "state_code" integer, "zipcode" integer, "zipcode_ext" integer, "tel_area_code" integer, "tel_prefix" integer, "tel_suffix" integer, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (28.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (2.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.5ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160825222150')
+ [1m[36mSQL (0.6ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (35.2ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" integer NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" integer, "cust_name" text, "address" text, "city" text, "state_code" integer, "zipcode" integer, "zipcode_ext" integer, "tel_area_code" integer, "tel_prefix" integer, "tel_suffix" integer, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (3.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (3.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.5ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (1.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160825222150')
+ [1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (2.0ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11000015], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", 0], ["zipcode", 30309], ["zipcode_ext", 4470], ["tel_area_code", 866], ["tel_prefix", 234], ["tel_suffix", 5681], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:19.471885"], ["updated_at", "2016-08-26 01:56:19.471885"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (121.4ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+ [1m[35m (118.0ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (536.1ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+ [1m[35m (291.0ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (0.8ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (37.8ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" integer NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" integer, "cust_name" text, "address" text, "city" text, "state_code" integer, "zipcode" integer, "zipcode_ext" integer, "tel_area_code" integer, "tel_prefix" integer, "tel_suffix" integer, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (3.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (23.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.9ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (1.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160825222150')
+ [1m[36mSQL (0.4ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (9.4ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" integer NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" integer, "cust_name" text, "address" text, "city" text, "state_code" integer, "zipcode" integer, "zipcode_ext" integer, "tel_area_code" integer, "tel_prefix" integer, "tel_suffix" integer, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (3.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (2.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.6ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160825222150')
+ [1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.3ms)[0m BEGIN
+ [1m[36mSQL (0.9ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11000015], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", 0], ["zipcode", 30309], ["zipcode_ext", 4470], ["tel_area_code", 866], ["tel_prefix", 234], ["tel_suffix", 5681], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.240776"], ["updated_at", "2016-08-26 01:56:46.240776"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11000028], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "STATE STREET BANK AND TRUST COMPANY"], ["address", "JAB2NW"], ["city", "N. QUINCY"], ["state_code", 0], ["zipcode", 2171], ["zipcode_ext", 0], ["tel_area_code", 617], ["tel_prefix", 664], ["tel_suffix", 2400], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.248982"], ["updated_at", "2016-08-26 01:56:46.248982"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11000138], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-10-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA, N.A."], ["address", "8001 VILLA PARK DRIVE"], ["city", "HENRICO"], ["state_code", 0], ["zipcode", 23228], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.252658"], ["updated_at", "2016-08-26 01:56:46.252658"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11000206], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A"], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.255878"], ["updated_at", "2016-08-26 01:56:46.255878"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11000390], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A"], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.258676"], ["updated_at", "2016-08-26 01:56:46.258676"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11000536], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-11-14 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FEDERAL HOME LOAN BK BOST"], ["address", "9TH FLOOR"], ["city", "BOSTON"], ["state_code", 0], ["zipcode", 2199], ["zipcode_ext", 0], ["tel_area_code", 617], ["tel_prefix", 292], ["tel_suffix", 9790], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.261881"], ["updated_at", "2016-08-26 01:56:46.261881"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11001234], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-26 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF NEW YORK MELLON"], ["address", "500 ROSS ST., 154-0960"], ["city", "PITTSBURGH"], ["state_code", 0], ["zipcode", 15262], ["zipcode_ext", 0], ["tel_area_code", 412], ["tel_prefix", 236], ["tel_suffix", 3338], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.266124"], ["updated_at", "2016-08-26 01:56:46.266124"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11001276], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2008-03-06 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "ONEUNITED BANK"], ["address", "3683 CRENSHAW BL"], ["city", "LOS ANGELES"], ["state_code", 0], ["zipcode", 90016], ["zipcode_ext", 0], ["tel_area_code", 877], ["tel_prefix", 663], ["tel_suffix", 8648], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.269636"], ["updated_at", "2016-08-26 01:56:46.269636"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11001331], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-07-02 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION"], ["address", "1 CITIZENS DRIVE"], ["city", "RIVERSIDE"], ["state_code", 0], ["zipcode", 2915], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 883], ["tel_suffix", 4224], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.272790"], ["updated_at", "2016-08-26 01:56:46.272790"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11001726], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-12 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "THE FIRST NATIONAL BANK OF IPSWICH"], ["address", "625 GEORGE WASHINGTON HWY"], ["city", "LINCOLN"], ["state_code", 0], ["zipcode", 2865], ["zipcode_ext", 0], ["tel_area_code", 401], ["tel_prefix", 574], ["tel_suffix", 1920], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.275935"], ["updated_at", "2016-08-26 01:56:46.275935"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11001742], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA, N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.279547"], ["updated_at", "2016-08-26 01:56:46.279547"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11001881], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-14 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FIDUCIARY TRUST CO"], ["address", "CASH MGMT"], ["city", "BOSTON"], ["state_code", 0], ["zipcode", 2205], ["zipcode_ext", 5806], ["tel_area_code", 617], ["tel_prefix", 292], ["tel_suffix", 6747], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.283094"], ["updated_at", "2016-08-26 01:56:46.283094"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11001962], ["office_code", "O"], ["frb_num", 121000374], ["record_type_code", 2], ["last_change_date", "2012-08-03 00:00:00.000000"], ["new_routing_num", 12220395], ["cust_name", "CATHAY BANK"], ["address", "RS-14"], ["city", "ROSEMEAD"], ["state_code", 0], ["zipcode", 91770], ["zipcode_ext", 0], ["tel_area_code", 626], ["tel_prefix", 582], ["tel_suffix", 7338], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.286430"], ["updated_at", "2016-08-26 01:56:46.286430"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11002343], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-18 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BOSTON PRIVATE BK + TR CO"], ["address", "ATTN: ACH ORPERATIONS"], ["city", "BOSTON"], ["state_code", 0], ["zipcode", 2109], ["zipcode_ext", 4603], ["tel_area_code", 617], ["tel_prefix", 912], ["tel_suffix", 4231], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.289204"], ["updated_at", "2016-08-26 01:56:46.289204"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11002550], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-18 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "EASTERN BANK"], ["address", "195 MARKET STREET"], ["city", "LYNN"], ["state_code", 0], ["zipcode", 1901], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 327], ["tel_suffix", 8376], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.292118"], ["updated_at", "2016-08-26 01:56:46.292118"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11002725], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-27 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "COMMERCE BANK & TRUST CO"], ["address", "386 MAIN ST"], ["city", "WORCESTER"], ["state_code", 0], ["zipcode", 1615], ["zipcode_ext", 0], ["tel_area_code", 508], ["tel_prefix", 797], ["tel_suffix", 6923], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.295061"], ["updated_at", "2016-08-26 01:56:46.295061"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11002877], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-04-26 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "EAST WEST BANK"], ["address", "9300 FLAIR DRIVE, 4TH FLOOR"], ["city", "EL MONTE"], ["state_code", 0], ["zipcode", 91731], ["zipcode_ext", 0], ["tel_area_code", 626], ["tel_prefix", 371], ["tel_suffix", 8561], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.298715"], ["updated_at", "2016-08-26 01:56:46.298715"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11075150], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-10-17 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "SANTANDER BANK, N.A."], ["address", "601 PENN STREET"], ["city", "READING"], ["state_code", 0], ["zipcode", 19601], ["zipcode_ext", 0], ["tel_area_code", 877], ["tel_prefix", 768], ["tel_suffix", 2265], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.302431"], ["updated_at", "2016-08-26 01:56:46.302431"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.3ms)[0m BEGIN
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11075202], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-24 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "SOVEREIGN BANK"], ["address", "601 PENN STREET"], ["city", "READING"], ["state_code", 0], ["zipcode", 19601], ["zipcode_ext", 0], ["tel_area_code", 877], ["tel_prefix", 768], ["tel_suffix", 2265], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.306628"], ["updated_at", "2016-08-26 01:56:46.306628"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11099071], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-09-30 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FRB BOSTON HUMAN RESOURCES"], ["address", "1000 PEACHTREE STREET NE"], ["city", "ATLANTA"], ["state_code", 0], ["zipcode", 30309], ["zipcode_ext", 0], ["tel_area_code", 866], ["tel_prefix", 234], ["tel_suffix", 5681], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.312084"], ["updated_at", "2016-08-26 01:56:46.312084"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11099660], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-09-30 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FRB BOSTON ACCOUNTING DEPT."], ["address", "1000 PEACHTREE STREET NE"], ["city", "ATLANTA"], ["state_code", 0], ["zipcode", 30309], ["zipcode_ext", 0], ["tel_area_code", 866], ["tel_prefix", 234], ["tel_suffix", 5681], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.315971"], ["updated_at", "2016-08-26 01:56:46.315971"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11100012], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.319561"], ["updated_at", "2016-08-26 01:56:46.319561"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11100106], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-03-11 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WELLS FARGO BANK"], ["address", "MAC N9301-041"], ["city", "MINNEAPOLIS"], ["state_code", 0], ["zipcode", 55479], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 745], ["tel_suffix", 2426], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.322800"], ["updated_at", "2016-08-26 01:56:46.322800"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11100805], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A"], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.325733"], ["updated_at", "2016-08-26 01:56:46.325733"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11100892], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.328710"], ["updated_at", "2016-08-26 01:56:46.328710"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11100915], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.332184"], ["updated_at", "2016-08-26 01:56:46.332184"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11101529], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.335726"], ["updated_at", "2016-08-26 01:56:46.335726"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11101613], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WEBSTER BANK"], ["address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state_code", 0], ["zipcode", 6053], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.338997"], ["updated_at", "2016-08-26 01:56:46.338997"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11101752], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-21 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.342016"], ["updated_at", "2016-08-26 01:56:46.342016"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11102133], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "CITIZENS NATIONAL BANK"], ["address", "182 MAIN ST"], ["city", "PUTMAN"], ["state_code", 0], ["zipcode", 6260], ["zipcode_ext", 1933], ["tel_area_code", 860], ["tel_prefix", 928], ["tel_suffix", 7921], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.345102"], ["updated_at", "2016-08-26 01:56:46.345102"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11102353], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2001-11-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FIRST NAT BANK OF SUFFIELD"], ["address", "30 BRIDGE STREET"], ["city", "SUFFIELD"], ["state_code", 0], ["zipcode", 6078], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 668], ["tel_suffix", 3950], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.348310"], ["updated_at", "2016-08-26 01:56:46.348310"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11102502], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-08 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "UNION SAVINGS BANK"], ["address", "225 MAIN ST"], ["city", "DANBURY"], ["state_code", 0], ["zipcode", 6810], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 830], ["tel_suffix", 4200], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.352115"], ["updated_at", "2016-08-26 01:56:46.352115"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11102612], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-07-24 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "SALISBURY BANK & TRUST CO"], ["address", "100 MAIN STREET"], ["city", "CANAAN"], ["state_code", 0], ["zipcode", 6018], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 435], ["tel_suffix", 9801], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.355349"], ["updated_at", "2016-08-26 01:56:46.355349"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11102638], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-08 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "NATIONAL IRON BANK"], ["address", "PO BOX 565"], ["city", "SALISBURY"], ["state_code", 0], ["zipcode", 6068], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 435], ["tel_suffix", 2581], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.358150"], ["updated_at", "2016-08-26 01:56:46.358150"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11102667], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-07-24 00:00:00.000000"], ["new_routing_num", 1110261], ["cust_name", "SALISBURY BANK & TRUST CO."], ["address", "100 MAIN STREET"], ["city", "CANAAN"], ["state_code", 0], ["zipcode", 6018], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 435], ["tel_suffix", 9801], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.360922"], ["updated_at", "2016-08-26 01:56:46.360922"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11103080], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-21 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.364195"], ["updated_at", "2016-08-26 01:56:46.364195"]]
+ [1m[36m (0.6ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11103093], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-27 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "TD BANK NA"], ["address", "P.O. BOX 1377"], ["city", "LEWISTON"], ["state_code", 0], ["zipcode", 4240], ["zipcode_ext", 1377], ["tel_area_code", 877], ["tel_prefix", 898], ["tel_suffix", 7821], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.367949"], ["updated_at", "2016-08-26 01:56:46.367949"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11103129], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2002-05-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "JEWETT CITY SAVINGS BANK"], ["address", "135 DARLING DR"], ["city", "AVON"], ["state_code", 0], ["zipcode", 6001], ["zipcode_ext", 4218], ["tel_area_code", 860], ["tel_prefix", 376], ["tel_suffix", 4444], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.371732"], ["updated_at", "2016-08-26 01:56:46.371732"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11104047], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.374602"], ["updated_at", "2016-08-26 01:56:46.374602"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11104050], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WEBSTER BANK"], ["address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state_code", 0], ["zipcode", 6053], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.377544"], ["updated_at", "2016-08-26 01:56:46.377544"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11104131], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-26 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PEOPLES BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", 0], ["zipcode", 6601], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 338], ["tel_suffix", 7171], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.381013"], ["updated_at", "2016-08-26 01:56:46.381013"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11104173], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-04-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FIRST NIAGARA BANK, NA"], ["address", "P.O. BOX 886"], ["city", "LOCKPORT"], ["state_code", 0], ["zipcode", 14095], ["zipcode_ext", 886], ["tel_area_code", 800], ["tel_prefix", 421], ["tel_suffix", 4], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.385232"], ["updated_at", "2016-08-26 01:56:46.385232"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11104199], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-26 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PEOPLES BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", 0], ["zipcode", 6601], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 338], ["tel_suffix", 7171], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.388769"], ["updated_at", "2016-08-26 01:56:46.388769"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11104209], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WEBSTER BANK"], ["address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state_code", 0], ["zipcode", 6053], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.391861"], ["updated_at", "2016-08-26 01:56:46.391861"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11104283], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-08-03 00:00:00.000000"], ["new_routing_num", 21117418], ["cust_name", "SAVINGS INSTITUTE"], ["address", "803 MAIN ST"], ["city", "WILLIMANTIC"], ["state_code", 0], ["zipcode", 6226], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 456], ["tel_suffix", 6565], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.395717"], ["updated_at", "2016-08-26 01:56:46.395717"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11104322], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 21117010], ["cust_name", "WEBSTER BANK N.A"], ["address", "436 SLATER ROAD"], ["city", "NEW BRITAIN"], ["state_code", 0], ["zipcode", 6053], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.400173"], ["updated_at", "2016-08-26 01:56:46.400173"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11104335], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-09-17 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PRIME BANK"], ["address", "7 OLD TAVERN ROAD"], ["city", "ORANGE"], ["state_code", 0], ["zipcode", 6477], ["zipcode_ext", 696], ["tel_area_code", 203], ["tel_prefix", 799], ["tel_suffix", 1299], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.404381"], ["updated_at", "2016-08-26 01:56:46.404381"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11104351], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2002-05-08 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "SIMSBURY BANK & TRUST"], ["address", "760 HOPEMEADOW STREET"], ["city", "SIMSBURY"], ["state_code", 0], ["zipcode", 6070], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 651], ["tel_suffix", 2097], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.407400"], ["updated_at", "2016-08-26 01:56:46.407400"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.7ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110552], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-09 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION"], ["address", "1 CITIZENS DRIVE"], ["city", "RIVERSIDE"], ["state_code", 0], ["zipcode", 2915], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 883], ["tel_suffix", 4224], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.410390"], ["updated_at", "2016-08-26 01:56:46.410390"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110617], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-15 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANKERS' BANK NORTHEAST"], ["address", "43 WESTERN BOULEVARD"], ["city", "GLASTONBURY"], ["state_code", 0], ["zipcode", 6033], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 266], ["tel_suffix", 2359], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.414695"], ["updated_at", "2016-08-26 01:56:46.414695"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.8ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110620], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2009-08-10 00:00:00.000000"], ["new_routing_num", 21117417], ["cust_name", "NAUGATUCK SAVINGS BANK"], ["address", "PO BOX 370"], ["city", "NAUGATUCK"], ["state_code", 0], ["zipcode", 6770], ["zipcode_ext", 370], ["tel_area_code", 203], ["tel_prefix", 720], ["tel_suffix", 5381], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.418911"], ["updated_at", "2016-08-26 01:56:46.418911"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110633], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-11-19 00:00:00.000000"], ["new_routing_num", 21187202], ["cust_name", "UNITED BANK"], ["address", "95 ELM STREET"], ["city", "WEST SPRINGFIELD"], ["state_code", 0], ["zipcode", 1089], ["zipcode_ext", 0], ["tel_area_code", 413], ["tel_prefix", 787], ["tel_suffix", 1700], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.422923"], ["updated_at", "2016-08-26 01:56:46.422923"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110646], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-11-19 00:00:00.000000"], ["new_routing_num", 21187202], ["cust_name", "UNITED BANK"], ["address", "95 ELM STREET"], ["city", "WEST SPRINGFIELD"], ["state_code", 0], ["zipcode", 1089], ["zipcode_ext", 0], ["tel_area_code", 413], ["tel_prefix", 787], ["tel_suffix", 1700], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.426027"], ["updated_at", "2016-08-26 01:56:46.426027"]]
+ [1m[35m (0.6ms)[0m COMMIT
+ [1m[36m (1.0ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110659], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-08-19 00:00:00.000000"], ["new_routing_num", 21117028], ["cust_name", "LIBERTY BANK"], ["address", "315 MAIN ST."], ["city", "MIDDLETOWN"], ["state_code", 0], ["zipcode", 6457], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 344], ["tel_suffix", 7243], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.432071"], ["updated_at", "2016-08-26 01:56:46.432071"]]
+ [1m[36m (0.8ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110675], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WEBSTER BANK"], ["address", "132 GRAND ST"], ["city", "WATERBURY"], ["state_code", 0], ["zipcode", 6702], ["zipcode_ext", 1909], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.438050"], ["updated_at", "2016-08-26 01:56:46.438050"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110688], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-08-19 00:00:00.000000"], ["new_routing_num", 21117028], ["cust_name", "LIBERTY BANK"], ["address", "315 MAIN ST."], ["city", "MIDDLETOWN"], ["state_code", 0], ["zipcode", 6457], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 344], ["tel_suffix", 7243], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.442297"], ["updated_at", "2016-08-26 01:56:46.442297"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110701], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WEBSTER BANK N.A."], ["address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state_code", 0], ["zipcode", 6053], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.446919"], ["updated_at", "2016-08-26 01:56:46.446919"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110730], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-20 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "QUINNIPIAC BANK & TRUST"], ["address", "2704 DIXWELL AVENUE"], ["city", "HAMDEN"], ["state_code", 0], ["zipcode", 6514], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 287], ["tel_suffix", 1473], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.451451"], ["updated_at", "2016-08-26 01:56:46.451451"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110743], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "THE CITIZENS NATIONAL BANK"], ["address", "182 MAIN ST, PO BOX 6002"], ["city", "PUTNAM"], ["state_code", 0], ["zipcode", 6260], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 928], ["tel_suffix", 7921], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.456960"], ["updated_at", "2016-08-26 01:56:46.456960"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110756], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-05-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "START COMMUNITY BANK"], ["address", "P O BOX 3110"], ["city", "NEW HAVEN"], ["state_code", 0], ["zipcode", 6513], ["zipcode_ext", 0], ["tel_area_code", 877], ["tel_prefix", 687], ["tel_suffix", 1133], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.460577"], ["updated_at", "2016-08-26 01:56:46.460577"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11175212], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-18 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "INSURBANC"], ["address", "10 EXECUTIVE DRIVE"], ["city", "FARMINGTON"], ["state_code", 0], ["zipcode", 6032], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 674], ["tel_suffix", 2304], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.464344"], ["updated_at", "2016-08-26 01:56:46.464344"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11175319], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-06-27 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "ROCKVILLE BANK"], ["address", "1645 ELLINGTON RD"], ["city", "SOUTH WINDSOR"], ["state_code", 0], ["zipcode", 6074], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 291], ["tel_suffix", 3797], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.467975"], ["updated_at", "2016-08-26 01:56:46.467975"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11175351], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-11 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "DIME BANK"], ["address", "290 SALEM TURNPIKE"], ["city", "NORWICH"], ["state_code", 0], ["zipcode", 6360], ["zipcode_ext", 0], ["tel_area_code", 856], ["tel_prefix", 859], ["tel_suffix", 4300], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.471491"], ["updated_at", "2016-08-26 01:56:46.471491"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11200022], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-08-21 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "KEY BANK NATIONAL ASSOCIATION"], ["address", "OH 01-51-0640"], ["city", "BROOKLYN"], ["state_code", 0], ["zipcode", 44144], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 304], ["tel_suffix", 9856], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.474528"], ["updated_at", "2016-08-26 01:56:46.474528"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11200051], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.477245"], ["updated_at", "2016-08-26 01:56:46.477245"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11200365], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-10-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA, N.A."], ["address", "8001 VILLA PARK DRIVE"], ["city", "HENRICO"], ["state_code", 0], ["zipcode", 23228], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.480720"], ["updated_at", "2016-08-26 01:56:46.480720"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11200475], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-07-17 00:00:00.000000"], ["new_routing_num", 21127438], ["cust_name", "BANGOR SAVINGS BANK"], ["address", "19 MAIN AVE."], ["city", "BANGOR"], ["state_code", 0], ["zipcode", 4401], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 942], ["tel_suffix", 5211], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.484408"], ["updated_at", "2016-08-26 01:56:46.484408"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11200585], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2001-11-19 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "DAMARISCOTTA BK&TR CO"], ["address", "P. O. BOX 999"], ["city", "DAMARISCOTTA"], ["state_code", 0], ["zipcode", 4543], ["zipcode_ext", 999], ["tel_area_code", 207], ["tel_prefix", 563], ["tel_suffix", 8121], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.487865"], ["updated_at", "2016-08-26 01:56:46.487865"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11200608], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-08-21 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "KEY BANK NATIONAL ASSOCIATION"], ["address", "OH 01-51-0640"], ["city", "BROOKLYN"], ["state_code", 0], ["zipcode", 44144], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 304], ["tel_suffix", 9856], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.491281"], ["updated_at", "2016-08-26 01:56:46.491281"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201115], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BAR HARBOR BANK & TRUST"], ["address", "P.O. BOX 1089"], ["city", "ELLSWORTH"], ["state_code", 0], ["zipcode", 4605], ["zipcode_ext", 1089], ["tel_area_code", 207], ["tel_prefix", 288], ["tel_suffix", 3314], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.495931"], ["updated_at", "2016-08-26 01:56:46.495931"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201306], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2006-10-03 00:00:00.000000"], ["new_routing_num", 1120145], ["cust_name", "CAMDEN NATIONAL BANK"], ["address", "245 COMMERCIAL STREET"], ["city", "ROCKPORT"], ["state_code", 0], ["zipcode", 4856], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 860], ["tel_suffix", 8821], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.499330"], ["updated_at", "2016-08-26 01:56:46.499330"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201335], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2011-06-27 00:00:00.000000"], ["new_routing_num", 21127445], ["cust_name", "TD BANK NA"], ["address", "P.O. BOX 1377"], ["city", "LEWISTON"], ["state_code", 0], ["zipcode", 4240], ["zipcode_ext", 1377], ["tel_area_code", 877], ["tel_prefix", 898], ["tel_suffix", 7821], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.502603"], ["updated_at", "2016-08-26 01:56:46.502603"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201380], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2008-03-14 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "CAMDEN NATIONAL BANK"], ["address", "245 COMMERCIAL STREET"], ["city", "ROCKPORT"], ["state_code", 0], ["zipcode", 4856], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 860], ["tel_suffix", 8821], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.505590"], ["updated_at", "2016-08-26 01:56:46.505590"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201403], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-06-25 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "NORTHEAST BANK"], ["address", "500 CANAL ST."], ["city", "LEWISTON"], ["state_code", 0], ["zipcode", 4240], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 786], ["tel_suffix", 3245], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.509806"], ["updated_at", "2016-08-26 01:56:46.509806"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201432], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PEOPLE'S UNITED BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", 0], ["zipcode", 6601], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 338], ["tel_suffix", 7171], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.513592"], ["updated_at", "2016-08-26 01:56:46.513592"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201458], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-09-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "CAMDEN NATIONAL BANK"], ["address", "245 COMMERCIAL STREET"], ["city", "ROCKPORT"], ["state_code", 0], ["zipcode", 4856], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 860], ["tel_suffix", 8821], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.517145"], ["updated_at", "2016-08-26 01:56:46.517145"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201490], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2008-06-13 00:00:00.000000"], ["new_routing_num", 21127246], ["cust_name", "SAVINGS BANK OF MAINE"], ["address", "190 WATER ST"], ["city", "GARDINER"], ["state_code", 0], ["zipcode", 4345], ["zipcode_ext", 190], ["tel_area_code", 207], ["tel_prefix", 582], ["tel_suffix", 5550], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.520697"], ["updated_at", "2016-08-26 01:56:46.520697"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201500], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PEOPLE'S UNITED BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", 0], ["zipcode", 6601], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 338], ["tel_suffix", 7171], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.523906"], ["updated_at", "2016-08-26 01:56:46.523906"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201526], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PEOPLE'S UNITED BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", 0], ["zipcode", 6601], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 338], ["tel_suffix", 7171], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.526769"], ["updated_at", "2016-08-26 01:56:46.526769"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201539], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.529507"], ["updated_at", "2016-08-26 01:56:46.529507"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201759], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-08-04 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BAR HARBOR BANK & TRUST"], ["address", "P. O. BOX 1089"], ["city", "ELLSWORTH"], ["state_code", 0], ["zipcode", 4605], ["zipcode_ext", 1089], ["tel_area_code", 207], ["tel_prefix", 288], ["tel_suffix", 3314], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.532878"], ["updated_at", "2016-08-26 01:56:46.532878"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201762], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "THE FIRST, N.A."], ["address", "7 BRISTOL ROAD"], ["city", "DAMARISCOTTA"], ["state_code", 0], ["zipcode", 4543], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 563], ["tel_suffix", 3195], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.536419"], ["updated_at", "2016-08-26 01:56:46.536419"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201830], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "THE FIRST, N.A."], ["address", "7 BRISTOL ROAD"], ["city", "DAMARISCOTTA"], ["state_code", 0], ["zipcode", 4543], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 563], ["tel_suffix", 3195], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.539754"], ["updated_at", "2016-08-26 01:56:46.539754"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201995], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "ANDROSCOGGIN SAVINGS BANK"], ["address", "PO BOX 1407"], ["city", "LEWISTON"], ["state_code", 0], ["zipcode", 4243], ["zipcode_ext", 7116], ["tel_area_code", 207], ["tel_prefix", 784], ["tel_suffix", 9164], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.542779"], ["updated_at", "2016-08-26 01:56:46.542779"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11202392], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "KATAHDIN TRUST COMPANY"], ["address", "P. O. BOX 36"], ["city", "HOULTON"], ["state_code", 0], ["zipcode", 4730], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 521], ["tel_suffix", 455], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.545487"], ["updated_at", "2016-08-26 01:56:46.545487"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11202907], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2008-09-22 00:00:00.000000"], ["new_routing_num", 21127246], ["cust_name", "SAVINGS BANK OF MAINE"], ["address", "190 WATER ST"], ["city", "GARDINER"], ["state_code", 0], ["zipcode", 4345], ["zipcode_ext", 190], ["tel_area_code", 207], ["tel_prefix", 582], ["tel_suffix", 5550], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.549596"], ["updated_at", "2016-08-26 01:56:46.549596"]]
+ [1m[36m (0.6ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11202910], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-09 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "TD BANK USA, NA"], ["address", "140 MILL STREET"], ["city", "LEWISTON"], ["state_code", 0], ["zipcode", 4240], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 755], ["tel_suffix", 6126], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.553397"], ["updated_at", "2016-08-26 01:56:46.553397"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11202923], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-23 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "DAMARISCOTTA BANK & TRUST COMPANY"], ["address", "P.O. BOX 999"], ["city", "DAMARISCOTTA"], ["state_code", 0], ["zipcode", 4543], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 563], ["tel_suffix", 8121], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.556724"], ["updated_at", "2016-08-26 01:56:46.556724"]]
+ [1m[36m (0.6ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11202936], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-23 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "THE FIRST, NATIONAL ASSOCIATION"], ["address", "PO BOX 940"], ["city", "DAMARISCOTTA"], ["state_code", 0], ["zipcode", 4543], ["zipcode_ext", 940], ["tel_area_code", 207], ["tel_prefix", 563], ["tel_suffix", 3195], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.559925"], ["updated_at", "2016-08-26 01:56:46.559925"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11275251], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-17 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANGOR SAVINGS BK"], ["address", "19 MAINE AVE"], ["city", "BANGOR"], ["state_code", 0], ["zipcode", 4401], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 974], ["tel_suffix", 5211], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.562988"], ["updated_at", "2016-08-26 01:56:46.562988"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11275303], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2007-07-17 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "GORHAM SAVINGS BANK"], ["address", "10 WENTWORTH DR"], ["city", "GORHAM"], ["state_code", 0], ["zipcode", 4038], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 222], ["tel_suffix", 1430], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.566527"], ["updated_at", "2016-08-26 01:56:46.566527"]]
+ [1m[35m (0.6ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11300142], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-08-12 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "COMMERCE BANK & TRUST CO"], ["address", "386 MAIN ST"], ["city", "WORCESTER"], ["state_code", 0], ["zipcode", 1615], ["zipcode_ext", 0], ["tel_area_code", 508], ["tel_prefix", 797], ["tel_suffix", 6923], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.570157"], ["updated_at", "2016-08-26 01:56:46.570157"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11300595], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "CAMBRIDGE TRUST COMPANY"], ["address", "10 FAWCETT ST."], ["city", "CAMBRIDGE"], ["state_code", 0], ["zipcode", 2138], ["zipcode_ext", 3809], ["tel_area_code", 617], ["tel_prefix", 441], ["tel_suffix", 1560], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.573234"], ["updated_at", "2016-08-26 01:56:46.573234"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11300605], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.576133"], ["updated_at", "2016-08-26 01:56:46.576133"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11301073], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-09 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION"], ["address", "1 CITIZENS DRIVE"], ["city", "RIVERSIDE"], ["state_code", 0], ["zipcode", 2915], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 883], ["tel_suffix", 4224], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.579725"], ["updated_at", "2016-08-26 01:56:46.579725"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11301390], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-05 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "CENTURY BANK & TRUST CO"], ["address", "400 MYSTIC AVE"], ["city", "MEDFORD"], ["state_code", 0], ["zipcode", 2155], ["zipcode_ext", 0], ["tel_area_code", 781], ["tel_prefix", 393], ["tel_suffix", 4090], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.583360"], ["updated_at", "2016-08-26 01:56:46.583360"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11301536], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-11 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "EASTERN BANK"], ["address", "195 MARKET STREET"], ["city", "LYNN"], ["state_code", 0], ["zipcode", 1901], ["zipcode_ext", 0], ["tel_area_code", 781], ["tel_prefix", 598], ["tel_suffix", 7897], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.587011"], ["updated_at", "2016-08-26 01:56:46.587011"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11301604], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-18 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "EASTERN BANK"], ["address", "195 MARKET STREET"], ["city", "LYNN"], ["state_code", 0], ["zipcode", 1901], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 327], ["tel_suffix", 8376], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.590298"], ["updated_at", "2016-08-26 01:56:46.590298"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11301646], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-08-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", 0], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 01:56:46.593108"], ["updated_at", "2016-08-26 01:56:46.593108"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36mBank Load (2.0ms)[0m [1mSELECT "banks".* FROM "banks" ORDER BY "banks"."id" DESC LIMIT 1[0m
+ [1m[35mBank Load (2.9ms)[0m SELECT "banks".* FROM "banks"
+
+
+Started GET "/" for ::1 at 2016-08-25 22:57:42 -0400
+ [1m[36mActiveRecord::SchemaMigration Load (2.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+
+ActionController::RoutingError (uninitialized constant StaticPagesController):
+ activesupport (4.2.4) lib/active_support/inflector/methods.rb:261:in `const_get'
+ activesupport (4.2.4) lib/active_support/inflector/methods.rb:261:in `block in constantize'
+ activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
+ activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
+ activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
+ railties (4.2.4) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (3.0ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_route.html.erb (1.6ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/routes/_table.html.erb (11.5ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (12.2ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.html.erb within rescues/layout (136.1ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.5ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.3ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (82.7ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (178.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-25 22:58:37 -0400
+
+LoadError (Unable to autoload constant StaticPagesController, expected /Users/Abramson/Desktop/ZipChallenge/app/controllers/static_pages_controller.rb to define it):
+ activesupport (4.2.4) lib/active_support/dependencies.rb:495:in `load_missing_constant'
+ activesupport (4.2.4) lib/active_support/dependencies.rb:184:in `const_missing'
+ activesupport (4.2.4) lib/active_support/inflector/methods.rb:261:in `const_get'
+ activesupport (4.2.4) lib/active_support/inflector/methods.rb:261:in `block in constantize'
+ activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `each'
+ activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `inject'
+ activesupport (4.2.4) lib/active_support/inflector/methods.rb:259:in `constantize'
+ activesupport (4.2.4) lib/active_support/dependencies.rb:566:in `get'
+ activesupport (4.2.4) lib/active_support/dependencies.rb:597:in `constantize'
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:72:in `controller_reference'
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:62:in `controller'
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:41:in `serve'
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:43:in `block in serve'
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `each'
+ actionpack (4.2.4) lib/action_dispatch/journey/router.rb:30:in `serve'
+ actionpack (4.2.4) lib/action_dispatch/routing/route_set.rb:821:in `call'
+ rack (1.6.4) lib/rack/etag.rb:24:in `call'
+ rack (1.6.4) lib/rack/conditionalget.rb:25:in `call'
+ rack (1.6.4) lib/rack/head.rb:13:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/params_parser.rb:27:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/flash.rb:260:in `call'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:225:in `context'
+ rack (1.6.4) lib/rack/session/abstract/id.rb:220:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/cookies.rb:560:in `call'
+ activerecord (4.2.4) lib/active_record/query_cache.rb:36:in `call'
+ activerecord (4.2.4) lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in `call'
+ activerecord (4.2.4) lib/active_record/migration.rb:377:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:29:in `block in call'
+ activesupport (4.2.4) lib/active_support/callbacks.rb:88:in `__run_callbacks__'
+ activesupport (4.2.4) lib/active_support/callbacks.rb:778:in `_run_call_callbacks'
+ activesupport (4.2.4) lib/active_support/callbacks.rb:81:in `run_callbacks'
+ actionpack (4.2.4) lib/action_dispatch/middleware/callbacks.rb:27:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/reloader.rb:73:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/remote_ip.rb:78:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:17:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
+ railties (4.2.4) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.7ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.html.erb (2.7ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.html.erb (1.2ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.html.erb within rescues/layout (92.1ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_markup.html.erb (0.5ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_inner_console_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/_prompt_box_markup.html.erb within layouts/inlined_string (0.4ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/style.css.erb within layouts/inlined_string (0.5ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/console.js.erb within layouts/javascript (67.4ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/main.js.erb within layouts/javascript (0.4ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/error_page.js.erb within layouts/javascript (0.5ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/web-console-2.3.0/lib/web_console/templates/index.html.erb (149.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-25 22:59:06 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.3ms)
+Completed 200 OK in 1260ms (Views: 1259.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-25 22:59:07 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-25 22:59:07 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-25 22:59:07 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-25 22:59:07 -0400
+
+
+Started GET "/assets/bundle.self-986d77f3fd89854668d2234c5b129916152e5b768f7034fe1d5a55d91eee3891.js?body=1" for ::1 at 2016-08-25 22:59:07 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-25 22:59:07 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-25 22:59:07 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 06:39:57 -0400
+ [1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (2.7ms)
+Completed 200 OK in 943ms (Views: 942.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 06:39:59 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 06:39:59 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 06:39:59 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 06:39:59 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 06:39:59 -0400
+
+
+Started GET "/assets/bundle.self-651a9d64719315d3de985b9117ddc019882d11fdd85f1a8532ce4ff36169b9a2.js?body=1" for ::1 at 2016-08-26 06:39:59 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 06:39:59 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 06:40:04 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 06:57:29 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 348ms (Views: 347.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 06:57:30 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 06:57:30 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 06:57:30 -0400
+
+
+Started GET "/assets/bundle.self-5fe791e2ebf12a7b02f00fa45ad7d7225f95c8b8a1a672a96b12b98deef9c160.js?body=1" for ::1 at 2016-08-26 06:57:30 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 06:57:30 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 06:57:30 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 06:57:30 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 06:57:30 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 06:58:18 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 28ms (Views: 27.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 06:58:18 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 06:58:18 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 06:58:18 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 06:58:18 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 06:58:18 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 06:58:18 -0400
+
+
+Started GET "/assets/bundle.self-5fe791e2ebf12a7b02f00fa45ad7d7225f95c8b8a1a672a96b12b98deef9c160.js?body=1" for ::1 at 2016-08-26 06:58:18 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 06:58:18 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 06:58:20 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 360ms (Views: 359.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 06:58:20 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 06:58:20 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 06:58:20 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 06:58:20 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 06:58:20 -0400
+
+
+Started GET "/assets/bundle.self-c56517b78e6e51e137acdd1329794639c15323186e3a8a573ebb4d96b10a12a0.js?body=1" for ::1 at 2016-08-26 06:58:20 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 06:58:20 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 06:58:20 -0400
+
+
+Started GET "/banks/11104209/" for ::1 at 2016-08-26 06:58:26 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104209"}
+ [1m[35mBank Load (3.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11104209]]
+Completed 200 OK in 90ms (Views: 2.5ms | ActiveRecord: 41.7ms)
+
+
+Started GET "/banks/11104209" for ::1 at 2016-08-26 06:58:33 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104209"}
+ [1m[36mBank Load (0.6ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11104209]]
+Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 06:59:03 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 22ms (Views: 21.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 06:59:03 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 06:59:03 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 06:59:03 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 06:59:03 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 06:59:03 -0400
+
+
+Started GET "/assets/bundle.self-c56517b78e6e51e137acdd1329794639c15323186e3a8a573ebb4d96b10a12a0.js?body=1" for ::1 at 2016-08-26 06:59:03 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 06:59:03 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 06:59:03 -0400
+
+
+Started GET "/banks/11104209" for ::1 at 2016-08-26 06:59:09 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104209"}
+ [1m[35mBank Load (0.8ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11104209]]
+Completed 200 OK in 19368ms (Views: 2.8ms | ActiveRecord: 4.7ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 06:59:52 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 370ms (Views: 369.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 06:59:52 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 06:59:52 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 06:59:52 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 06:59:52 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 06:59:52 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 06:59:52 -0400
+
+
+Started GET "/assets/bundle.self-a41d4bcb22d8df8b172e1e507717bb605f79098d0bee479cf77c4f1e87363a97.js?body=1" for ::1 at 2016-08-26 06:59:52 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 06:59:53 -0400
+
+
+Started GET "/banks/11104209" for ::1 at 2016-08-26 06:59:55 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104209"}
+ [1m[36mBank Load (0.5ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11104209]]
+Completed 200 OK in 8930ms (Views: 1.9ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 07:01:47 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 449ms (Views: 449.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:01:48 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:01:48 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:01:48 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:01:48 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:01:48 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:01:48 -0400
+
+
+Started GET "/assets/bundle.self-a82ed6a36d8f3bce0c00b9f33f07ec087e7b50a87586781e3203f3bd153bab47.js?body=1" for ::1 at 2016-08-26 07:01:48 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:01:48 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 07:01:52 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 21ms (Views: 21.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:01:52 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:01:52 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:01:52 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:01:52 -0400
+
+
+Started GET "/assets/bundle.self-a82ed6a36d8f3bce0c00b9f33f07ec087e7b50a87586781e3203f3bd153bab47.js?body=1" for ::1 at 2016-08-26 07:01:52 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:01:52 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:01:52 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:01:52 -0400
+
+
+Started GET "/banks/11104209" for ::1 at 2016-08-26 07:01:54 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104209"}
+ [1m[35mBank Load (0.5ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11104209]]
+Completed 200 OK in 23ms (Views: 1.0ms | ActiveRecord: 6.1ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 07:02:39 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 358ms (Views: 357.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:02:40 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:02:40 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:02:40 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:02:40 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:02:40 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:02:40 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:02:40 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:02:40 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 07:02:43 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 27ms (Views: 26.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:02:43 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:02:43 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:02:43 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:02:43 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:02:43 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:02:43 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:02:43 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:02:44 -0400
+
+
+Started GET "/banks/11104209" for ::1 at 2016-08-26 07:02:47 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104209"}
+ [1m[36mBank Load (0.5ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11104209]]
+Completed 200 OK in 3ms (Views: 0.8ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 07:04:19 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 24ms (Views: 23.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:04:19 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:04:19 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:04:19 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:04:19 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:04:19 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:04:19 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:04:19 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:04:19 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 07:04:22 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 20ms (Views: 20.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:04:22 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:04:22 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:04:22 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:04:22 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:04:22 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:04:22 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:04:22 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:04:23 -0400
+
+
+Started GET "/banks/11104209" for ::1 at 2016-08-26 07:04:25 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104209"}
+ [1m[35mBank Load (0.4ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11104209]]
+ Rendered banks/show.json.jbuilder (11.2ms)
+Completed 200 OK in 69ms (Views: 44.2ms | ActiveRecord: 3.8ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 07:06:58 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 30ms (Views: 29.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:06:58 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:06:58 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:06:58 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:06:58 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:06:58 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:06:58 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:06:58 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:06:58 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 07:07:01 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 23ms (Views: 23.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:07:01 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:07:01 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:07:01 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:07:01 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:07:01 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:07:01 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:07:01 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:07:02 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 07:07:05 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 24ms (Views: 23.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:07:05 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:07:05 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:07:05 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:07:05 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:07:05 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:07:05 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:07:05 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:07:05 -0400
+
+
+Started GET "/banks/11104209" for ::1 at 2016-08-26 07:07:25 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104209"}
+ [1m[36mBank Load (0.4ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11104209]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/banks/11301646" for ::1 at 2016-08-26 07:07:50 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11301646"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11301646]]
+ Rendered banks/show.json.jbuilder (1.3ms)
+Completed 200 OK in 22ms (Views: 20.2ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 07:09:57 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 31ms (Views: 31.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:09:57 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:09:57 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:09:57 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:09:57 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:09:57 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:09:57 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:09:57 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:09:57 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 07:10:00 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 20ms (Views: 20.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:10:00 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:10:00 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:10:00 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:10:00 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:10:00 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:10:00 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:10:00 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:10:01 -0400
+
+
+Started GET "/banks/" for ::1 at 2016-08-26 07:10:03 -0400
+
+ActionController::RoutingError (No route matches [GET] "/banks"):
+ actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
+ railties (4.2.4) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.9ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (33.7ms)
+
+
+Started GET "/banks/11301646" for ::1 at 2016-08-26 07:10:11 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11301646"}
+ [1m[36mBank Load (0.4ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11301646]]
+ Rendered banks/show.json.jbuilder (0.7ms)
+Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 07:10:44 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 18ms (Views: 18.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:10:44 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:10:44 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:10:44 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:10:44 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:10:44 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:10:44 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:10:44 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:10:45 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 07:10:47 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 21ms (Views: 20.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:10:48 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:10:48 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:10:48 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:10:48 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:10:48 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:10:48 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:10:48 -0400
+
+
+Started GET "/banks/" for ::1 at 2016-08-26 07:10:48 -0400
+
+ActionController::RoutingError (No route matches [GET] "/banks"):
+ actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
+ railties (4.2.4) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (32.0ms)
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:10:48 -0400
+
+
+Started GET "/banks/" for ::1 at 2016-08-26 07:10:51 -0400
+
+ActionController::RoutingError (No route matches [GET] "/banks"):
+ actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
+ railties (4.2.4) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (25.7ms)
+
+
+Started GET "/banks/11301646" for ::1 at 2016-08-26 07:10:54 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11301646"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11301646]]
+ Rendered banks/show.json.jbuilder (15.6ms)
+Completed 500 Internal Server Error in 31ms (ActiveRecord: 0.3ms)
+
+ActionView::Template::Error (undefined method `zipcode' for :city:Symbol):
+ 2: json.name @bank.cust_name
+ 3: json.tel_num "#{@bank.tel_area_code}-#{@bank.tel_prefix}-#{@bank.tel_suffix}"
+ 4: json.address do
+ 5: json.extract! :city, :zipcode
+ 6: # json.zipcode @bank.zipcode
+ 7: end
+ app/views/banks/show.json.jbuilder:5:in `block in _app_views_banks_show_json_jbuilder___3870722350734783196_70180531864680'
+ app/views/banks/show.json.jbuilder:4:in `_app_views_banks_show_json_jbuilder___3870722350734783196_70180531864680'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.3ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (57.2ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 07:11:21 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 18ms (Views: 18.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:11:21 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:11:21 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:11:21 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:11:21 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:11:21 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:11:21 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:11:21 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:11:21 -0400
+
+
+Started GET "/banks/11301646" for ::1 at 2016-08-26 07:11:24 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11301646"}
+ [1m[36mBank Load (0.6ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11301646]]
+ Rendered banks/show.json.jbuilder (1.6ms)
+Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.6ms)
+
+SyntaxError (/Users/Abramson/Desktop/ZipChallenge/app/views/banks/show.json.jbuilder:5: syntax error, unexpected ':', expecting keyword_end
+ json.extract! @bank :city, :zipcode
+ ^
+/Users/Abramson/Desktop/ZipChallenge/app/views/banks/show.json.jbuilder:5: syntax error, unexpected '\n', expecting &. or :: or '[' or '.'
+/Users/Abramson/Desktop/ZipChallenge/app/views/banks/show.json.jbuilder:10: syntax error, unexpected keyword_ensure, expecting keyword_end
+/Users/Abramson/Desktop/ZipChallenge/app/views/banks/show.json.jbuilder:12: syntax error, unexpected end-of-input, expecting keyword_end):
+ app/views/banks/show.json.jbuilder:5: syntax error, unexpected ':', expecting keyword_end
+ app/views/banks/show.json.jbuilder:5: syntax error, unexpected '\n', expecting &. or :: or '[' or '.'
+ app/views/banks/show.json.jbuilder:10: syntax error, unexpected keyword_ensure, expecting keyword_end
+ app/views/banks/show.json.jbuilder:12: syntax error, unexpected end-of-input, expecting keyword_end
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.6ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (1.0ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (85.0ms)
+
+
+Started GET "/banks/11301646" for ::1 at 2016-08-26 07:11:25 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11301646"}
+ [1m[35mBank Load (0.4ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11301646]]
+ Rendered banks/show.json.jbuilder (0.9ms)
+Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.4ms)
+
+SyntaxError (/Users/Abramson/Desktop/ZipChallenge/app/views/banks/show.json.jbuilder:5: syntax error, unexpected ':', expecting keyword_end
+ json.extract! @bank :city, :zipcode
+ ^
+/Users/Abramson/Desktop/ZipChallenge/app/views/banks/show.json.jbuilder:5: syntax error, unexpected '\n', expecting &. or :: or '[' or '.'
+/Users/Abramson/Desktop/ZipChallenge/app/views/banks/show.json.jbuilder:10: syntax error, unexpected keyword_ensure, expecting keyword_end
+/Users/Abramson/Desktop/ZipChallenge/app/views/banks/show.json.jbuilder:12: syntax error, unexpected end-of-input, expecting keyword_end):
+ app/views/banks/show.json.jbuilder:5: syntax error, unexpected ':', expecting keyword_end
+ app/views/banks/show.json.jbuilder:5: syntax error, unexpected '\n', expecting &. or :: or '[' or '.'
+ app/views/banks/show.json.jbuilder:10: syntax error, unexpected keyword_ensure, expecting keyword_end
+ app/views/banks/show.json.jbuilder:12: syntax error, unexpected end-of-input, expecting keyword_end
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (79.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 07:11:27 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 18ms (Views: 17.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:11:27 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:11:27 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:11:27 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:11:27 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:11:27 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:11:27 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:11:27 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:11:28 -0400
+
+
+Started GET "/banks/11301646" for ::1 at 2016-08-26 07:11:30 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11301646"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11301646]]
+ Rendered banks/show.json.jbuilder (1.0ms)
+Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.3ms)
+
+SyntaxError (/Users/Abramson/Desktop/ZipChallenge/app/views/banks/show.json.jbuilder:5: syntax error, unexpected ':', expecting keyword_end
+ json.extract! @bank :city, :zipcode
+ ^
+/Users/Abramson/Desktop/ZipChallenge/app/views/banks/show.json.jbuilder:5: syntax error, unexpected '\n', expecting &. or :: or '[' or '.'
+/Users/Abramson/Desktop/ZipChallenge/app/views/banks/show.json.jbuilder:10: syntax error, unexpected keyword_ensure, expecting keyword_end
+/Users/Abramson/Desktop/ZipChallenge/app/views/banks/show.json.jbuilder:12: syntax error, unexpected end-of-input, expecting keyword_end):
+ app/views/banks/show.json.jbuilder:5: syntax error, unexpected ':', expecting keyword_end
+ app/views/banks/show.json.jbuilder:5: syntax error, unexpected '\n', expecting &. or :: or '[' or '.'
+ app/views/banks/show.json.jbuilder:10: syntax error, unexpected keyword_ensure, expecting keyword_end
+ app/views/banks/show.json.jbuilder:12: syntax error, unexpected end-of-input, expecting keyword_end
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (5.0ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.3ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (83.6ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 07:12:01 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 17ms (Views: 17.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:12:01 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:12:01 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:12:01 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:12:01 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:12:01 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:12:01 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:12:01 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:12:01 -0400
+
+
+Started GET "/banks/11301646" for ::1 at 2016-08-26 07:12:05 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11301646"}
+ [1m[35mBank Load (0.5ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11301646]]
+ Rendered banks/show.json.jbuilder (1.0ms)
+Completed 200 OK in 19ms (Views: 17.0ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 07:13:19 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 23ms (Views: 23.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:13:19 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:13:19 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:13:19 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:13:19 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:13:19 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:13:19 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:13:19 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:13:19 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 07:13:22 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 23ms (Views: 22.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:13:23 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:13:23 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:13:23 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:13:23 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:13:23 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:13:23 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:13:23 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:13:23 -0400
+
+
+Started GET "/banks/11301646" for ::1 at 2016-08-26 07:13:25 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11301646"}
+ [1m[36mBank Load (0.4ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11301646]]
+ Rendered banks/show.json.jbuilder (2.1ms)
+Completed 200 OK in 23ms (Views: 21.8ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 07:15:58 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 37ms (Views: 37.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:15:58 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:15:58 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:15:58 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:15:58 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:15:58 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:15:58 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:15:58 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:15:59 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 07:16:02 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 31ms (Views: 30.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:16:02 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:16:02 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:16:02 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:16:02 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:16:02 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:16:02 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:16:02 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:16:02 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 07:16:07 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 24ms (Views: 24.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:16:07 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:16:07 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:16:07 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:16:07 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:16:07 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:16:07 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:16:07 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:16:08 -0400
+
+
+Started GET "/banks/11301646" for ::1 at 2016-08-26 07:16:15 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11301646"}
+ [1m[35mBank Load (1.0ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11301646]]
+ Rendered banks/show.json.jbuilder (4.5ms)
+Completed 200 OK in 24ms (Views: 20.8ms | ActiveRecord: 1.0ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 07:17:12 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 31ms (Views: 30.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:17:12 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:17:12 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:17:12 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:17:12 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:17:12 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:17:12 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:17:12 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:17:12 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 07:17:15 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 19ms (Views: 18.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:17:15 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:17:15 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:17:15 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:17:15 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:17:15 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:17:15 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:17:15 -0400
+
+
+Started GET "/banks/" for ::1 at 2016-08-26 07:17:16 -0400
+
+ActionController::RoutingError (No route matches [GET] "/banks"):
+ actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
+ railties (4.2.4) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (1.1ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (43.2ms)
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:17:16 -0400
+
+
+Started GET "/banks/11301646" for ::1 at 2016-08-26 07:17:21 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11301646"}
+ [1m[36mBank Load (0.4ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11301646]]
+ Rendered banks/show.json.jbuilder (1.3ms)
+Completed 200 OK in 17ms (Views: 15.2ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 07:18:11 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 18ms (Views: 17.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:18:11 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:18:11 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:18:11 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:18:11 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:18:11 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:18:11 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:18:11 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:18:11 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 07:18:14 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 32ms (Views: 31.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:18:14 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:18:14 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:18:14 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:18:14 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:18:14 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:18:14 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:18:14 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:18:15 -0400
+
+
+Started GET "/banks/11301646" for ::1 at 2016-08-26 07:18:18 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11301646"}
+ [1m[35mBank Load (0.6ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11301646]]
+ Rendered banks/show.json.jbuilder (1.0ms)
+Completed 200 OK in 26ms (Views: 23.7ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 07:20:07 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 19ms (Views: 18.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:20:07 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:20:07 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:20:07 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:20:07 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:20:07 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:20:07 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:20:07 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:20:08 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 07:20:11 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 22ms (Views: 21.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:20:11 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:20:11 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:20:11 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:20:11 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:20:11 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:20:11 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:20:11 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:20:11 -0400
+
+
+Started GET "/banks/11301646" for ::1 at 2016-08-26 07:20:13 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11301646"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11301646]]
+ Rendered banks/show.json.jbuilder (1.3ms)
+Completed 200 OK in 21ms (Views: 19.8ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 07:23:05 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.2ms)
+Completed 200 OK in 40ms (Views: 39.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:23:06 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:23:06 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:23:06 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:23:06 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:23:06 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:23:06 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:23:06 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:23:06 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 07:23:09 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 26ms (Views: 25.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:23:09 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:23:09 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:23:09 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:23:09 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:23:09 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:23:09 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:23:09 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:23:10 -0400
+
+
+Started GET "/banks/11301646" for ::1 at 2016-08-26 07:23:18 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11301646"}
+ [1m[35mBank Load (0.6ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11301646]]
+ Rendered banks/show.json.jbuilder (1.7ms)
+Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.6ms)
+
+SyntaxError (/Users/Abramson/Desktop/ZipChallenge/app/views/banks/show.json.jbuilder:20: syntax error, unexpected ':', expecting '}'
+json.record_type {0: "Federal Reserve Bank", 1: "...
+ ^
+/Users/Abramson/Desktop/ZipChallenge/app/views/banks/show.json.jbuilder:20: syntax error, unexpected ',', expecting '}'
+...ype {0: "Federal Reserve Bank", 1: "Send items to customer r...
+... ^
+/Users/Abramson/Desktop/ZipChallenge/app/views/banks/show.json.jbuilder:20: syntax error, unexpected ',', expecting '}'
+...ms to customer routing number", 2: "Send items to customer u...
+... ^):
+ app/views/banks/show.json.jbuilder:20: syntax error, unexpected ':', expecting '}'
+ app/views/banks/show.json.jbuilder:20: syntax error, unexpected ',', expecting '}'
+ app/views/banks/show.json.jbuilder:20: syntax error, unexpected ',', expecting '}'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (6.6ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (1.5ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.6ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (83.8ms)
+
+
+Started GET "/banks/11301646" for ::1 at 2016-08-26 07:23:21 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11301646"}
+ [1m[36mBank Load (0.4ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11301646]]
+ Rendered banks/show.json.jbuilder (1.5ms)
+Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.4ms)
+
+SyntaxError (/Users/Abramson/Desktop/ZipChallenge/app/views/banks/show.json.jbuilder:20: syntax error, unexpected ':', expecting '}'
+json.record_type {0: "Federal Reserve Bank", 1: "...
+ ^
+/Users/Abramson/Desktop/ZipChallenge/app/views/banks/show.json.jbuilder:20: syntax error, unexpected ',', expecting '}'
+...ype {0: "Federal Reserve Bank", 1: "Send items to customer r...
+... ^
+/Users/Abramson/Desktop/ZipChallenge/app/views/banks/show.json.jbuilder:20: syntax error, unexpected ',', expecting '}'
+...ms to customer routing number", 2: "Send items to customer u...
+... ^):
+ app/views/banks/show.json.jbuilder:20: syntax error, unexpected ':', expecting '}'
+ app/views/banks/show.json.jbuilder:20: syntax error, unexpected ',', expecting '}'
+ app/views/banks/show.json.jbuilder:20: syntax error, unexpected ',', expecting '}'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (4.7ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (1.1ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.3ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (76.0ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 07:24:19 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.2ms)
+Completed 200 OK in 23ms (Views: 22.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:24:19 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:24:19 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:24:19 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:24:19 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:24:19 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:24:19 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:24:19 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:24:20 -0400
+
+
+Started GET "/banks/11301646" for ::1 at 2016-08-26 07:24:23 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11301646"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11301646]]
+ Rendered banks/show.json.jbuilder (2.2ms)
+Completed 200 OK in 22ms (Views: 20.2ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 07:30:17 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.4ms)
+Completed 200 OK in 53ms (Views: 51.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:30:17 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:30:17 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:30:17 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:30:17 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:30:17 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:30:17 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:30:17 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:30:18 -0400
+
+
+Started GET "/banks/11301646" for ::1 at 2016-08-26 07:30:20 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11301646"}
+ [1m[36mBank Load (0.9ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11301646]]
+ Rendered banks/show.json.jbuilder (5.9ms)
+Completed 200 OK in 30ms (Views: 22.6ms | ActiveRecord: 0.9ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 07:31:21 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 25ms (Views: 24.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:31:22 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:31:22 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:31:22 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:31:22 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:31:22 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:31:22 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:31:22 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:31:22 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 07:31:25 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 21ms (Views: 20.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:31:25 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:31:25 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:31:25 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:31:25 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:31:25 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:31:25 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:31:25 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:31:26 -0400
+
+
+Started GET "/banks/11301646" for ::1 at 2016-08-26 07:31:30 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11301646"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11301646]]
+ Rendered banks/show.json.jbuilder (1.1ms)
+Completed 200 OK in 17ms (Views: 16.0ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 07:32:11 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 24ms (Views: 23.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:32:11 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:32:11 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:32:11 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:32:11 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:32:11 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:32:11 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:32:11 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:32:11 -0400
+
+
+Started GET "/banks/11301646" for ::1 at 2016-08-26 07:32:14 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11301646"}
+ [1m[36mBank Load (0.5ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11301646]]
+ Rendered banks/show.json.jbuilder (1.4ms)
+Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 07:33:56 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 47ms (Views: 46.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:33:56 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:33:56 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:33:56 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:33:56 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:33:56 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:33:56 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:33:56 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:33:56 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 07:34:00 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 33ms (Views: 32.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:34:00 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:34:00 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:34:00 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:34:00 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:34:00 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:34:00 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:34:00 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:34:00 -0400
+
+
+Started GET "/banks/11104209" for ::1 at 2016-08-26 07:34:08 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104209"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11104209]]
+ Rendered banks/show.json.jbuilder (1.4ms)
+Completed 200 OK in 18ms (Views: 16.1ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 07:35:21 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 27ms (Views: 26.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:35:21 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:35:21 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:35:21 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:35:21 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:35:21 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:35:21 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:35:21 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:35:21 -0400
+
+
+Started GET "/banks/11104209" for ::1 at 2016-08-26 07:35:24 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104209"}
+ [1m[36mBank Load (0.4ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11104209]]
+ Rendered banks/show.json.jbuilder (1.6ms)
+Completed 200 OK in 19ms (Views: 17.0ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 07:37:24 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 28ms (Views: 27.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:37:24 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:37:24 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:37:24 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:37:24 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:37:24 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:37:24 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:37:24 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:37:24 -0400
+
+
+Started GET "/banks/11104209" for ::1 at 2016-08-26 07:37:26 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104209"}
+ [1m[35mBank Load (0.4ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11104209]]
+ Rendered banks/show.json.jbuilder (2.3ms)
+Completed 200 OK in 22ms (Views: 19.4ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 07:38:00 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 24ms (Views: 23.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 07:38:00 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 07:38:00 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 07:38:00 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 07:38:00 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 07:38:00 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 07:38:00 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 07:38:00 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 07:38:00 -0400
+
+
+Started GET "/banks/11104209" for ::1 at 2016-08-26 07:38:06 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104209"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11104209]]
+ Rendered banks/show.json.jbuilder (2.3ms)
+Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.3ms)
+ [1m[36mActiveRecord::SchemaMigration Load (1.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Migrating to ChangeCityCodeType (20160826120038)
+ [1m[35m (1.3ms)[0m BEGIN
+ [1m[36m (27.2ms)[0m [1mALTER TABLE "banks" ALTER COLUMN "state_code" TYPE character varying[0m
+ [1m[35mSQL (1.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20160826120038"]]
+ [1m[36m (429.7ms)[0m [1mCOMMIT[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.3ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (5.2ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
+FROM pg_constraint c
+JOIN pg_class t1 ON c.conrelid = t1.oid
+JOIN pg_class t2 ON c.confrelid = t2.oid
+JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
+JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
+JOIN pg_namespace t3 ON c.connamespace = t3.oid
+WHERE c.contype = 'f'
+ AND t1.relname = 'banks'
+ AND t3.nspname = ANY (current_schemas(false))
+ORDER BY c.conname
+[0m
+ [1m[36m (5024.3ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+PG::ObjectInUse: ERROR: database "ZipChallenge_development" is being accessed by other users
+DETAIL: There are 2 other sessions using the database.
+: DROP DATABASE IF EXISTS "ZipChallenge_development"
+ [1m[35m (343.1ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (3.0ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+PG::DuplicateDatabase: ERROR: database "ZipChallenge_development" already exists
+: CREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'
+ [1m[35m (558.7ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (2.4ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (7.4ms)[0m DROP TABLE "banks" CASCADE
+ [1m[36m (13.5ms)[0m [1mCREATE TABLE "banks" ("id" serial primary key, "routing_num" integer NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" integer, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" integer, "zipcode_ext" integer, "tel_area_code" integer, "tel_prefix" integer, "tel_suffix" integer, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [0m
+ [1m[35m (0.7ms)[0m SELECT version FROM "schema_migrations"
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (8.8ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" integer NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" integer, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" integer, "zipcode_ext" integer, "tel_area_code" integer, "tel_prefix" integer, "tel_suffix" integer, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (4.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (2.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.4ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.5ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (1.7ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11000015], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", 30309], ["zipcode_ext", 4470], ["tel_area_code", 866], ["tel_prefix", 234], ["tel_suffix", 5681], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.186779"], ["updated_at", "2016-08-26 12:02:56.186779"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11000028], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "STATE STREET BANK AND TRUST COMPANY"], ["address", "JAB2NW"], ["city", "N. QUINCY"], ["state_code", "MA"], ["zipcode", 2171], ["zipcode_ext", 0], ["tel_area_code", 617], ["tel_prefix", 664], ["tel_suffix", 2400], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.195714"], ["updated_at", "2016-08-26 12:02:56.195714"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11000138], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-10-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA, N.A."], ["address", "8001 VILLA PARK DRIVE"], ["city", "HENRICO"], ["state_code", "VA"], ["zipcode", 23228], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.198725"], ["updated_at", "2016-08-26 12:02:56.198725"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11000206], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A"], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.202042"], ["updated_at", "2016-08-26 12:02:56.202042"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11000390], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A"], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.205479"], ["updated_at", "2016-08-26 12:02:56.205479"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11000536], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-11-14 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FEDERAL HOME LOAN BK BOST"], ["address", "9TH FLOOR"], ["city", "BOSTON"], ["state_code", "MA"], ["zipcode", 2199], ["zipcode_ext", 0], ["tel_area_code", 617], ["tel_prefix", 292], ["tel_suffix", 9790], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.208866"], ["updated_at", "2016-08-26 12:02:56.208866"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11001234], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-26 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF NEW YORK MELLON"], ["address", "500 ROSS ST., 154-0960"], ["city", "PITTSBURGH"], ["state_code", "PA"], ["zipcode", 15262], ["zipcode_ext", 0], ["tel_area_code", 412], ["tel_prefix", 236], ["tel_suffix", 3338], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.212376"], ["updated_at", "2016-08-26 12:02:56.212376"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11001276], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2008-03-06 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "ONEUNITED BANK"], ["address", "3683 CRENSHAW BL"], ["city", "LOS ANGELES"], ["state_code", "CA"], ["zipcode", 90016], ["zipcode_ext", 0], ["tel_area_code", 877], ["tel_prefix", 663], ["tel_suffix", 8648], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.216789"], ["updated_at", "2016-08-26 12:02:56.216789"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11001331], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-07-02 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION"], ["address", "1 CITIZENS DRIVE"], ["city", "RIVERSIDE"], ["state_code", "RI"], ["zipcode", 2915], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 883], ["tel_suffix", 4224], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.219973"], ["updated_at", "2016-08-26 12:02:56.219973"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11001726], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-12 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "THE FIRST NATIONAL BANK OF IPSWICH"], ["address", "625 GEORGE WASHINGTON HWY"], ["city", "LINCOLN"], ["state_code", "RI"], ["zipcode", 2865], ["zipcode_ext", 0], ["tel_area_code", 401], ["tel_prefix", 574], ["tel_suffix", 1920], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.223294"], ["updated_at", "2016-08-26 12:02:56.223294"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11001742], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA, N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.226484"], ["updated_at", "2016-08-26 12:02:56.226484"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11001881], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-14 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FIDUCIARY TRUST CO"], ["address", "CASH MGMT"], ["city", "BOSTON"], ["state_code", "MA"], ["zipcode", 2205], ["zipcode_ext", 5806], ["tel_area_code", 617], ["tel_prefix", 292], ["tel_suffix", 6747], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.231175"], ["updated_at", "2016-08-26 12:02:56.231175"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11001962], ["office_code", "O"], ["frb_num", 121000374], ["record_type_code", 2], ["last_change_date", "2012-08-03 00:00:00.000000"], ["new_routing_num", 12220395], ["cust_name", "CATHAY BANK"], ["address", "RS-14"], ["city", "ROSEMEAD"], ["state_code", "CA"], ["zipcode", 91770], ["zipcode_ext", 0], ["tel_area_code", 626], ["tel_prefix", 582], ["tel_suffix", 7338], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.236653"], ["updated_at", "2016-08-26 12:02:56.236653"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11002343], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-18 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BOSTON PRIVATE BK + TR CO"], ["address", "ATTN: ACH ORPERATIONS"], ["city", "BOSTON"], ["state_code", "MA"], ["zipcode", 2109], ["zipcode_ext", 4603], ["tel_area_code", 617], ["tel_prefix", 912], ["tel_suffix", 4231], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.240714"], ["updated_at", "2016-08-26 12:02:56.240714"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11002550], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-18 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "EASTERN BANK"], ["address", "195 MARKET STREET"], ["city", "LYNN"], ["state_code", "MA"], ["zipcode", 1901], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 327], ["tel_suffix", 8376], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.245246"], ["updated_at", "2016-08-26 12:02:56.245246"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11002725], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-27 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "COMMERCE BANK & TRUST CO"], ["address", "386 MAIN ST"], ["city", "WORCESTER"], ["state_code", "MA"], ["zipcode", 1615], ["zipcode_ext", 0], ["tel_area_code", 508], ["tel_prefix", 797], ["tel_suffix", 6923], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.248446"], ["updated_at", "2016-08-26 12:02:56.248446"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11002877], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-04-26 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "EAST WEST BANK"], ["address", "9300 FLAIR DRIVE, 4TH FLOOR"], ["city", "EL MONTE"], ["state_code", "CA"], ["zipcode", 91731], ["zipcode_ext", 0], ["tel_area_code", 626], ["tel_prefix", 371], ["tel_suffix", 8561], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.251687"], ["updated_at", "2016-08-26 12:02:56.251687"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11075150], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-10-17 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "SANTANDER BANK, N.A."], ["address", "601 PENN STREET"], ["city", "READING"], ["state_code", "PA"], ["zipcode", 19601], ["zipcode_ext", 0], ["tel_area_code", 877], ["tel_prefix", 768], ["tel_suffix", 2265], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.255529"], ["updated_at", "2016-08-26 12:02:56.255529"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11075202], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-24 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "SOVEREIGN BANK"], ["address", "601 PENN STREET"], ["city", "READING"], ["state_code", "PA"], ["zipcode", 19601], ["zipcode_ext", 0], ["tel_area_code", 877], ["tel_prefix", 768], ["tel_suffix", 2265], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.259254"], ["updated_at", "2016-08-26 12:02:56.259254"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11099071], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-09-30 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FRB BOSTON HUMAN RESOURCES"], ["address", "1000 PEACHTREE STREET NE"], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", 30309], ["zipcode_ext", 0], ["tel_area_code", 866], ["tel_prefix", 234], ["tel_suffix", 5681], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.262603"], ["updated_at", "2016-08-26 12:02:56.262603"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11099660], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-09-30 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FRB BOSTON ACCOUNTING DEPT."], ["address", "1000 PEACHTREE STREET NE"], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", 30309], ["zipcode_ext", 0], ["tel_area_code", 866], ["tel_prefix", 234], ["tel_suffix", 5681], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.265720"], ["updated_at", "2016-08-26 12:02:56.265720"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11100012], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.268874"], ["updated_at", "2016-08-26 12:02:56.268874"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11100106], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-03-11 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WELLS FARGO BANK"], ["address", "MAC N9301-041"], ["city", "MINNEAPOLIS"], ["state_code", "MN"], ["zipcode", 55479], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 745], ["tel_suffix", 2426], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.272847"], ["updated_at", "2016-08-26 12:02:56.272847"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11100805], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A"], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.276155"], ["updated_at", "2016-08-26 12:02:56.276155"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11100892], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.279384"], ["updated_at", "2016-08-26 12:02:56.279384"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11100915], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.283353"], ["updated_at", "2016-08-26 12:02:56.283353"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11101529], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.288565"], ["updated_at", "2016-08-26 12:02:56.288565"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11101613], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WEBSTER BANK"], ["address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state_code", "CT"], ["zipcode", 6053], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.293471"], ["updated_at", "2016-08-26 12:02:56.293471"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11101752], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-21 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.296766"], ["updated_at", "2016-08-26 12:02:56.296766"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11102133], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "CITIZENS NATIONAL BANK"], ["address", "182 MAIN ST"], ["city", "PUTMAN"], ["state_code", "CT"], ["zipcode", 6260], ["zipcode_ext", 1933], ["tel_area_code", 860], ["tel_prefix", 928], ["tel_suffix", 7921], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.300759"], ["updated_at", "2016-08-26 12:02:56.300759"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11102353], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2001-11-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FIRST NAT BANK OF SUFFIELD"], ["address", "30 BRIDGE STREET"], ["city", "SUFFIELD"], ["state_code", "CT"], ["zipcode", 6078], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 668], ["tel_suffix", 3950], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.305066"], ["updated_at", "2016-08-26 12:02:56.305066"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11102502], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-08 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "UNION SAVINGS BANK"], ["address", "225 MAIN ST"], ["city", "DANBURY"], ["state_code", "CT"], ["zipcode", 6810], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 830], ["tel_suffix", 4200], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.308434"], ["updated_at", "2016-08-26 12:02:56.308434"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11102612], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-07-24 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "SALISBURY BANK & TRUST CO"], ["address", "100 MAIN STREET"], ["city", "CANAAN"], ["state_code", "CT"], ["zipcode", 6018], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 435], ["tel_suffix", 9801], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.312209"], ["updated_at", "2016-08-26 12:02:56.312209"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11102638], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-08 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "NATIONAL IRON BANK"], ["address", "PO BOX 565"], ["city", "SALISBURY"], ["state_code", "CT"], ["zipcode", 6068], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 435], ["tel_suffix", 2581], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.316839"], ["updated_at", "2016-08-26 12:02:56.316839"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11102667], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-07-24 00:00:00.000000"], ["new_routing_num", 1110261], ["cust_name", "SALISBURY BANK & TRUST CO."], ["address", "100 MAIN STREET"], ["city", "CANAAN"], ["state_code", "CT"], ["zipcode", 6018], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 435], ["tel_suffix", 9801], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.322151"], ["updated_at", "2016-08-26 12:02:56.322151"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11103080], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-21 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.326230"], ["updated_at", "2016-08-26 12:02:56.326230"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11103093], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-27 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "TD BANK NA"], ["address", "P.O. BOX 1377"], ["city", "LEWISTON"], ["state_code", "ME"], ["zipcode", 4240], ["zipcode_ext", 1377], ["tel_area_code", 877], ["tel_prefix", 898], ["tel_suffix", 7821], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.330722"], ["updated_at", "2016-08-26 12:02:56.330722"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11103129], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2002-05-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "JEWETT CITY SAVINGS BANK"], ["address", "135 DARLING DR"], ["city", "AVON"], ["state_code", "CT"], ["zipcode", 6001], ["zipcode_ext", 4218], ["tel_area_code", 860], ["tel_prefix", 376], ["tel_suffix", 4444], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.334512"], ["updated_at", "2016-08-26 12:02:56.334512"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11104047], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.338963"], ["updated_at", "2016-08-26 12:02:56.338963"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11104050], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WEBSTER BANK"], ["address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state_code", "CT"], ["zipcode", 6053], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.344199"], ["updated_at", "2016-08-26 12:02:56.344199"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11104131], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-26 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PEOPLES BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", "CT"], ["zipcode", 6601], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 338], ["tel_suffix", 7171], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.348654"], ["updated_at", "2016-08-26 12:02:56.348654"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11104173], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-04-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FIRST NIAGARA BANK, NA"], ["address", "P.O. BOX 886"], ["city", "LOCKPORT"], ["state_code", "NY"], ["zipcode", 14095], ["zipcode_ext", 886], ["tel_area_code", 800], ["tel_prefix", 421], ["tel_suffix", 4], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.351913"], ["updated_at", "2016-08-26 12:02:56.351913"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11104199], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-26 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PEOPLES BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", "CT"], ["zipcode", 6601], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 338], ["tel_suffix", 7171], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.354764"], ["updated_at", "2016-08-26 12:02:56.354764"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11104209], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WEBSTER BANK"], ["address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state_code", "CT"], ["zipcode", 6053], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.357723"], ["updated_at", "2016-08-26 12:02:56.357723"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11104283], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-08-03 00:00:00.000000"], ["new_routing_num", 21117418], ["cust_name", "SAVINGS INSTITUTE"], ["address", "803 MAIN ST"], ["city", "WILLIMANTIC"], ["state_code", "CT"], ["zipcode", 6226], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 456], ["tel_suffix", 6565], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.360565"], ["updated_at", "2016-08-26 12:02:56.360565"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11104322], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 21117010], ["cust_name", "WEBSTER BANK N.A"], ["address", "436 SLATER ROAD"], ["city", "NEW BRITAIN"], ["state_code", "CT"], ["zipcode", 6053], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.363352"], ["updated_at", "2016-08-26 12:02:56.363352"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11104335], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-09-17 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PRIME BANK"], ["address", "7 OLD TAVERN ROAD"], ["city", "ORANGE"], ["state_code", "CT"], ["zipcode", 6477], ["zipcode_ext", 696], ["tel_area_code", 203], ["tel_prefix", 799], ["tel_suffix", 1299], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.366417"], ["updated_at", "2016-08-26 12:02:56.366417"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11104351], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2002-05-08 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "SIMSBURY BANK & TRUST"], ["address", "760 HOPEMEADOW STREET"], ["city", "SIMSBURY"], ["state_code", "CT"], ["zipcode", 6070], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 651], ["tel_suffix", 2097], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.369925"], ["updated_at", "2016-08-26 12:02:56.369925"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110552], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-09 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION"], ["address", "1 CITIZENS DRIVE"], ["city", "RIVERSIDE"], ["state_code", "RI"], ["zipcode", 2915], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 883], ["tel_suffix", 4224], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.373036"], ["updated_at", "2016-08-26 12:02:56.373036"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110617], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-15 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANKERS' BANK NORTHEAST"], ["address", "43 WESTERN BOULEVARD"], ["city", "GLASTONBURY"], ["state_code", "CT"], ["zipcode", 6033], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 266], ["tel_suffix", 2359], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.375983"], ["updated_at", "2016-08-26 12:02:56.375983"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110620], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2009-08-10 00:00:00.000000"], ["new_routing_num", 21117417], ["cust_name", "NAUGATUCK SAVINGS BANK"], ["address", "PO BOX 370"], ["city", "NAUGATUCK"], ["state_code", "CT"], ["zipcode", 6770], ["zipcode_ext", 370], ["tel_area_code", 203], ["tel_prefix", 720], ["tel_suffix", 5381], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.378836"], ["updated_at", "2016-08-26 12:02:56.378836"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110633], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-11-19 00:00:00.000000"], ["new_routing_num", 21187202], ["cust_name", "UNITED BANK"], ["address", "95 ELM STREET"], ["city", "WEST SPRINGFIELD"], ["state_code", "MA"], ["zipcode", 1089], ["zipcode_ext", 0], ["tel_area_code", 413], ["tel_prefix", 787], ["tel_suffix", 1700], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.381587"], ["updated_at", "2016-08-26 12:02:56.381587"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110646], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-11-19 00:00:00.000000"], ["new_routing_num", 21187202], ["cust_name", "UNITED BANK"], ["address", "95 ELM STREET"], ["city", "WEST SPRINGFIELD"], ["state_code", "MA"], ["zipcode", 1089], ["zipcode_ext", 0], ["tel_area_code", 413], ["tel_prefix", 787], ["tel_suffix", 1700], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.384695"], ["updated_at", "2016-08-26 12:02:56.384695"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110659], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-08-19 00:00:00.000000"], ["new_routing_num", 21117028], ["cust_name", "LIBERTY BANK"], ["address", "315 MAIN ST."], ["city", "MIDDLETOWN"], ["state_code", "CT"], ["zipcode", 6457], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 344], ["tel_suffix", 7243], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.387476"], ["updated_at", "2016-08-26 12:02:56.387476"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110675], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WEBSTER BANK"], ["address", "132 GRAND ST"], ["city", "WATERBURY"], ["state_code", "CT"], ["zipcode", 6702], ["zipcode_ext", 1909], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.390406"], ["updated_at", "2016-08-26 12:02:56.390406"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110688], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-08-19 00:00:00.000000"], ["new_routing_num", 21117028], ["cust_name", "LIBERTY BANK"], ["address", "315 MAIN ST."], ["city", "MIDDLETOWN"], ["state_code", "CT"], ["zipcode", 6457], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 344], ["tel_suffix", 7243], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.393122"], ["updated_at", "2016-08-26 12:02:56.393122"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110701], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WEBSTER BANK N.A."], ["address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state_code", "CT"], ["zipcode", 6053], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.396128"], ["updated_at", "2016-08-26 12:02:56.396128"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110730], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-20 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "QUINNIPIAC BANK & TRUST"], ["address", "2704 DIXWELL AVENUE"], ["city", "HAMDEN"], ["state_code", "CT"], ["zipcode", 6514], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 287], ["tel_suffix", 1473], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.398965"], ["updated_at", "2016-08-26 12:02:56.398965"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110743], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "THE CITIZENS NATIONAL BANK"], ["address", "182 MAIN ST, PO BOX 6002"], ["city", "PUTNAM"], ["state_code", "CT"], ["zipcode", 6260], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 928], ["tel_suffix", 7921], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.401775"], ["updated_at", "2016-08-26 12:02:56.401775"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110756], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-05-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "START COMMUNITY BANK"], ["address", "P O BOX 3110"], ["city", "NEW HAVEN"], ["state_code", "CT"], ["zipcode", 6513], ["zipcode_ext", 0], ["tel_area_code", 877], ["tel_prefix", 687], ["tel_suffix", 1133], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.404451"], ["updated_at", "2016-08-26 12:02:56.404451"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11175212], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-18 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "INSURBANC"], ["address", "10 EXECUTIVE DRIVE"], ["city", "FARMINGTON"], ["state_code", "CT"], ["zipcode", 6032], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 674], ["tel_suffix", 2304], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.407270"], ["updated_at", "2016-08-26 12:02:56.407270"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11175319], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-06-27 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "ROCKVILLE BANK"], ["address", "1645 ELLINGTON RD"], ["city", "SOUTH WINDSOR"], ["state_code", "CT"], ["zipcode", 6074], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 291], ["tel_suffix", 3797], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.410062"], ["updated_at", "2016-08-26 12:02:56.410062"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11175351], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-11 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "DIME BANK"], ["address", "290 SALEM TURNPIKE"], ["city", "NORWICH"], ["state_code", "CT"], ["zipcode", 6360], ["zipcode_ext", 0], ["tel_area_code", 856], ["tel_prefix", 859], ["tel_suffix", 4300], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.413022"], ["updated_at", "2016-08-26 12:02:56.413022"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11200022], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-08-21 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "KEY BANK NATIONAL ASSOCIATION"], ["address", "OH 01-51-0640"], ["city", "BROOKLYN"], ["state_code", "OH"], ["zipcode", 44144], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 304], ["tel_suffix", 9856], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.415911"], ["updated_at", "2016-08-26 12:02:56.415911"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11200051], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.418700"], ["updated_at", "2016-08-26 12:02:56.418700"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11200365], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-10-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA, N.A."], ["address", "8001 VILLA PARK DRIVE"], ["city", "HENRICO"], ["state_code", "VA"], ["zipcode", 23228], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.421551"], ["updated_at", "2016-08-26 12:02:56.421551"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11200475], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-07-17 00:00:00.000000"], ["new_routing_num", 21127438], ["cust_name", "BANGOR SAVINGS BANK"], ["address", "19 MAIN AVE."], ["city", "BANGOR"], ["state_code", "ME"], ["zipcode", 4401], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 942], ["tel_suffix", 5211], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.425310"], ["updated_at", "2016-08-26 12:02:56.425310"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11200585], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2001-11-19 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "DAMARISCOTTA BK&TR CO"], ["address", "P. O. BOX 999"], ["city", "DAMARISCOTTA"], ["state_code", "ME"], ["zipcode", 4543], ["zipcode_ext", 999], ["tel_area_code", 207], ["tel_prefix", 563], ["tel_suffix", 8121], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.428181"], ["updated_at", "2016-08-26 12:02:56.428181"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11200608], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-08-21 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "KEY BANK NATIONAL ASSOCIATION"], ["address", "OH 01-51-0640"], ["city", "BROOKLYN"], ["state_code", "OH"], ["zipcode", 44144], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 304], ["tel_suffix", 9856], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.431247"], ["updated_at", "2016-08-26 12:02:56.431247"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201115], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BAR HARBOR BANK & TRUST"], ["address", "P.O. BOX 1089"], ["city", "ELLSWORTH"], ["state_code", "ME"], ["zipcode", 4605], ["zipcode_ext", 1089], ["tel_area_code", 207], ["tel_prefix", 288], ["tel_suffix", 3314], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.434641"], ["updated_at", "2016-08-26 12:02:56.434641"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201306], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2006-10-03 00:00:00.000000"], ["new_routing_num", 1120145], ["cust_name", "CAMDEN NATIONAL BANK"], ["address", "245 COMMERCIAL STREET"], ["city", "ROCKPORT"], ["state_code", "ME"], ["zipcode", 4856], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 860], ["tel_suffix", 8821], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.438033"], ["updated_at", "2016-08-26 12:02:56.438033"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201335], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2011-06-27 00:00:00.000000"], ["new_routing_num", 21127445], ["cust_name", "TD BANK NA"], ["address", "P.O. BOX 1377"], ["city", "LEWISTON"], ["state_code", "ME"], ["zipcode", 4240], ["zipcode_ext", 1377], ["tel_area_code", 877], ["tel_prefix", 898], ["tel_suffix", 7821], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.441792"], ["updated_at", "2016-08-26 12:02:56.441792"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201380], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2008-03-14 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "CAMDEN NATIONAL BANK"], ["address", "245 COMMERCIAL STREET"], ["city", "ROCKPORT"], ["state_code", "ME"], ["zipcode", 4856], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 860], ["tel_suffix", 8821], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.445123"], ["updated_at", "2016-08-26 12:02:56.445123"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201403], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-06-25 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "NORTHEAST BANK"], ["address", "500 CANAL ST."], ["city", "LEWISTON"], ["state_code", "ME"], ["zipcode", 4240], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 786], ["tel_suffix", 3245], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.448117"], ["updated_at", "2016-08-26 12:02:56.448117"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201432], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PEOPLE'S UNITED BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", "CT"], ["zipcode", 6601], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 338], ["tel_suffix", 7171], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.452447"], ["updated_at", "2016-08-26 12:02:56.452447"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201458], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-09-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "CAMDEN NATIONAL BANK"], ["address", "245 COMMERCIAL STREET"], ["city", "ROCKPORT"], ["state_code", "ME"], ["zipcode", 4856], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 860], ["tel_suffix", 8821], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.456682"], ["updated_at", "2016-08-26 12:02:56.456682"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201490], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2008-06-13 00:00:00.000000"], ["new_routing_num", 21127246], ["cust_name", "SAVINGS BANK OF MAINE"], ["address", "190 WATER ST"], ["city", "GARDINER"], ["state_code", "ME"], ["zipcode", 4345], ["zipcode_ext", 190], ["tel_area_code", 207], ["tel_prefix", 582], ["tel_suffix", 5550], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.459570"], ["updated_at", "2016-08-26 12:02:56.459570"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201500], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PEOPLE'S UNITED BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", "CT"], ["zipcode", 6601], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 338], ["tel_suffix", 7171], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.462388"], ["updated_at", "2016-08-26 12:02:56.462388"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201526], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PEOPLE'S UNITED BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", "CT"], ["zipcode", 6601], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 338], ["tel_suffix", 7171], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.465147"], ["updated_at", "2016-08-26 12:02:56.465147"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201539], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.468856"], ["updated_at", "2016-08-26 12:02:56.468856"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201759], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-08-04 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BAR HARBOR BANK & TRUST"], ["address", "P. O. BOX 1089"], ["city", "ELLSWORTH"], ["state_code", "ME"], ["zipcode", 4605], ["zipcode_ext", 1089], ["tel_area_code", 207], ["tel_prefix", 288], ["tel_suffix", 3314], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.471701"], ["updated_at", "2016-08-26 12:02:56.471701"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201762], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "THE FIRST, N.A."], ["address", "7 BRISTOL ROAD"], ["city", "DAMARISCOTTA"], ["state_code", "ME"], ["zipcode", 4543], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 563], ["tel_suffix", 3195], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.474632"], ["updated_at", "2016-08-26 12:02:56.474632"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201830], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "THE FIRST, N.A."], ["address", "7 BRISTOL ROAD"], ["city", "DAMARISCOTTA"], ["state_code", "ME"], ["zipcode", 4543], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 563], ["tel_suffix", 3195], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.477651"], ["updated_at", "2016-08-26 12:02:56.477651"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201995], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "ANDROSCOGGIN SAVINGS BANK"], ["address", "PO BOX 1407"], ["city", "LEWISTON"], ["state_code", "ME"], ["zipcode", 4243], ["zipcode_ext", 7116], ["tel_area_code", 207], ["tel_prefix", 784], ["tel_suffix", 9164], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.480510"], ["updated_at", "2016-08-26 12:02:56.480510"]]
+ [1m[35m (0.6ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11202392], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "KATAHDIN TRUST COMPANY"], ["address", "P. O. BOX 36"], ["city", "HOULTON"], ["state_code", "ME"], ["zipcode", 4730], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 521], ["tel_suffix", 455], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.485503"], ["updated_at", "2016-08-26 12:02:56.485503"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11202907], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2008-09-22 00:00:00.000000"], ["new_routing_num", 21127246], ["cust_name", "SAVINGS BANK OF MAINE"], ["address", "190 WATER ST"], ["city", "GARDINER"], ["state_code", "ME"], ["zipcode", 4345], ["zipcode_ext", 190], ["tel_area_code", 207], ["tel_prefix", 582], ["tel_suffix", 5550], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.489125"], ["updated_at", "2016-08-26 12:02:56.489125"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11202910], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-09 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "TD BANK USA, NA"], ["address", "140 MILL STREET"], ["city", "LEWISTON"], ["state_code", "ME"], ["zipcode", 4240], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 755], ["tel_suffix", 6126], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.492274"], ["updated_at", "2016-08-26 12:02:56.492274"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11202923], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-23 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "DAMARISCOTTA BANK & TRUST COMPANY"], ["address", "P.O. BOX 999"], ["city", "DAMARISCOTTA"], ["state_code", "ME"], ["zipcode", 4543], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 563], ["tel_suffix", 8121], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.495259"], ["updated_at", "2016-08-26 12:02:56.495259"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11202936], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-23 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "THE FIRST, NATIONAL ASSOCIATION"], ["address", "PO BOX 940"], ["city", "DAMARISCOTTA"], ["state_code", "ME"], ["zipcode", 4543], ["zipcode_ext", 940], ["tel_area_code", 207], ["tel_prefix", 563], ["tel_suffix", 3195], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.498340"], ["updated_at", "2016-08-26 12:02:56.498340"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11275251], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-17 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANGOR SAVINGS BK"], ["address", "19 MAINE AVE"], ["city", "BANGOR"], ["state_code", "ME"], ["zipcode", 4401], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 974], ["tel_suffix", 5211], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.501308"], ["updated_at", "2016-08-26 12:02:56.501308"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11275303], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2007-07-17 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "GORHAM SAVINGS BANK"], ["address", "10 WENTWORTH DR"], ["city", "GORHAM"], ["state_code", "ME"], ["zipcode", 4038], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 222], ["tel_suffix", 1430], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.504343"], ["updated_at", "2016-08-26 12:02:56.504343"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11300142], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-08-12 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "COMMERCE BANK & TRUST CO"], ["address", "386 MAIN ST"], ["city", "WORCESTER"], ["state_code", "MA"], ["zipcode", 1615], ["zipcode_ext", 0], ["tel_area_code", 508], ["tel_prefix", 797], ["tel_suffix", 6923], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.507472"], ["updated_at", "2016-08-26 12:02:56.507472"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11300595], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "CAMBRIDGE TRUST COMPANY"], ["address", "10 FAWCETT ST."], ["city", "CAMBRIDGE"], ["state_code", "MA"], ["zipcode", 2138], ["zipcode_ext", 3809], ["tel_area_code", 617], ["tel_prefix", 441], ["tel_suffix", 1560], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.510668"], ["updated_at", "2016-08-26 12:02:56.510668"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11300605], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.513526"], ["updated_at", "2016-08-26 12:02:56.513526"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11301073], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-09 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION"], ["address", "1 CITIZENS DRIVE"], ["city", "RIVERSIDE"], ["state_code", "RI"], ["zipcode", 2915], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 883], ["tel_suffix", 4224], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.516310"], ["updated_at", "2016-08-26 12:02:56.516310"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11301390], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-05 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "CENTURY BANK & TRUST CO"], ["address", "400 MYSTIC AVE"], ["city", "MEDFORD"], ["state_code", "MA"], ["zipcode", 2155], ["zipcode_ext", 0], ["tel_area_code", 781], ["tel_prefix", 393], ["tel_suffix", 4090], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.519292"], ["updated_at", "2016-08-26 12:02:56.519292"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11301536], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-11 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "EASTERN BANK"], ["address", "195 MARKET STREET"], ["city", "LYNN"], ["state_code", "MA"], ["zipcode", 1901], ["zipcode_ext", 0], ["tel_area_code", 781], ["tel_prefix", 598], ["tel_suffix", 7897], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.522441"], ["updated_at", "2016-08-26 12:02:56.522441"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11301604], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-18 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "EASTERN BANK"], ["address", "195 MARKET STREET"], ["city", "LYNN"], ["state_code", "MA"], ["zipcode", 1901], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 327], ["tel_suffix", 8376], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.526413"], ["updated_at", "2016-08-26 12:02:56.526413"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11301646], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-08-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:02:56.530017"], ["updated_at", "2016-08-26 12:02:56.530017"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[36mBank Load (4.2ms)[0m [1mSELECT "banks".* FROM "banks" ORDER BY "banks"."id" ASC LIMIT 1[0m
+ [1m[36m (5018.4ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+PG::ObjectInUse: ERROR: database "ZipChallenge_development" is being accessed by other users
+DETAIL: There are 2 other sessions using the database.
+: DROP DATABASE IF EXISTS "ZipChallenge_development"
+ [1m[35m (122.8ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (0.7ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+PG::DuplicateDatabase: ERROR: database "ZipChallenge_development" already exists
+: CREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'
+ [1m[35m (662.8ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (0.3ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (4.4ms)[0m DROP TABLE "banks" CASCADE
+ [1m[36m (8.1ms)[0m [1mCREATE TABLE "banks" ("id" serial primary key, "routing_num" integer NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" integer, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" integer, "zipcode_ext" integer, "tel_area_code" integer, "tel_prefix" integer, "tel_suffix" integer, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [0m
+ [1m[35m (0.5ms)[0m SELECT version FROM "schema_migrations"
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (12.0ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" integer NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" integer, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" integer, "zipcode_ext" integer, "tel_area_code" integer, "tel_prefix" integer, "tel_suffix" integer, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (4.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (2.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.5ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36m (0.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.7ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (1.7ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11000015], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", 30309], ["zipcode_ext", 4470], ["tel_area_code", 866], ["tel_prefix", 234], ["tel_suffix", 5681], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.169134"], ["updated_at", "2016-08-26 12:05:09.169134"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11000028], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "STATE STREET BANK AND TRUST COMPANY"], ["address", "JAB2NW"], ["city", "N. QUINCY"], ["state_code", "MA"], ["zipcode", 2171], ["zipcode_ext", 0], ["tel_area_code", 617], ["tel_prefix", 664], ["tel_suffix", 2400], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.177620"], ["updated_at", "2016-08-26 12:05:09.177620"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11000138], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-10-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA, N.A."], ["address", "8001 VILLA PARK DRIVE"], ["city", "HENRICO"], ["state_code", "VA"], ["zipcode", 23228], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.181762"], ["updated_at", "2016-08-26 12:05:09.181762"]]
+ [1m[36m (1.0ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11000206], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A"], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.185896"], ["updated_at", "2016-08-26 12:05:09.185896"]]
+ [1m[35m (1.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11000390], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A"], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.190169"], ["updated_at", "2016-08-26 12:05:09.190169"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11000536], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-11-14 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FEDERAL HOME LOAN BK BOST"], ["address", "9TH FLOOR"], ["city", "BOSTON"], ["state_code", "MA"], ["zipcode", 2199], ["zipcode_ext", 0], ["tel_area_code", 617], ["tel_prefix", 292], ["tel_suffix", 9790], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.193467"], ["updated_at", "2016-08-26 12:05:09.193467"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11001234], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-26 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF NEW YORK MELLON"], ["address", "500 ROSS ST., 154-0960"], ["city", "PITTSBURGH"], ["state_code", "PA"], ["zipcode", 15262], ["zipcode_ext", 0], ["tel_area_code", 412], ["tel_prefix", 236], ["tel_suffix", 3338], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.196548"], ["updated_at", "2016-08-26 12:05:09.196548"]]
+ [1m[36m (1.8ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11001276], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2008-03-06 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "ONEUNITED BANK"], ["address", "3683 CRENSHAW BL"], ["city", "LOS ANGELES"], ["state_code", "CA"], ["zipcode", 90016], ["zipcode_ext", 0], ["tel_area_code", 877], ["tel_prefix", 663], ["tel_suffix", 8648], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.201814"], ["updated_at", "2016-08-26 12:05:09.201814"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11001331], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-07-02 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION"], ["address", "1 CITIZENS DRIVE"], ["city", "RIVERSIDE"], ["state_code", "RI"], ["zipcode", 2915], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 883], ["tel_suffix", 4224], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.204928"], ["updated_at", "2016-08-26 12:05:09.204928"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11001726], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-12 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "THE FIRST NATIONAL BANK OF IPSWICH"], ["address", "625 GEORGE WASHINGTON HWY"], ["city", "LINCOLN"], ["state_code", "RI"], ["zipcode", 2865], ["zipcode_ext", 0], ["tel_area_code", 401], ["tel_prefix", 574], ["tel_suffix", 1920], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.207974"], ["updated_at", "2016-08-26 12:05:09.207974"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11001742], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA, N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.210909"], ["updated_at", "2016-08-26 12:05:09.210909"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11001881], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-14 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FIDUCIARY TRUST CO"], ["address", "CASH MGMT"], ["city", "BOSTON"], ["state_code", "MA"], ["zipcode", 2205], ["zipcode_ext", 5806], ["tel_area_code", 617], ["tel_prefix", 292], ["tel_suffix", 6747], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.213883"], ["updated_at", "2016-08-26 12:05:09.213883"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11001962], ["office_code", "O"], ["frb_num", 121000374], ["record_type_code", 2], ["last_change_date", "2012-08-03 00:00:00.000000"], ["new_routing_num", 12220395], ["cust_name", "CATHAY BANK"], ["address", "RS-14"], ["city", "ROSEMEAD"], ["state_code", "CA"], ["zipcode", 91770], ["zipcode_ext", 0], ["tel_area_code", 626], ["tel_prefix", 582], ["tel_suffix", 7338], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.217736"], ["updated_at", "2016-08-26 12:05:09.217736"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11002343], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-18 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BOSTON PRIVATE BK + TR CO"], ["address", "ATTN: ACH ORPERATIONS"], ["city", "BOSTON"], ["state_code", "MA"], ["zipcode", 2109], ["zipcode_ext", 4603], ["tel_area_code", 617], ["tel_prefix", 912], ["tel_suffix", 4231], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.220852"], ["updated_at", "2016-08-26 12:05:09.220852"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11002550], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-18 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "EASTERN BANK"], ["address", "195 MARKET STREET"], ["city", "LYNN"], ["state_code", "MA"], ["zipcode", 1901], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 327], ["tel_suffix", 8376], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.223823"], ["updated_at", "2016-08-26 12:05:09.223823"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11002725], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-27 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "COMMERCE BANK & TRUST CO"], ["address", "386 MAIN ST"], ["city", "WORCESTER"], ["state_code", "MA"], ["zipcode", 1615], ["zipcode_ext", 0], ["tel_area_code", 508], ["tel_prefix", 797], ["tel_suffix", 6923], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.226748"], ["updated_at", "2016-08-26 12:05:09.226748"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11002877], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-04-26 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "EAST WEST BANK"], ["address", "9300 FLAIR DRIVE, 4TH FLOOR"], ["city", "EL MONTE"], ["state_code", "CA"], ["zipcode", 91731], ["zipcode_ext", 0], ["tel_area_code", 626], ["tel_prefix", 371], ["tel_suffix", 8561], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.229768"], ["updated_at", "2016-08-26 12:05:09.229768"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11075150], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-10-17 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "SANTANDER BANK, N.A."], ["address", "601 PENN STREET"], ["city", "READING"], ["state_code", "PA"], ["zipcode", 19601], ["zipcode_ext", 0], ["tel_area_code", 877], ["tel_prefix", 768], ["tel_suffix", 2265], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.233061"], ["updated_at", "2016-08-26 12:05:09.233061"]]
+ [1m[35m (2.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11075202], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-24 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "SOVEREIGN BANK"], ["address", "601 PENN STREET"], ["city", "READING"], ["state_code", "PA"], ["zipcode", 19601], ["zipcode_ext", 0], ["tel_area_code", 877], ["tel_prefix", 768], ["tel_suffix", 2265], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.238213"], ["updated_at", "2016-08-26 12:05:09.238213"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11099071], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-09-30 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FRB BOSTON HUMAN RESOURCES"], ["address", "1000 PEACHTREE STREET NE"], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", 30309], ["zipcode_ext", 0], ["tel_area_code", 866], ["tel_prefix", 234], ["tel_suffix", 5681], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.241074"], ["updated_at", "2016-08-26 12:05:09.241074"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11099660], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-09-30 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FRB BOSTON ACCOUNTING DEPT."], ["address", "1000 PEACHTREE STREET NE"], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", 30309], ["zipcode_ext", 0], ["tel_area_code", 866], ["tel_prefix", 234], ["tel_suffix", 5681], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.243971"], ["updated_at", "2016-08-26 12:05:09.243971"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11100012], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.247303"], ["updated_at", "2016-08-26 12:05:09.247303"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11100106], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-03-11 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WELLS FARGO BANK"], ["address", "MAC N9301-041"], ["city", "MINNEAPOLIS"], ["state_code", "MN"], ["zipcode", 55479], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 745], ["tel_suffix", 2426], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.250816"], ["updated_at", "2016-08-26 12:05:09.250816"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11100805], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A"], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.253759"], ["updated_at", "2016-08-26 12:05:09.253759"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11100892], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.256701"], ["updated_at", "2016-08-26 12:05:09.256701"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11100915], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.259580"], ["updated_at", "2016-08-26 12:05:09.259580"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11101529], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.262541"], ["updated_at", "2016-08-26 12:05:09.262541"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11101613], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WEBSTER BANK"], ["address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state_code", "CT"], ["zipcode", 6053], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.266024"], ["updated_at", "2016-08-26 12:05:09.266024"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11101752], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-21 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.269186"], ["updated_at", "2016-08-26 12:05:09.269186"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11102133], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "CITIZENS NATIONAL BANK"], ["address", "182 MAIN ST"], ["city", "PUTMAN"], ["state_code", "CT"], ["zipcode", 6260], ["zipcode_ext", 1933], ["tel_area_code", 860], ["tel_prefix", 928], ["tel_suffix", 7921], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.272070"], ["updated_at", "2016-08-26 12:05:09.272070"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11102353], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2001-11-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FIRST NAT BANK OF SUFFIELD"], ["address", "30 BRIDGE STREET"], ["city", "SUFFIELD"], ["state_code", "CT"], ["zipcode", 6078], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 668], ["tel_suffix", 3950], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.274877"], ["updated_at", "2016-08-26 12:05:09.274877"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11102502], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-08 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "UNION SAVINGS BANK"], ["address", "225 MAIN ST"], ["city", "DANBURY"], ["state_code", "CT"], ["zipcode", 6810], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 830], ["tel_suffix", 4200], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.277753"], ["updated_at", "2016-08-26 12:05:09.277753"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11102612], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-07-24 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "SALISBURY BANK & TRUST CO"], ["address", "100 MAIN STREET"], ["city", "CANAAN"], ["state_code", "CT"], ["zipcode", 6018], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 435], ["tel_suffix", 9801], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.281056"], ["updated_at", "2016-08-26 12:05:09.281056"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11102638], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-08 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "NATIONAL IRON BANK"], ["address", "PO BOX 565"], ["city", "SALISBURY"], ["state_code", "CT"], ["zipcode", 6068], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 435], ["tel_suffix", 2581], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.284445"], ["updated_at", "2016-08-26 12:05:09.284445"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11102667], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-07-24 00:00:00.000000"], ["new_routing_num", 1110261], ["cust_name", "SALISBURY BANK & TRUST CO."], ["address", "100 MAIN STREET"], ["city", "CANAAN"], ["state_code", "CT"], ["zipcode", 6018], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 435], ["tel_suffix", 9801], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.287432"], ["updated_at", "2016-08-26 12:05:09.287432"]]
+ [1m[36m (2.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11103080], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-21 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.292507"], ["updated_at", "2016-08-26 12:05:09.292507"]]
+ [1m[35m (1.0ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11103093], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-27 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "TD BANK NA"], ["address", "P.O. BOX 1377"], ["city", "LEWISTON"], ["state_code", "ME"], ["zipcode", 4240], ["zipcode_ext", 1377], ["tel_area_code", 877], ["tel_prefix", 898], ["tel_suffix", 7821], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.296177"], ["updated_at", "2016-08-26 12:05:09.296177"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11103129], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2002-05-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "JEWETT CITY SAVINGS BANK"], ["address", "135 DARLING DR"], ["city", "AVON"], ["state_code", "CT"], ["zipcode", 6001], ["zipcode_ext", 4218], ["tel_area_code", 860], ["tel_prefix", 376], ["tel_suffix", 4444], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.300327"], ["updated_at", "2016-08-26 12:05:09.300327"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11104047], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.303985"], ["updated_at", "2016-08-26 12:05:09.303985"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11104050], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WEBSTER BANK"], ["address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state_code", "CT"], ["zipcode", 6053], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.306890"], ["updated_at", "2016-08-26 12:05:09.306890"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11104131], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-26 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PEOPLES BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", "CT"], ["zipcode", 6601], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 338], ["tel_suffix", 7171], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.309795"], ["updated_at", "2016-08-26 12:05:09.309795"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11104173], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-04-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "FIRST NIAGARA BANK, NA"], ["address", "P.O. BOX 886"], ["city", "LOCKPORT"], ["state_code", "NY"], ["zipcode", 14095], ["zipcode_ext", 886], ["tel_area_code", 800], ["tel_prefix", 421], ["tel_suffix", 4], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.312695"], ["updated_at", "2016-08-26 12:05:09.312695"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11104199], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-26 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PEOPLES BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", "CT"], ["zipcode", 6601], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 338], ["tel_suffix", 7171], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.316151"], ["updated_at", "2016-08-26 12:05:09.316151"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11104209], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WEBSTER BANK"], ["address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state_code", "CT"], ["zipcode", 6053], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.319599"], ["updated_at", "2016-08-26 12:05:09.319599"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11104283], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-08-03 00:00:00.000000"], ["new_routing_num", 21117418], ["cust_name", "SAVINGS INSTITUTE"], ["address", "803 MAIN ST"], ["city", "WILLIMANTIC"], ["state_code", "CT"], ["zipcode", 6226], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 456], ["tel_suffix", 6565], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.322609"], ["updated_at", "2016-08-26 12:05:09.322609"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11104322], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 21117010], ["cust_name", "WEBSTER BANK N.A"], ["address", "436 SLATER ROAD"], ["city", "NEW BRITAIN"], ["state_code", "CT"], ["zipcode", 6053], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.325567"], ["updated_at", "2016-08-26 12:05:09.325567"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11104335], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-09-17 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PRIME BANK"], ["address", "7 OLD TAVERN ROAD"], ["city", "ORANGE"], ["state_code", "CT"], ["zipcode", 6477], ["zipcode_ext", 696], ["tel_area_code", 203], ["tel_prefix", 799], ["tel_suffix", 1299], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.328431"], ["updated_at", "2016-08-26 12:05:09.328431"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11104351], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2002-05-08 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "SIMSBURY BANK & TRUST"], ["address", "760 HOPEMEADOW STREET"], ["city", "SIMSBURY"], ["state_code", "CT"], ["zipcode", 6070], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 651], ["tel_suffix", 2097], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.331751"], ["updated_at", "2016-08-26 12:05:09.331751"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110552], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-09 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION"], ["address", "1 CITIZENS DRIVE"], ["city", "RIVERSIDE"], ["state_code", "RI"], ["zipcode", 2915], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 883], ["tel_suffix", 4224], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.335319"], ["updated_at", "2016-08-26 12:05:09.335319"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110617], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-15 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANKERS' BANK NORTHEAST"], ["address", "43 WESTERN BOULEVARD"], ["city", "GLASTONBURY"], ["state_code", "CT"], ["zipcode", 6033], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 266], ["tel_suffix", 2359], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.338333"], ["updated_at", "2016-08-26 12:05:09.338333"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110620], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2009-08-10 00:00:00.000000"], ["new_routing_num", 21117417], ["cust_name", "NAUGATUCK SAVINGS BANK"], ["address", "PO BOX 370"], ["city", "NAUGATUCK"], ["state_code", "CT"], ["zipcode", 6770], ["zipcode_ext", 370], ["tel_area_code", 203], ["tel_prefix", 720], ["tel_suffix", 5381], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.341308"], ["updated_at", "2016-08-26 12:05:09.341308"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110633], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-11-19 00:00:00.000000"], ["new_routing_num", 21187202], ["cust_name", "UNITED BANK"], ["address", "95 ELM STREET"], ["city", "WEST SPRINGFIELD"], ["state_code", "MA"], ["zipcode", 1089], ["zipcode_ext", 0], ["tel_area_code", 413], ["tel_prefix", 787], ["tel_suffix", 1700], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.344252"], ["updated_at", "2016-08-26 12:05:09.344252"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110646], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-11-19 00:00:00.000000"], ["new_routing_num", 21187202], ["cust_name", "UNITED BANK"], ["address", "95 ELM STREET"], ["city", "WEST SPRINGFIELD"], ["state_code", "MA"], ["zipcode", 1089], ["zipcode_ext", 0], ["tel_area_code", 413], ["tel_prefix", 787], ["tel_suffix", 1700], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.348112"], ["updated_at", "2016-08-26 12:05:09.348112"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110659], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-08-19 00:00:00.000000"], ["new_routing_num", 21117028], ["cust_name", "LIBERTY BANK"], ["address", "315 MAIN ST."], ["city", "MIDDLETOWN"], ["state_code", "CT"], ["zipcode", 6457], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 344], ["tel_suffix", 7243], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.351937"], ["updated_at", "2016-08-26 12:05:09.351937"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110675], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WEBSTER BANK"], ["address", "132 GRAND ST"], ["city", "WATERBURY"], ["state_code", "CT"], ["zipcode", 6702], ["zipcode_ext", 1909], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.354934"], ["updated_at", "2016-08-26 12:05:09.354934"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110688], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-08-19 00:00:00.000000"], ["new_routing_num", 21117028], ["cust_name", "LIBERTY BANK"], ["address", "315 MAIN ST."], ["city", "MIDDLETOWN"], ["state_code", "CT"], ["zipcode", 6457], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 344], ["tel_suffix", 7243], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.357858"], ["updated_at", "2016-08-26 12:05:09.357858"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110701], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "WEBSTER BANK N.A."], ["address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state_code", "CT"], ["zipcode", 6053], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 612], ["tel_suffix", 6522], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.360715"], ["updated_at", "2016-08-26 12:05:09.360715"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110730], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-20 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "QUINNIPIAC BANK & TRUST"], ["address", "2704 DIXWELL AVENUE"], ["city", "HAMDEN"], ["state_code", "CT"], ["zipcode", 6514], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 287], ["tel_suffix", 1473], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.363872"], ["updated_at", "2016-08-26 12:05:09.363872"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11110743], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "THE CITIZENS NATIONAL BANK"], ["address", "182 MAIN ST, PO BOX 6002"], ["city", "PUTNAM"], ["state_code", "CT"], ["zipcode", 6260], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 928], ["tel_suffix", 7921], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.367251"], ["updated_at", "2016-08-26 12:05:09.367251"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11110756], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-05-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "START COMMUNITY BANK"], ["address", "P O BOX 3110"], ["city", "NEW HAVEN"], ["state_code", "CT"], ["zipcode", 6513], ["zipcode_ext", 0], ["tel_area_code", 877], ["tel_prefix", 687], ["tel_suffix", 1133], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.370280"], ["updated_at", "2016-08-26 12:05:09.370280"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11175212], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-18 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "INSURBANC"], ["address", "10 EXECUTIVE DRIVE"], ["city", "FARMINGTON"], ["state_code", "CT"], ["zipcode", 6032], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 674], ["tel_suffix", 2304], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.373177"], ["updated_at", "2016-08-26 12:05:09.373177"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11175319], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-06-27 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "ROCKVILLE BANK"], ["address", "1645 ELLINGTON RD"], ["city", "SOUTH WINDSOR"], ["state_code", "CT"], ["zipcode", 6074], ["zipcode_ext", 0], ["tel_area_code", 860], ["tel_prefix", 291], ["tel_suffix", 3797], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.376111"], ["updated_at", "2016-08-26 12:05:09.376111"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11175351], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-11 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "DIME BANK"], ["address", "290 SALEM TURNPIKE"], ["city", "NORWICH"], ["state_code", "CT"], ["zipcode", 6360], ["zipcode_ext", 0], ["tel_area_code", 856], ["tel_prefix", 859], ["tel_suffix", 4300], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.378996"], ["updated_at", "2016-08-26 12:05:09.378996"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11200022], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-08-21 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "KEY BANK NATIONAL ASSOCIATION"], ["address", "OH 01-51-0640"], ["city", "BROOKLYN"], ["state_code", "OH"], ["zipcode", 44144], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 304], ["tel_suffix", 9856], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.382209"], ["updated_at", "2016-08-26 12:05:09.382209"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11200051], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.385531"], ["updated_at", "2016-08-26 12:05:09.385531"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11200365], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-10-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA, N.A."], ["address", "8001 VILLA PARK DRIVE"], ["city", "HENRICO"], ["state_code", "VA"], ["zipcode", 23228], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.388487"], ["updated_at", "2016-08-26 12:05:09.388487"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11200475], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-07-17 00:00:00.000000"], ["new_routing_num", 21127438], ["cust_name", "BANGOR SAVINGS BANK"], ["address", "19 MAIN AVE."], ["city", "BANGOR"], ["state_code", "ME"], ["zipcode", 4401], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 942], ["tel_suffix", 5211], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.391458"], ["updated_at", "2016-08-26 12:05:09.391458"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11200585], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2001-11-19 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "DAMARISCOTTA BK&TR CO"], ["address", "P. O. BOX 999"], ["city", "DAMARISCOTTA"], ["state_code", "ME"], ["zipcode", 4543], ["zipcode_ext", 999], ["tel_area_code", 207], ["tel_prefix", 563], ["tel_suffix", 8121], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.394377"], ["updated_at", "2016-08-26 12:05:09.394377"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11200608], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-08-21 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "KEY BANK NATIONAL ASSOCIATION"], ["address", "OH 01-51-0640"], ["city", "BROOKLYN"], ["state_code", "OH"], ["zipcode", 44144], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 304], ["tel_suffix", 9856], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.397795"], ["updated_at", "2016-08-26 12:05:09.397795"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201115], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BAR HARBOR BANK & TRUST"], ["address", "P.O. BOX 1089"], ["city", "ELLSWORTH"], ["state_code", "ME"], ["zipcode", 4605], ["zipcode_ext", 1089], ["tel_area_code", 207], ["tel_prefix", 288], ["tel_suffix", 3314], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.401492"], ["updated_at", "2016-08-26 12:05:09.401492"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201306], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2006-10-03 00:00:00.000000"], ["new_routing_num", 1120145], ["cust_name", "CAMDEN NATIONAL BANK"], ["address", "245 COMMERCIAL STREET"], ["city", "ROCKPORT"], ["state_code", "ME"], ["zipcode", 4856], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 860], ["tel_suffix", 8821], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.404812"], ["updated_at", "2016-08-26 12:05:09.404812"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201335], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2011-06-27 00:00:00.000000"], ["new_routing_num", 21127445], ["cust_name", "TD BANK NA"], ["address", "P.O. BOX 1377"], ["city", "LEWISTON"], ["state_code", "ME"], ["zipcode", 4240], ["zipcode_ext", 1377], ["tel_area_code", 877], ["tel_prefix", 898], ["tel_suffix", 7821], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.407735"], ["updated_at", "2016-08-26 12:05:09.407735"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201380], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2008-03-14 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "CAMDEN NATIONAL BANK"], ["address", "245 COMMERCIAL STREET"], ["city", "ROCKPORT"], ["state_code", "ME"], ["zipcode", 4856], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 860], ["tel_suffix", 8821], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.410639"], ["updated_at", "2016-08-26 12:05:09.410639"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201403], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-06-25 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "NORTHEAST BANK"], ["address", "500 CANAL ST."], ["city", "LEWISTON"], ["state_code", "ME"], ["zipcode", 4240], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 786], ["tel_suffix", 3245], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.413433"], ["updated_at", "2016-08-26 12:05:09.413433"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201432], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PEOPLE'S UNITED BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", "CT"], ["zipcode", 6601], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 338], ["tel_suffix", 7171], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.417008"], ["updated_at", "2016-08-26 12:05:09.417008"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201458], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-09-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "CAMDEN NATIONAL BANK"], ["address", "245 COMMERCIAL STREET"], ["city", "ROCKPORT"], ["state_code", "ME"], ["zipcode", 4856], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 860], ["tel_suffix", 8821], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.420174"], ["updated_at", "2016-08-26 12:05:09.420174"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201490], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2008-06-13 00:00:00.000000"], ["new_routing_num", 21127246], ["cust_name", "SAVINGS BANK OF MAINE"], ["address", "190 WATER ST"], ["city", "GARDINER"], ["state_code", "ME"], ["zipcode", 4345], ["zipcode_ext", 190], ["tel_area_code", 207], ["tel_prefix", 582], ["tel_suffix", 5550], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.423092"], ["updated_at", "2016-08-26 12:05:09.423092"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201500], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PEOPLE'S UNITED BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", "CT"], ["zipcode", 6601], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 338], ["tel_suffix", 7171], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.425915"], ["updated_at", "2016-08-26 12:05:09.425915"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201526], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "PEOPLE'S UNITED BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", "CT"], ["zipcode", 6601], ["zipcode_ext", 0], ["tel_area_code", 203], ["tel_prefix", 338], ["tel_suffix", 7171], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.428713"], ["updated_at", "2016-08-26 12:05:09.428713"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201539], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.432170"], ["updated_at", "2016-08-26 12:05:09.432170"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201759], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-08-04 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BAR HARBOR BANK & TRUST"], ["address", "P. O. BOX 1089"], ["city", "ELLSWORTH"], ["state_code", "ME"], ["zipcode", 4605], ["zipcode_ext", 1089], ["tel_area_code", 207], ["tel_prefix", 288], ["tel_suffix", 3314], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.436193"], ["updated_at", "2016-08-26 12:05:09.436193"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201762], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "THE FIRST, N.A."], ["address", "7 BRISTOL ROAD"], ["city", "DAMARISCOTTA"], ["state_code", "ME"], ["zipcode", 4543], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 563], ["tel_suffix", 3195], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.439139"], ["updated_at", "2016-08-26 12:05:09.439139"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11201830], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "THE FIRST, N.A."], ["address", "7 BRISTOL ROAD"], ["city", "DAMARISCOTTA"], ["state_code", "ME"], ["zipcode", 4543], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 563], ["tel_suffix", 3195], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.442004"], ["updated_at", "2016-08-26 12:05:09.442004"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11201995], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "ANDROSCOGGIN SAVINGS BANK"], ["address", "PO BOX 1407"], ["city", "LEWISTON"], ["state_code", "ME"], ["zipcode", 4243], ["zipcode_ext", 7116], ["tel_area_code", 207], ["tel_prefix", 784], ["tel_suffix", 9164], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.444819"], ["updated_at", "2016-08-26 12:05:09.444819"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11202392], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "KATAHDIN TRUST COMPANY"], ["address", "P. O. BOX 36"], ["city", "HOULTON"], ["state_code", "ME"], ["zipcode", 4730], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 521], ["tel_suffix", 455], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.448174"], ["updated_at", "2016-08-26 12:05:09.448174"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11202907], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2008-09-22 00:00:00.000000"], ["new_routing_num", 21127246], ["cust_name", "SAVINGS BANK OF MAINE"], ["address", "190 WATER ST"], ["city", "GARDINER"], ["state_code", "ME"], ["zipcode", 4345], ["zipcode_ext", 190], ["tel_area_code", 207], ["tel_prefix", 582], ["tel_suffix", 5550], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.452032"], ["updated_at", "2016-08-26 12:05:09.452032"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11202910], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-09 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "TD BANK USA, NA"], ["address", "140 MILL STREET"], ["city", "LEWISTON"], ["state_code", "ME"], ["zipcode", 4240], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 755], ["tel_suffix", 6126], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.455009"], ["updated_at", "2016-08-26 12:05:09.455009"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11202923], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-23 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "DAMARISCOTTA BANK & TRUST COMPANY"], ["address", "P.O. BOX 999"], ["city", "DAMARISCOTTA"], ["state_code", "ME"], ["zipcode", 4543], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 563], ["tel_suffix", 8121], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.457940"], ["updated_at", "2016-08-26 12:05:09.457940"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11202936], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-23 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "THE FIRST, NATIONAL ASSOCIATION"], ["address", "PO BOX 940"], ["city", "DAMARISCOTTA"], ["state_code", "ME"], ["zipcode", 4543], ["zipcode_ext", 940], ["tel_area_code", 207], ["tel_prefix", 563], ["tel_suffix", 3195], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.460897"], ["updated_at", "2016-08-26 12:05:09.460897"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11275251], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-17 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANGOR SAVINGS BK"], ["address", "19 MAINE AVE"], ["city", "BANGOR"], ["state_code", "ME"], ["zipcode", 4401], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 974], ["tel_suffix", 5211], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.463821"], ["updated_at", "2016-08-26 12:05:09.463821"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11275303], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2007-07-17 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "GORHAM SAVINGS BANK"], ["address", "10 WENTWORTH DR"], ["city", "GORHAM"], ["state_code", "ME"], ["zipcode", 4038], ["zipcode_ext", 0], ["tel_area_code", 207], ["tel_prefix", 222], ["tel_suffix", 1430], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.467241"], ["updated_at", "2016-08-26 12:05:09.467241"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11300142], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-08-12 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "COMMERCE BANK & TRUST CO"], ["address", "386 MAIN ST"], ["city", "WORCESTER"], ["state_code", "MA"], ["zipcode", 1615], ["zipcode_ext", 0], ["tel_area_code", 508], ["tel_prefix", 797], ["tel_suffix", 6923], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.470352"], ["updated_at", "2016-08-26 12:05:09.470352"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11300595], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-13 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "CAMBRIDGE TRUST COMPANY"], ["address", "10 FAWCETT ST."], ["city", "CAMBRIDGE"], ["state_code", "MA"], ["zipcode", 2138], ["zipcode_ext", 3809], ["tel_area_code", 617], ["tel_prefix", 441], ["tel_suffix", 1560], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.473323"], ["updated_at", "2016-08-26 12:05:09.473323"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11300605], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.476131"], ["updated_at", "2016-08-26 12:05:09.476131"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11301073], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-09 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION"], ["address", "1 CITIZENS DRIVE"], ["city", "RIVERSIDE"], ["state_code", "RI"], ["zipcode", 2915], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 883], ["tel_suffix", 4224], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.478991"], ["updated_at", "2016-08-26 12:05:09.478991"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.5ms)[0m BEGIN
+ [1m[36mSQL (1.1ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11301390], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-05 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "CENTURY BANK & TRUST CO"], ["address", "400 MYSTIC AVE"], ["city", "MEDFORD"], ["state_code", "MA"], ["zipcode", 2155], ["zipcode_ext", 0], ["tel_area_code", 781], ["tel_prefix", 393], ["tel_suffix", 4090], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.482670"], ["updated_at", "2016-08-26 12:05:09.482670"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11301536], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-11 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "EASTERN BANK"], ["address", "195 MARKET STREET"], ["city", "LYNN"], ["state_code", "MA"], ["zipcode", 1901], ["zipcode_ext", 0], ["tel_area_code", 781], ["tel_prefix", 598], ["tel_suffix", 7897], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.487831"], ["updated_at", "2016-08-26 12:05:09.487831"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", 11301604], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-18 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "EASTERN BANK"], ["address", "195 MARKET STREET"], ["city", "LYNN"], ["state_code", "MA"], ["zipcode", 1901], ["zipcode_ext", 0], ["tel_area_code", 800], ["tel_prefix", 327], ["tel_suffix", 8376], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.492133"], ["updated_at", "2016-08-26 12:05:09.492133"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", 11301646], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-08-01 00:00:00.000000"], ["new_routing_num", 0], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", 23261], ["zipcode_ext", 7025], ["tel_area_code", 800], ["tel_prefix", 446], ["tel_suffix", 135], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 12:05:09.495167"], ["updated_at", "2016-08-26 12:05:09.495167"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[36mBank Load (1.3ms)[0m [1mSELECT "banks".* FROM "banks" ORDER BY "banks"."id" ASC LIMIT 1[0m
+
+
+Started GET "/" for ::1 at 2016-08-26 08:05:49 -0400
+ [1m[35mActiveRecord::SchemaMigration Load (0.4ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.3ms)
+Completed 200 OK in 51ms (Views: 49.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 08:05:49 -0400
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 08:05:49 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 08:05:49 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 08:05:49 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 08:05:49 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 08:05:49 -0400
+
+
+Started GET "/assets/bundle.self-b3568b050ede916215aac55e9885db42a4bc7ec05656f6cc8cc25b3afd49844b.js?body=1" for ::1 at 2016-08-26 08:05:49 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 08:05:49 -0400
+
+
+Started GET "/banks/11104209" for ::1 at 2016-08-26 08:05:52 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104209"}
+ [1m[36mBank Load (3.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11104209]]
+PG::FeatureNotSupported: ERROR: cached plan must not change result type
+: SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1
+ [1m[35mBank Load (0.8ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11104209]]
+ Rendered banks/show.json.jbuilder (3.4ms)
+Completed 200 OK in 62ms (Views: 19.8ms | ActiveRecord: 8.7ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 08:46:56 -0400
+ [1m[36mActiveRecord::SchemaMigration Load (4.8ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (2.0ms)
+Completed 200 OK in 502ms (Views: 502.1ms | ActiveRecord: 0.0ms)
+ [1m[36mBank Load (4.1ms)[0m [1mSELECT "banks".* FROM "banks" ORDER BY "banks"."id" ASC LIMIT 1[0m
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 08:50:19 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[35mBank Load (1.2ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (8.2ms)
+Completed 200 OK in 83ms (Views: 25.3ms | ActiveRecord: 7.6ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 08:54:01 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 393ms (Views: 393.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 08:54:01 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 08:54:01 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 08:54:01 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 08:54:01 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 08:54:01 -0400
+
+
+Started GET "/assets/bundle.self-bc664fb428aa06f18beb2255112fce039d25c2a3a57075569deffda4d9ef96e7.js?body=1" for ::1 at 2016-08-26 08:54:01 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 08:54:01 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 08:54:05 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[36mBank Load (0.6ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.9ms)
+Completed 200 OK in 17ms (Views: 15.6ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 08:54:07 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[35mBank Load (0.4ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.7ms)
+Completed 200 OK in 16ms (Views: 14.4ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 08:54:16 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 08:54:31 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[36mBank Load (0.6ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.7ms)
+Completed 200 OK in 17ms (Views: 15.8ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 08:54:48 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[35mBank Load (0.5ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 17ms (Views: 15.7ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 08:55:23 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 350ms (Views: 349.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 08:55:24 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 08:55:24 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 08:55:24 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 08:55:24 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 08:55:24 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 08:55:24 -0400
+
+
+Started GET "/assets/bundle.self-d09136482b2edd93cbe40bf0cbe720e2c1c346ea8ac10a0af5adca159c9c92af.js?body=1" for ::1 at 2016-08-26 08:55:24 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 08:55:24 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 08:55:58 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 357ms (Views: 357.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 08:55:59 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 08:55:59 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 08:55:59 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 08:55:59 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 08:55:59 -0400
+
+
+Started GET "/assets/bundle.self-d81c01aa4ac5dafbb8f51adc3aeb6dc6d801045a147180fd77935112341b671f.js?body=1" for ::1 at 2016-08-26 08:55:59 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 08:55:59 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 08:55:59 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 08:56:01 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[36mBank Load (0.6ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (2.2ms)
+Completed 200 OK in 21ms (Views: 18.1ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 08:56:02 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[35mBank Load (0.4ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 28ms (Views: 23.1ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 08:56:22 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 390ms (Views: 388.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 08:56:23 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 08:56:23 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 08:56:23 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 08:56:23 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 08:56:23 -0400
+
+
+Started GET "/assets/bundle.self-bfe087445a68d36be6e263a92de8356a737c69cb1d557f5d0837017c056c4a8e.js?body=1" for ::1 at 2016-08-26 08:56:23 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 08:56:23 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 08:56:23 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 08:56:25 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 08:57:36 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 416ms (Views: 416.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 08:57:37 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 08:57:37 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 08:57:37 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 08:57:37 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 08:57:37 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 08:57:37 -0400
+
+
+Started GET "/assets/bundle.self-51d5cff90c07def52d8ea3121a3459fb2fd3dc41ef4bc426104e736fc5da09f7.js?body=1" for ::1 at 2016-08-26 08:57:37 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 08:57:37 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 08:57:41 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[35mBank Load (0.4ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.7ms)
+Completed 200 OK in 22ms (Views: 21.0ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 08:58:07 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 345ms (Views: 345.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 08:58:07 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 08:58:07 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 08:58:07 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 08:58:07 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 08:58:07 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 08:58:07 -0400
+
+
+Started GET "/assets/bundle.self-72d4732f0e672a7d4a661bc03cbf9c9a77da1d5dafff8e72b06ca4a60703d1b2.js?body=1" for ::1 at 2016-08-26 08:58:07 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 08:58:07 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 08:58:08 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 15ms (Views: 15.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 08:58:08 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 08:58:08 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 08:58:08 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 08:58:08 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 08:58:08 -0400
+
+
+Started GET "/assets/bundle.self-72d4732f0e672a7d4a661bc03cbf9c9a77da1d5dafff8e72b06ca4a60703d1b2.js?body=1" for ::1 at 2016-08-26 08:58:08 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 08:58:08 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 08:58:08 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 08:58:17 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 346ms (Views: 346.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 08:58:17 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 08:58:17 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 08:58:17 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 08:58:17 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 08:58:17 -0400
+
+
+Started GET "/assets/bundle.self-d290679f285f425c6b5baed89e4112ba99a65d46dcc270a8f9dd61f88cd07146.js?body=1" for ::1 at 2016-08-26 08:58:17 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 08:58:17 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 08:58:17 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 08:58:18 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 19ms (Views: 19.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 08:58:18 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 08:58:18 -0400
+
+
+Started GET "/assets/bundle.self-d290679f285f425c6b5baed89e4112ba99a65d46dcc270a8f9dd61f88cd07146.js?body=1" for ::1 at 2016-08-26 08:58:18 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 08:58:18 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 08:58:18 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 08:58:18 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 08:58:18 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 08:58:18 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 08:58:21 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 08:58:24 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 08:58:24 -0400
+
+
+Started GET "/assets/bundle.self-d290679f285f425c6b5baed89e4112ba99a65d46dcc270a8f9dd61f88cd07146.js?body=1" for ::1 at 2016-08-26 08:58:24 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 08:58:24 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 08:58:24 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 08:58:24 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 08:58:24 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 08:58:24 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 08:58:24 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 08:58:27 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.8ms)
+Completed 200 OK in 22ms (Views: 20.5ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 08:59:19 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 345ms (Views: 344.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 08:59:19 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 08:59:19 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 08:59:19 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 08:59:19 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 08:59:20 -0400
+
+
+Started GET "/assets/bundle.self-493652af16af17ae0c059cb7f3e8423a582f3e195f7f0e7f123ac7418219467f.js?body=1" for ::1 at 2016-08-26 08:59:20 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 08:59:20 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 08:59:20 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 08:59:21 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.7ms)
+Completed 200 OK in 19ms (Views: 18.1ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 08:59:37 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 395ms (Views: 395.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 08:59:38 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 08:59:38 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 08:59:38 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 08:59:38 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 08:59:38 -0400
+
+
+Started GET "/assets/bundle.self-fe4385dc474ba9edb1f0f1ba7ac8281a5c2ce350a85466fc78cbfe7f99fba120.js?body=1" for ::1 at 2016-08-26 08:59:38 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 08:59:38 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 08:59:38 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 08:59:39 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 15ms (Views: 14.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 08:59:39 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 08:59:39 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 08:59:39 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 08:59:39 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 08:59:39 -0400
+
+
+Started GET "/assets/bundle.self-fe4385dc474ba9edb1f0f1ba7ac8281a5c2ce350a85466fc78cbfe7f99fba120.js?body=1" for ::1 at 2016-08-26 08:59:39 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 08:59:39 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 08:59:39 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 08:59:42 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 17ms (Views: 15.7ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:00:11 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 333ms (Views: 333.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 09:00:11 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:00:11 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:00:11 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:00:11 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:00:11 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:00:11 -0400
+
+
+Started GET "/assets/bundle.self-24793d4b6d68bb3488973a5c40697c56789cb549780bfeaf09ec745a88163cf2.js?body=1" for ::1 at 2016-08-26 09:00:11 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:00:12 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:00:14 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (1.2ms)
+Completed 200 OK in 52ms (Views: 50.8ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:00:48 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 343ms (Views: 342.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 09:00:49 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:00:49 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:00:49 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:00:49 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:00:49 -0400
+
+
+Started GET "/assets/bundle.self-ca7484e7fade727c4eb80afb092bb91c73991ff614d2699023ce72656db7cb54.js?body=1" for ::1 at 2016-08-26 09:00:49 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:00:49 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:00:49 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 09:00:51 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 17ms (Views: 17.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 09:00:51 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:00:51 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:00:51 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:00:51 -0400
+
+
+Started GET "/assets/bundle.self-ca7484e7fade727c4eb80afb092bb91c73991ff614d2699023ce72656db7cb54.js?body=1" for ::1 at 2016-08-26 09:00:51 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:00:51 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:00:51 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:00:52 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:00:53 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.7ms)
+Completed 200 OK in 17ms (Views: 15.7ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:01:30 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 342ms (Views: 341.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 09:01:31 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:01:31 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:01:31 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:01:31 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:01:31 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:01:31 -0400
+
+
+Started GET "/assets/bundle.self-7a14d4ade0123e9ba58fc9d5a984460607e937a2fa0c1e70163367b35e9c4eb4.js?body=1" for ::1 at 2016-08-26 09:01:31 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:01:31 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 09:01:33 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 19ms (Views: 18.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 09:01:33 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:01:33 -0400
+
+
+Started GET "/assets/bundle.self-7a14d4ade0123e9ba58fc9d5a984460607e937a2fa0c1e70163367b35e9c4eb4.js?body=1" for ::1 at 2016-08-26 09:01:33 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:01:33 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:01:33 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:01:33 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:01:33 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:01:33 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:01:35 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 19ms (Views: 18.2ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:01:48 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 375ms (Views: 374.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 09:01:48 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:01:48 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:01:48 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:01:48 -0400
+
+
+Started GET "/assets/bundle.self-642588e14470e1f287b8958e76de68f3bbc12bc3619ce94f8bf4b8ccf7e4eae5.js?body=1" for ::1 at 2016-08-26 09:01:48 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:01:48 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:01:48 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:01:49 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 09:01:49 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 22ms (Views: 21.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 09:01:49 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:01:49 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:01:49 -0400
+
+
+Started GET "/assets/bundle.self-642588e14470e1f287b8958e76de68f3bbc12bc3619ce94f8bf4b8ccf7e4eae5.js?body=1" for ::1 at 2016-08-26 09:01:49 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:01:49 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:01:49 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:01:49 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:01:50 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:01:52 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.9ms)
+Completed 200 OK in 20ms (Views: 19.1ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:01:54 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 16ms (Views: 15.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 09:01:54 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:01:54 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:01:54 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:01:54 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:01:54 -0400
+
+
+Started GET "/assets/bundle.self-642588e14470e1f287b8958e76de68f3bbc12bc3619ce94f8bf4b8ccf7e4eae5.js?body=1" for ::1 at 2016-08-26 09:01:54 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:01:54 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:01:54 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 09:01:55 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 09:01:55 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:01:55 -0400
+
+
+Started GET "/assets/bundle.self-642588e14470e1f287b8958e76de68f3bbc12bc3619ce94f8bf4b8ccf7e4eae5.js?body=1" for ::1 at 2016-08-26 09:01:55 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:01:55 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:01:55 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:01:55 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:01:55 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:01:56 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:01:58 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (1.0ms)
+Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:01:59 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 24ms (Views: 23.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 09:01:59 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:01:59 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:01:59 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:01:59 -0400
+
+
+Started GET "/assets/bundle.self-642588e14470e1f287b8958e76de68f3bbc12bc3619ce94f8bf4b8ccf7e4eae5.js?body=1" for ::1 at 2016-08-26 09:01:59 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:01:59 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:01:59 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:02:00 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:02:02 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.8ms)
+Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:02:06 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 28ms (Views: 28.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 09:02:07 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:02:07 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:02:07 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:02:07 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:02:07 -0400
+
+
+Started GET "/assets/bundle.self-642588e14470e1f287b8958e76de68f3bbc12bc3619ce94f8bf4b8ccf7e4eae5.js?body=1" for ::1 at 2016-08-26 09:02:07 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:02:07 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:02:07 -0400
+
+
+Started GET "/banks/" for ::1 at 2016-08-26 09:02:08 -0400
+
+ActionController::RoutingError (No route matches [GET] "/banks"):
+ actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
+ railties (4.2.4) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.9ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (26.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:03:08 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 354ms (Views: 353.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 09:03:08 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:03:08 -0400
+
+
+Started GET "/assets/bundle.self-ee77827dc8e9b367f62fa2f9405147214d5abc4b4f466df8f29ccfad34b53c03.js?body=1" for ::1 at 2016-08-26 09:03:08 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:03:08 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:03:08 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:03:08 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:03:08 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:03:08 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:03:11 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (1.3ms)
+Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:04:07 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 403ms (Views: 403.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 09:04:08 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:04:08 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:04:08 -0400
+
+
+Started GET "/assets/bundle.self-c97ab4209c11b7fb58da38994fcdb812e31895005b2006f0725bbcaffabb243e.js?body=1" for ::1 at 2016-08-26 09:04:08 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:04:08 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:04:08 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:04:08 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:04:08 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 09:06:10 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 358ms (Views: 358.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 09:06:10 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:06:10 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:06:10 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:06:10 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:06:10 -0400
+
+
+Started GET "/assets/bundle.self-1e9c5a1ee009cf1fbe2b362255dbc7ae18fb95076d38e78b5f242b8975c295d8.js?body=1" for ::1 at 2016-08-26 09:06:10 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:06:10 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:06:10 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:06:12 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[35mBank Load (0.5ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (1.7ms)
+Completed 200 OK in 20ms (Views: 17.8ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:06:18 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[36mBank Load (0.4ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.7ms)
+Completed 200 OK in 22ms (Views: 20.3ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:06:25 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 18ms (Views: 17.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 09:06:25 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:06:25 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:06:25 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:06:25 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:06:25 -0400
+
+
+Started GET "/assets/bundle.self-1e9c5a1ee009cf1fbe2b362255dbc7ae18fb95076d38e78b5f242b8975c295d8.js?body=1" for ::1 at 2016-08-26 09:06:25 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:06:25 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:06:25 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:06:30 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (1.0ms)
+Completed 200 OK in 18ms (Views: 17.2ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:06:50 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 339ms (Views: 338.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:06:51 -0400
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 09:06:51 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:06:51 -0400
+
+
+Started GET "/assets/bundle.self-5939913efdbfddeaa48ba35a0c9f1eace5cf47d8ba9720532bc54ed848c01b22.js?body=1" for ::1 at 2016-08-26 09:06:51 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:06:51 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:06:51 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:06:51 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:06:51 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:06:54 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (1.0ms)
+Completed 200 OK in 19ms (Views: 17.7ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:08:11 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 373ms (Views: 372.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 09:08:12 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:08:12 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:08:12 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:08:12 -0400
+
+
+Started GET "/assets/bundle.self-4f003f02dca400680fa115cc71a2d384d42ab92be462edc2120f4a341bf3cc14.js?body=1" for ::1 at 2016-08-26 09:08:12 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:08:12 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:08:12 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:08:12 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:08:14 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[35mBank Load (0.4ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.7ms)
+Completed 200 OK in 19ms (Views: 17.5ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:09:14 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.2ms)
+Completed 200 OK in 357ms (Views: 356.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:09:15 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:09:15 -0400
+
+
+Started GET "/assets/bundle.self-79b9fe1f63e50bf5656b22cca88cc3be04eb513c9b1e98af6c6a937084bf0bac.js?body=1" for ::1 at 2016-08-26 09:09:15 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:09:15 -0400
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 09:09:15 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:09:15 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:09:15 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:09:15 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:09:17 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.9ms)
+Completed 200 OK in 20ms (Views: 18.3ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:09:44 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[35mBank Load (0.4ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 18ms (Views: 16.5ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:09:49 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 328ms (Views: 327.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 09:09:50 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:09:50 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:09:50 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:09:50 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:09:50 -0400
+
+
+Started GET "/assets/bundle.self-e44d1445005177ae1ab74b91c86d8bea6a7a3d32c477443ddf9bb54c35574990.js?body=1" for ::1 at 2016-08-26 09:09:50 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:09:50 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:09:50 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:09:52 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 17ms (Views: 15.6ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:16:07 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.2ms)
+Completed 200 OK in 403ms (Views: 403.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 09:16:08 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:16:08 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:16:08 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:16:08 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:16:08 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:16:08 -0400
+
+
+Started GET "/assets/bundle.self-708216f5fcd62a389e5c4cc73c0b534c614522598be90926002211eb284d69ed.js?body=1" for ::1 at 2016-08-26 09:16:08 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:16:08 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:16:11 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[35mBank Load (0.7ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (10.9ms)
+Completed 200 OK in 34ms (Views: 27.9ms | ActiveRecord: 0.7ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:16:49 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 400ms (Views: 399.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 09:16:49 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:16:50 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:16:50 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:16:50 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:16:50 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:16:50 -0400
+
+
+Started GET "/assets/bundle.self-7482cbbbc4eb33b64383c68663cbc92a56935890b29eb2a448ec4b6e001823ae.js?body=1" for ::1 at 2016-08-26 09:16:50 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:16:50 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:16:52 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[36mBank Load (0.4ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.5ms)
+Completed 200 OK in 18ms (Views: 16.4ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:17:03 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 345ms (Views: 344.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 09:17:03 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:17:03 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:17:03 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:17:03 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:17:03 -0400
+
+
+Started GET "/assets/bundle.self-06e75f940f52ad410fd5f3c62ae7ae197ff8e62c87566d26f23ebfa3f674d1f9.js?body=1" for ::1 at 2016-08-26 09:17:03 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:17:03 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:17:04 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:17:05 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[35mBank Load (0.5ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:17:44 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 436ms (Views: 436.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855.css?body=1" for ::1 at 2016-08-26 09:17:44 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:17:44 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:17:44 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:17:44 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:17:44 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:17:44 -0400
+
+
+Started GET "/assets/bundle.self-195270cea07438f3d99a654d7a76f50b3a84f1e979f627cd2f2f7aaef89560da.js?body=1" for ::1 at 2016-08-26 09:17:44 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:17:45 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:17:46 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 19ms (Views: 17.9ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:20:51 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 382ms (Views: 382.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-8a2f8572ab14b969dbf5f3e3cfb6dcacf099feeaf3624817dc1cfd840dc02b38.css?body=1" for ::1 at 2016-08-26 09:20:51 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:20:51 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:20:51 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:20:51 -0400
+
+
+Started GET "/assets/bundle.self-44a9720a32d00f5e9baa7c422cd5d458067bb1fe0d699c7d22145aa3b146bba4.js?body=1" for ::1 at 2016-08-26 09:20:51 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:20:51 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:20:51 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:20:52 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:20:53 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (1.0ms)
+Completed 200 OK in 20ms (Views: 16.4ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:22:34 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 373ms (Views: 373.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-f69285e7b183b9a3ff110046b6f9020dbe90cd519ef5894f57e72c5f9824afeb.css?body=1" for ::1 at 2016-08-26 09:22:35 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:22:35 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:22:35 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:22:35 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:22:35 -0400
+
+
+Started GET "/assets/bundle.self-2968152a1d0286bdea83d0687f46558cc63b1256671496802d76cfe06d21ddbb.js?body=1" for ::1 at 2016-08-26 09:22:35 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:22:35 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:22:35 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:22:37 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:22:50 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 37ms (Views: 36.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-dec582465621c104073d9a8853cfda516a4e3d61d701ab312e471daec8b3dc6b.css?body=1" for ::1 at 2016-08-26 09:22:50 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:22:50 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:22:50 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:22:50 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:22:50 -0400
+
+
+Started GET "/assets/bundle.self-2968152a1d0286bdea83d0687f46558cc63b1256671496802d76cfe06d21ddbb.js?body=1" for ::1 at 2016-08-26 09:22:50 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:22:50 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:22:50 -0400
+
+
+Started GET "/banks/" for ::1 at 2016-08-26 09:22:51 -0400
+
+ActionController::RoutingError (No route matches [GET] "/banks"):
+ actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
+ railties (4.2.4) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.9ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (25.8ms)
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:22:53 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.8ms)
+Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:25:09 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 416ms (Views: 415.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-dec582465621c104073d9a8853cfda516a4e3d61d701ab312e471daec8b3dc6b.css?body=1" for ::1 at 2016-08-26 09:25:10 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:25:10 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:25:10 -0400
+
+
+Started GET "/assets/bundle.self-f2de2229d5f0b5625724302f92dffd6ddb33547592c90c08aba1cef90d17b896.js?body=1" for ::1 at 2016-08-26 09:25:10 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:25:10 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:25:10 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:25:10 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:25:10 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:25:11 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (1.4ms)
+Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:27:56 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 351ms (Views: 350.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:27:56 -0400
+
+
+Started GET "/assets/bundle.self-c60fcb6ad037249e1cce11138755d85d38f4c220fbe8a3c5c03aed6eb5a52451.js?body=1" for ::1 at 2016-08-26 09:27:56 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:27:56 -0400
+
+
+Started GET "/assets/banks.self-dec582465621c104073d9a8853cfda516a4e3d61d701ab312e471daec8b3dc6b.css?body=1" for ::1 at 2016-08-26 09:27:56 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:27:56 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:27:56 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:27:56 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:27:56 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:27:58 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[35mBank Load (0.6ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (2.4ms)
+Completed 200 OK in 21ms (Views: 18.3ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:28:13 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 345ms (Views: 344.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-dec582465621c104073d9a8853cfda516a4e3d61d701ab312e471daec8b3dc6b.css?body=1" for ::1 at 2016-08-26 09:28:13 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:28:13 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:28:13 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:28:13 -0400
+
+
+Started GET "/assets/bundle.self-3741add368e8364532a151c50f90f4ddf96a5770c177dd1eabb181a245b90b78.js?body=1" for ::1 at 2016-08-26 09:28:13 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:28:13 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:28:13 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:28:14 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:28:15 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[36mBank Load (0.4ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (1.1ms)
+Completed 200 OK in 20ms (Views: 19.0ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:30:25 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 409ms (Views: 409.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-dec582465621c104073d9a8853cfda516a4e3d61d701ab312e471daec8b3dc6b.css?body=1" for ::1 at 2016-08-26 09:30:26 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:30:26 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:30:26 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:30:26 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:30:26 -0400
+
+
+Started GET "/assets/bundle.self-2e1ba93f60f9acb7782af8df2c4c75085f7ca24b32f4612e51be356d9c1acf9f.js?body=1" for ::1 at 2016-08-26 09:30:26 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:30:26 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:30:26 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:30:27 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (1.2ms)
+Completed 200 OK in 24ms (Views: 22.1ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:32:12 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 489ms (Views: 488.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:32:12 -0400
+
+
+Started GET "/assets/banks.self-62aeff6401989a5a0bbf5e1836ed76a677ae01c41eac1543475bc80484b0113b.css?body=1" for ::1 at 2016-08-26 09:32:12 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:32:13 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:32:13 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:32:13 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:32:13 -0400
+
+
+Started GET "/assets/bundle.self-180e1e75a735ba4695e76cb95e549d6d280d92c2c174413e309aefe92fb257c3.js?body=1" for ::1 at 2016-08-26 09:32:13 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:32:13 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:32:15 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 18ms (Views: 16.2ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:32:51 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 32ms (Views: 31.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-2db7315ae693e75b1e235f376f05119966b4219860b2b322f745b5327ff70f2e.css?body=1" for ::1 at 2016-08-26 09:32:51 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:32:51 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:32:51 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:32:51 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:32:51 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:32:51 -0400
+
+
+Started GET "/assets/bundle.self-180e1e75a735ba4695e76cb95e549d6d280d92c2c174413e309aefe92fb257c3.js?body=1" for ::1 at 2016-08-26 09:32:51 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:32:51 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:32:53 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 17ms (Views: 15.7ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:32:55 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 15ms (Views: 15.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-2db7315ae693e75b1e235f376f05119966b4219860b2b322f745b5327ff70f2e.css?body=1" for ::1 at 2016-08-26 09:32:56 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:32:56 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:32:56 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:32:56 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:32:56 -0400
+
+
+Started GET "/assets/bundle.self-180e1e75a735ba4695e76cb95e549d6d280d92c2c174413e309aefe92fb257c3.js?body=1" for ::1 at 2016-08-26 09:32:56 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:32:56 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:32:56 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:32:57 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 18ms (Views: 17.0ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:33:29 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 42ms (Views: 41.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-942a9c848f74a56f2cebbb99df796e8a4cf1b6615c857aede4583fbd443e0fa7.css?body=1" for ::1 at 2016-08-26 09:33:29 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:33:29 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:33:29 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:33:29 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:33:29 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:33:29 -0400
+
+
+Started GET "/assets/bundle.self-180e1e75a735ba4695e76cb95e549d6d280d92c2c174413e309aefe92fb257c3.js?body=1" for ::1 at 2016-08-26 09:33:29 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:33:29 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:33:39 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[35mBank Load (0.8ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (2.0ms)
+Completed 200 OK in 24ms (Views: 21.0ms | ActiveRecord: 0.8ms)
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:34:01 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[36mBank Load (0.5ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.7ms)
+Completed 200 OK in 21ms (Views: 19.2ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:34:03 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 37ms (Views: 37.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-2628a570628fd656a20080dd205ca17d30e9b3bff77adec5633313afa5227507.css?body=1" for ::1 at 2016-08-26 09:34:03 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:34:03 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:34:03 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:34:03 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:34:03 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:34:03 -0400
+
+
+Started GET "/assets/bundle.self-180e1e75a735ba4695e76cb95e549d6d280d92c2c174413e309aefe92fb257c3.js?body=1" for ::1 at 2016-08-26 09:34:03 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:34:03 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 09:34:04 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 16ms (Views: 16.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-2628a570628fd656a20080dd205ca17d30e9b3bff77adec5633313afa5227507.css?body=1" for ::1 at 2016-08-26 09:34:04 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:34:04 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:34:04 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:34:04 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:34:04 -0400
+
+
+Started GET "/assets/bundle.self-180e1e75a735ba4695e76cb95e549d6d280d92c2c174413e309aefe92fb257c3.js?body=1" for ::1 at 2016-08-26 09:34:04 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:34:04 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:34:04 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:34:06 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[35mBank Load (0.4ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.8ms)
+Completed 200 OK in 22ms (Views: 20.6ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:35:07 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 414ms (Views: 414.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-2628a570628fd656a20080dd205ca17d30e9b3bff77adec5633313afa5227507.css?body=1" for ::1 at 2016-08-26 09:35:07 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:35:07 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:35:07 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:35:07 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:35:07 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:35:07 -0400
+
+
+Started GET "/assets/bundle.self-2bfc21c2a1df8ce3f07ba7945680e3dd4a3fb0f3cda10fad05f21750ed0730f0.js?body=1" for ::1 at 2016-08-26 09:35:07 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:35:07 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:35:09 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.8ms)
+Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:35:27 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 352ms (Views: 351.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-2628a570628fd656a20080dd205ca17d30e9b3bff77adec5633313afa5227507.css?body=1" for ::1 at 2016-08-26 09:35:27 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:35:27 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:35:27 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:35:27 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:35:27 -0400
+
+
+Started GET "/assets/bundle.self-3340120a26aba0b396e81a579809b0f7ed5f67f4af0d6e8c74213b5a029f35e9.js?body=1" for ::1 at 2016-08-26 09:35:27 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:35:27 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:35:28 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:35:29 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[35mBank Load (0.4ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (1.0ms)
+Completed 200 OK in 18ms (Views: 16.8ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:35:33 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 23ms (Views: 23.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-2628a570628fd656a20080dd205ca17d30e9b3bff77adec5633313afa5227507.css?body=1" for ::1 at 2016-08-26 09:35:33 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:35:33 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:35:33 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:35:33 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:35:33 -0400
+
+
+Started GET "/assets/bundle.self-3340120a26aba0b396e81a579809b0f7ed5f67f4af0d6e8c74213b5a029f35e9.js?body=1" for ::1 at 2016-08-26 09:35:33 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:35:33 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:35:34 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:35:35 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.8ms)
+Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:35:58 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 379ms (Views: 379.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:35:58 -0400
+
+
+Started GET "/assets/banks.self-2628a570628fd656a20080dd205ca17d30e9b3bff77adec5633313afa5227507.css?body=1" for ::1 at 2016-08-26 09:35:58 -0400
+
+
+Started GET "/assets/bundle.self-988a1a63ab3fa298e0f1d1ebf1284d391266f49c75461e6e923c99a6db661494.js?body=1" for ::1 at 2016-08-26 09:35:58 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:35:58 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:35:58 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:35:59 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:35:59 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:35:59 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:36:00 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:36:35 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 360ms (Views: 359.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-2628a570628fd656a20080dd205ca17d30e9b3bff77adec5633313afa5227507.css?body=1" for ::1 at 2016-08-26 09:36:36 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:36:36 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:36:36 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:36:36 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:36:36 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:36:36 -0400
+
+
+Started GET "/assets/bundle.self-1bba7536db35c35c4dc24b50f94a6b65ca001ef3dd0bd17ffed511d546a55d04.js?body=1" for ::1 at 2016-08-26 09:36:36 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:36:36 -0400
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 09:36:38 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (1.1ms)
+Completed 200 OK in 29ms (Views: 27.2ms | ActiveRecord: 0.3ms)
+ [1m[35mBank Load (29.5ms)[0m SELECT "banks".* FROM "banks"
+
+
+Started GET "/banks/11104173" for ::1 at 2016-08-26 09:37:33 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104173"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11104173]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 21ms (Views: 19.6ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:39:41 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 55ms (Views: 55.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 09:39:41 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:39:41 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:39:41 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:39:41 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:39:41 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:39:41 -0400
+
+
+Started GET "/assets/bundle.self-1bba7536db35c35c4dc24b50f94a6b65ca001ef3dd0bd17ffed511d546a55d04.js?body=1" for ::1 at 2016-08-26 09:39:41 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:39:42 -0400
+
+
+Started GET "/banks/11104173" for ::1 at 2016-08-26 09:39:43 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104173"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11104173]]
+ Rendered banks/show.json.jbuilder (0.9ms)
+Completed 200 OK in 17ms (Views: 16.0ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:44:20 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.2ms)
+Completed 200 OK in 375ms (Views: 374.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 09:44:20 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:44:20 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:44:20 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:44:20 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:44:20 -0400
+
+
+Started GET "/assets/bundle.self-4035f98a3ead004fe9c31c0b95cb9eba53ed820012aad89274b4d7f75aa372ee.js?body=1" for ::1 at 2016-08-26 09:44:21 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:44:21 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:44:21 -0400
+
+
+Started GET "/banks/11104173" for ::1 at 2016-08-26 09:44:22 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104173"}
+ [1m[35mBank Load (0.4ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11104173]]
+ Rendered banks/show.json.jbuilder (0.9ms)
+Completed 200 OK in 27ms (Views: 23.8ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:46:12 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 408ms (Views: 408.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 09:46:12 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:46:12 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:46:12 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:46:12 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:46:12 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:46:12 -0400
+
+
+Started GET "/assets/bundle.self-e9df270e465ebf2f73c863b5592c5837109fb0672f7efa08bd3eef5eb40c80bb.js?body=1" for ::1 at 2016-08-26 09:46:12 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:46:12 -0400
+
+
+Started GET "/banks/11104173" for ::1 at 2016-08-26 09:46:14 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104173"}
+ [1m[36mBank Load (0.4ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11104173]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 19ms (Views: 17.3ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:47:20 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 363ms (Views: 362.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 09:47:20 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:47:20 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:47:20 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:47:20 -0400
+
+
+Started GET "/assets/bundle.self-41ccb3a3d8b0926d9a2afbaaf45c4ddaebf48ea0872a15057da84ac9bfcc8628.js?body=1" for ::1 at 2016-08-26 09:47:20 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:47:20 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:47:20 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:47:20 -0400
+
+
+Started GET "/banks/11104173" for ::1 at 2016-08-26 09:47:22 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104173"}
+ [1m[35mBank Load (0.4ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11104173]]
+ Rendered banks/show.json.jbuilder (0.8ms)
+Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:47:24 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 20ms (Views: 19.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 09:47:24 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:47:24 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:47:24 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:47:24 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:47:24 -0400
+
+
+Started GET "/assets/bundle.self-41ccb3a3d8b0926d9a2afbaaf45c4ddaebf48ea0872a15057da84ac9bfcc8628.js?body=1" for ::1 at 2016-08-26 09:47:24 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:47:24 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:47:24 -0400
+
+
+Started GET "/banks/11104173" for ::1 at 2016-08-26 09:47:26 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104173"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11104173]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:48:33 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 331ms (Views: 331.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 09:48:34 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:48:34 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:48:34 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:48:34 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:48:34 -0400
+
+
+Started GET "/assets/bundle.self-4ee2d992b8cc9ce6dedd97aacad61a32503bc392f3588af640fff4dc3449a413.js?body=1" for ::1 at 2016-08-26 09:48:34 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:48:34 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:48:34 -0400
+
+
+Started GET "/banks/11104173" for ::1 at 2016-08-26 09:48:36 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104173"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11104173]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:48:38 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 24ms (Views: 23.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 09:48:38 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:48:38 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:48:38 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:48:38 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:48:38 -0400
+
+
+Started GET "/assets/bundle.self-4ee2d992b8cc9ce6dedd97aacad61a32503bc392f3588af640fff4dc3449a413.js?body=1" for ::1 at 2016-08-26 09:48:38 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:48:38 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:48:38 -0400
+
+
+Started GET "/banks/11104173" for ::1 at 2016-08-26 09:48:40 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104173"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11104173]]
+ Rendered banks/show.json.jbuilder (0.9ms)
+Completed 200 OK in 21ms (Views: 19.5ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:48:49 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 371ms (Views: 371.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:48:50 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:48:50 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:48:50 -0400
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 09:48:50 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:48:50 -0400
+
+
+Started GET "/assets/bundle.self-d1524debf321e953c6a55a169a53f3302a9727d80170ea1e5cca7bc1bed6133d.js?body=1" for ::1 at 2016-08-26 09:48:50 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:48:50 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:48:50 -0400
+
+
+Started GET "/banks/11104173" for ::1 at 2016-08-26 09:48:51 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104173"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11104173]]
+ Rendered banks/show.json.jbuilder (0.8ms)
+Completed 200 OK in 17ms (Views: 16.1ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:48:54 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 19ms (Views: 19.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 09:48:54 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:48:54 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:48:54 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:48:54 -0400
+
+
+Started GET "/assets/bundle.self-d1524debf321e953c6a55a169a53f3302a9727d80170ea1e5cca7bc1bed6133d.js?body=1" for ::1 at 2016-08-26 09:48:54 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:48:54 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:48:54 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:48:55 -0400
+
+
+Started GET "/banks/11104173" for ::1 at 2016-08-26 09:48:58 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104173"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11104173]]
+ Rendered banks/show.json.jbuilder (1.1ms)
+Completed 200 OK in 20ms (Views: 18.6ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:49:20 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 440ms (Views: 440.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 09:49:20 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:49:20 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:49:20 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:49:20 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:49:20 -0400
+
+
+Started GET "/assets/bundle.self-d720eb50d68df70d165d6d257047b8eb469c0623bd2fddf9c92974cdfa9b812e.js?body=1" for ::1 at 2016-08-26 09:49:20 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:49:20 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:49:21 -0400
+
+
+Started GET "/banks/11104173" for ::1 at 2016-08-26 09:49:22 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104173"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11104173]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 17ms (Views: 15.7ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:50:35 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 334ms (Views: 333.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 09:50:36 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:50:36 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:50:36 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:50:36 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:50:36 -0400
+
+
+Started GET "/assets/bundle.self-088f37b60c811529d58116dd67be286dd117cdc6baf36820f3019715c27ba22d.js?body=1" for ::1 at 2016-08-26 09:50:36 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:50:36 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:50:36 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 09:50:46 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 331ms (Views: 331.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 09:50:47 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:50:47 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:50:47 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:50:47 -0400
+
+
+Started GET "/assets/bundle.self-706742858943b7aa17b39b135a6e20586bf193389caf8e61f6aca73cdde713f7.js?body=1" for ::1 at 2016-08-26 09:50:47 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:50:47 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:50:47 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:50:47 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 09:51:03 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 335ms (Views: 334.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 09:51:04 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:51:04 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:51:04 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:51:04 -0400
+
+
+Started GET "/assets/bundle.self-bdadb0b93d411024482c10f8a9478ba48144ffc2db884dcecccfce0fa163ccbe.js?body=1" for ::1 at 2016-08-26 09:51:04 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:51:04 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:51:04 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:51:04 -0400
+
+
+Started GET "/banks/11104173" for ::1 at 2016-08-26 09:51:13 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104173"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11104173]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:51:31 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 17ms (Views: 16.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 09:51:31 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:51:31 -0400
+
+
+Started GET "/assets/bundle.self-bdadb0b93d411024482c10f8a9478ba48144ffc2db884dcecccfce0fa163ccbe.js?body=1" for ::1 at 2016-08-26 09:51:31 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:51:31 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:51:31 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:51:31 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:51:31 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:51:31 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 09:51:33 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 360ms (Views: 359.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 09:51:34 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:51:34 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:51:34 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:51:34 -0400
+
+
+Started GET "/assets/bundle.self-ba0fdcea389f62d6983bd5fc5421781e3c003b1e69627a02f76adc9f59e90f60.js?body=1" for ::1 at 2016-08-26 09:51:34 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:51:34 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:51:34 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:51:34 -0400
+
+
+Started GET "/banks/11104173" for ::1 at 2016-08-26 09:51:37 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104173"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11104173]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 16ms (Views: 15.3ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:52:29 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 339ms (Views: 338.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 09:52:29 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:52:29 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:52:29 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:52:29 -0400
+
+
+Started GET "/assets/bundle.self-9db86f61ff88e67af910af47a55c24e85a269a5a54fc556eb77394be78dbb809.js?body=1" for ::1 at 2016-08-26 09:52:29 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:52:29 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:52:29 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:52:29 -0400
+
+
+Started GET "/banks/" for ::1 at 2016-08-26 09:52:30 -0400
+
+ActionController::RoutingError (No route matches [GET] "/banks"):
+ actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
+ railties (4.2.4) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (24.3ms)
+
+
+Started GET "/banks/11104173" for ::1 at 2016-08-26 09:52:40 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104173"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11104173]]
+ Rendered banks/show.json.jbuilder (0.7ms)
+Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:54:00 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 347ms (Views: 346.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 09:54:00 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:54:00 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:54:00 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:54:00 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:54:00 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:54:00 -0400
+
+
+Started GET "/assets/bundle.self-26c2f2490b4f6afffc5b7571527acff7bae7c7fecab3600e86ad2ef98cbf69ef.js?body=1" for ::1 at 2016-08-26 09:54:00 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:54:00 -0400
+
+
+Started GET "/banks/11104173" for ::1 at 2016-08-26 09:54:04 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104173"}
+ [1m[35mBank Load (0.2ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11104173]]
+ Rendered banks/show.json.jbuilder (0.5ms)
+Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:54:23 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 348ms (Views: 347.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 09:54:23 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:54:23 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:54:23 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:54:23 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:54:23 -0400
+
+
+Started GET "/assets/bundle.self-a9d59700fa1f78d35bb2d5d9ca7e52587c8eb40b602f9597d6359a7d536ccab6.js?body=1" for ::1 at 2016-08-26 09:54:23 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:54:23 -0400
+
+
+Started GET "/banks/11104173" for ::1 at 2016-08-26 09:54:30 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104173"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11104173]]
+ Rendered banks/show.json.jbuilder (0.7ms)
+Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:55:16 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 390ms (Views: 390.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 09:55:17 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:55:17 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:55:17 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:55:17 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:55:17 -0400
+
+
+Started GET "/assets/bundle.self-497409342448d5ed1c89996b0c9fa1c452560864ab02dae06ef2f5e7d14fe789.js?body=1" for ::1 at 2016-08-26 09:55:17 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:55:17 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 09:55:32 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 17ms (Views: 17.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 09:55:32 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:55:32 -0400
+
+
+Started GET "/assets/bundle.self-497409342448d5ed1c89996b0c9fa1c452560864ab02dae06ef2f5e7d14fe789.js?body=1" for ::1 at 2016-08-26 09:55:32 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:55:32 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:55:32 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:55:32 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:55:32 -0400
+
+
+Started GET "/banks/11104173" for ::1 at 2016-08-26 09:55:35 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104173"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11104173]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:55:37 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 341ms (Views: 340.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 09:55:37 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:55:37 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:55:37 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:55:38 -0400
+
+
+Started GET "/assets/bundle.self-12e25ab71f44ae89d1605602aaa81a4c4f9ee9793456fca897c5c7c76c3e7331.js?body=1" for ::1 at 2016-08-26 09:55:38 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:55:38 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:55:38 -0400
+
+
+Started GET "/banks/11104173" for ::1 at 2016-08-26 09:55:40 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104173"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11104173]]
+ Rendered banks/show.json.jbuilder (0.8ms)
+Completed 200 OK in 17ms (Views: 15.5ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:56:04 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 25ms (Views: 25.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 09:56:05 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:56:05 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:56:05 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:56:05 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:56:05 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:56:05 -0400
+
+
+Started GET "/assets/bundle.self-12e25ab71f44ae89d1605602aaa81a4c4f9ee9793456fca897c5c7c76c3e7331.js?body=1" for ::1 at 2016-08-26 09:56:05 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 09:56:06 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 342ms (Views: 342.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 09:56:06 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:56:06 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:56:06 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:56:06 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:56:06 -0400
+
+
+Started GET "/assets/bundle.self-6de6f8b25d6d14d692f82561bd005ea0f77ff85bef1d7495b618021f4b3a6c79.js?body=1" for ::1 at 2016-08-26 09:56:06 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:56:06 -0400
+
+
+Started GET "/banks/11104173" for ::1 at 2016-08-26 09:56:08 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104173"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11104173]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 17ms (Views: 15.6ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:56:22 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 09:56:44 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 21ms (Views: 20.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 09:56:44 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:56:45 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:56:45 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:56:45 -0400
+
+
+Started GET "/assets/bundle.self-6de6f8b25d6d14d692f82561bd005ea0f77ff85bef1d7495b618021f4b3a6c79.js?body=1" for ::1 at 2016-08-26 09:56:45 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:56:45 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:56:45 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:56:45 -0400
+
+
+Started GET "/banks/11104173" for ::1 at 2016-08-26 09:56:55 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104173"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11104173]]
+ Rendered banks/show.json.jbuilder (0.8ms)
+Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:57:34 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 448ms (Views: 447.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-3ae6da4a66da85ee5d4b04b8ae6a5db6024d6cc76e80124c81518940fbd2d5be.css?body=1" for ::1 at 2016-08-26 09:57:35 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:57:35 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:57:35 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:57:35 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:57:35 -0400
+
+
+Started GET "/assets/bundle.self-1c2f60f66fe2bd894e16a50e663b8a5c69e82398318d98411c6f3f02b2550211.js?body=1" for ::1 at 2016-08-26 09:57:35 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:57:35 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:57:35 -0400
+
+
+Started GET "/banks/11104173" for ::1 at 2016-08-26 09:57:37 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104173"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11104173]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 18ms (Views: 16.9ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:58:29 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 346ms (Views: 345.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-3ae6da4a66da85ee5d4b04b8ae6a5db6024d6cc76e80124c81518940fbd2d5be.css?body=1" for ::1 at 2016-08-26 09:58:29 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:58:29 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:58:29 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:58:29 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:58:29 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:58:29 -0400
+
+
+Started GET "/assets/bundle.self-d18f41c753a97f01071ac8751aef87b0b68c276667d1b8b043b6166a22fd1a49.js?body=1" for ::1 at 2016-08-26 09:58:29 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:58:30 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 09:58:33 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 17ms (Views: 17.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-3ae6da4a66da85ee5d4b04b8ae6a5db6024d6cc76e80124c81518940fbd2d5be.css?body=1" for ::1 at 2016-08-26 09:58:33 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:58:33 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:58:33 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:58:33 -0400
+
+
+Started GET "/assets/bundle.self-d18f41c753a97f01071ac8751aef87b0b68c276667d1b8b043b6166a22fd1a49.js?body=1" for ::1 at 2016-08-26 09:58:33 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:58:33 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:58:33 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:58:33 -0400
+
+
+Started GET "/" for ::1 at 2016-08-26 09:58:48 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 18ms (Views: 18.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 09:58:48 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:58:48 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:58:48 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:58:48 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:58:48 -0400
+
+
+Started GET "/assets/bundle.self-d18f41c753a97f01071ac8751aef87b0b68c276667d1b8b043b6166a22fd1a49.js?body=1" for ::1 at 2016-08-26 09:58:48 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:58:48 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:58:49 -0400
+
+
+Started GET "/banks/11104173" for ::1 at 2016-08-26 09:58:51 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104173"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11104173]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 15ms (Views: 14.2ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 09:58:55 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 17ms (Views: 16.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 09:58:55 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 09:58:55 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 09:58:55 -0400
+
+
+Started GET "/assets/bundle.self-d18f41c753a97f01071ac8751aef87b0b68c276667d1b8b043b6166a22fd1a49.js?body=1" for ::1 at 2016-08-26 09:58:55 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 09:58:55 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 09:58:55 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 09:58:55 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-26 09:58:55 -0400
+
+
+Started GET "/banks/11104173" for ::1 at 2016-08-26 09:58:57 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104173"}
+ [1m[35mBank Load (0.2ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11104173]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/banks/11104173" for ::1 at 2016-08-26 09:59:57 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104173"}
+ [1m[36mBank Load (0.2ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11104173]]
+ Rendered banks/show.json.jbuilder (0.5ms)
+Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/banks/11104173" for ::1 at 2016-08-26 10:00:00 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104173"}
+ [1m[35mBank Load (0.2ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11104173]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 15ms (Views: 14.6ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/banks/11000015" for ::1 at 2016-08-26 10:00:16 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11000015"}
+ [1m[36mBank Load (0.2ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11000015]]
+ Rendered banks/show.json.jbuilder (0.5ms)
+Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.2ms)
+ [1m[36mBank Load (2.5ms)[0m [1mSELECT "banks".* FROM "banks"[0m
+ [1m[35mBank Load (1.5ms)[0m SELECT "banks".* FROM "banks"
+ [1m[36mBank Load (1.3ms)[0m [1mSELECT "banks".* FROM "banks"[0m
+ [1m[35mBank Load (1.4ms)[0m SELECT "banks".* FROM "banks"
+
+
+Started GET "/banks/11200608" for ::1 at 2016-08-26 10:01:23 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11200608"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11200608]]
+ Rendered banks/show.json.jbuilder (0.5ms)
+Completed 200 OK in 16ms (Views: 14.6ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/banks/" for ::1 at 2016-08-26 10:02:01 -0400
+
+ActionController::RoutingError (No route matches [GET] "/banks"):
+ actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
+ railties (4.2.4) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.6ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (23.3ms)
+
+
+Started GET "/banks/11200608" for ::1 at 2016-08-26 10:02:11 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11200608"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11200608]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 16ms (Views: 14.4ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 10:02:14 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 15ms (Views: 14.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 10:02:14 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 10:02:14 -0400
+
+
+Started GET "/assets/bundle.self-d18f41c753a97f01071ac8751aef87b0b68c276667d1b8b043b6166a22fd1a49.js?body=1" for ::1 at 2016-08-26 10:02:14 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 10:02:14 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 10:02:14 -0400
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 10:02:14 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 10:02:14 -0400
+
+
+Started GET "/banks/11200608" for ::1 at 2016-08-26 10:02:17 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11200608"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 11200608]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/banks/01110089" for ::1 at 2016-08-26 12:56:21 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"01110089"}
+ [1m[36mBank Load (0.6ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 1110089]]
+ Rendered banks/show.json.jbuilder (18.1ms)
+Completed 500 Internal Server Error in 41ms (ActiveRecord: 0.6ms)
+
+ActionView::Template::Error (undefined method `tel_area_code' for nil:NilClass):
+ 1: json.tel_num "#{@bank.tel_area_code}-#{@bank.tel_prefix}-#{@bank.tel_suffix}"
+ 2: json.address do
+ 3: json.city @bank.city.split(" ").map { |el| el.downcase.capitalize}.join(" ")
+ 4: json.state @bank.state_code
+ app/views/banks/show.json.jbuilder:1:in `_app_views_banks_show_json_jbuilder___3905166668255591819_70139663778260'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (1.3ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (3.9ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (97.9ms)
+
+
+Started GET "/banks/01110089" for ::1 at 2016-08-26 12:56:23 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"01110089"}
+ [1m[35mBank Load (0.4ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", 1110089]]
+ Rendered banks/show.json.jbuilder (15.4ms)
+Completed 500 Internal Server Error in 30ms (ActiveRecord: 0.4ms)
+
+ActionView::Template::Error (undefined method `tel_area_code' for nil:NilClass):
+ 1: json.tel_num "#{@bank.tel_area_code}-#{@bank.tel_prefix}-#{@bank.tel_suffix}"
+ 2: json.address do
+ 3: json.city @bank.city.split(" ").map { |el| el.downcase.capitalize}.join(" ")
+ 4: json.state @bank.state_code
+ app/views/banks/show.json.jbuilder:1:in `_app_views_banks_show_json_jbuilder___3905166668255591819_70139663778260'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.9ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (47.3ms)
+
+
+Started GET "/banks/11104283" for ::1 at 2016-08-26 12:58:08 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"11104283"}
+ [1m[36mBank Load (1.9ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", 11104283]]
+ Rendered banks/show.json.jbuilder (2.0ms)
+Completed 200 OK in 19ms (Views: 15.8ms | ActiveRecord: 1.9ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 14:49:53 -0400
+ [1m[36mActiveRecord::SchemaMigration Load (6.3ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (1.9ms)
+Completed 200 OK in 916ms (Views: 915.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/bundle.self-272e087018cff344d12223c3526e16e93e0220b8c36c90017d39ccb930d6d0a2.js?body=1" for ::1 at 2016-08-26 14:49:54 -0400
+ [1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Migrating to ChangeIntConversion (20160826185127)
+ [1m[35m (0.8ms)[0m BEGIN
+ [1m[36m (48.8ms)[0m [1mALTER TABLE "banks" ALTER COLUMN "routing_num" TYPE character varying[0m
+ [1m[35m (5.7ms)[0m ALTER TABLE "banks" ALTER COLUMN "new_routing_num" TYPE character varying
+ [1m[36m (13.3ms)[0m [1mALTER TABLE "banks" ALTER COLUMN "tel_area_code" TYPE character varying[0m
+ [1m[35m (13.9ms)[0m ALTER TABLE "banks" ALTER COLUMN "tel_prefix" TYPE character varying
+ [1m[36m (6.0ms)[0m [1mALTER TABLE "banks" ALTER COLUMN "tel_suffix" TYPE character varying[0m
+ [1m[35m (19.6ms)[0m ALTER TABLE "banks" ALTER COLUMN "zipcode" TYPE character varying
+ [1m[36m (14.1ms)[0m [1mALTER TABLE "banks" ALTER COLUMN "zipcode_ext" TYPE character varying[0m
+ [1m[35mSQL (0.8ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20160826185127"]]
+ [1m[36m (389.0ms)[0m [1mCOMMIT[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.3ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (5.1ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
+FROM pg_constraint c
+JOIN pg_class t1 ON c.conrelid = t1.oid
+JOIN pg_class t2 ON c.confrelid = t2.oid
+JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
+JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
+JOIN pg_namespace t3 ON c.connamespace = t3.oid
+WHERE c.contype = 'f'
+ AND t1.relname = 'banks'
+ AND t3.nspname = ANY (current_schemas(false))
+ORDER BY c.conname
+[0m
+ [1m[36m (5022.1ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+PG::ObjectInUse: ERROR: database "ZipChallenge_development" is being accessed by other users
+DETAIL: There is 1 other session using the database.
+: DROP DATABASE IF EXISTS "ZipChallenge_development"
+ [1m[35m (355.8ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (3.0ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+PG::DuplicateDatabase: ERROR: database "ZipChallenge_development" already exists
+: CREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'
+ [1m[35m (790.7ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (4.8ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (8.5ms)[0m DROP TABLE "banks" CASCADE
+ [1m[36m (11.6ms)[0m [1mCREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL) [0m
+ [1m[35m (0.6ms)[0m SELECT version FROM "schema_migrations"
+ [1m[36mSQL (0.4ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (9.3ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (2.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.5ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (1.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.657903"], ["updated_at", "2016-08-26 18:55:02.657903"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000028"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-07-28 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "STATE STREET BANK AND TRUST COMPANY"], ["address", "JAB2NW"], ["city", "N. QUINCY"], ["state_code", "MA"], ["zipcode", "02171"], ["zipcode_ext", "0000"], ["tel_area_code", "617"], ["tel_prefix", "664"], ["tel_suffix", "2400"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.665456"], ["updated_at", "2016-08-26 18:55:02.665456"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000138"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-10-13 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA, N.A."], ["address", "8001 VILLA PARK DRIVE"], ["city", "HENRICO"], ["state_code", "VA"], ["zipcode", "23228"], ["zipcode_ext", "0000"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.668514"], ["updated_at", "2016-08-26 18:55:02.668514"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000206"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A"], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.671204"], ["updated_at", "2016-08-26 18:55:02.671204"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000390"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A"], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.674135"], ["updated_at", "2016-08-26 18:55:02.674135"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000536"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-11-14 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL HOME LOAN BK BOST"], ["address", "9TH FLOOR"], ["city", "BOSTON"], ["state_code", "MA"], ["zipcode", "02199"], ["zipcode_ext", "0000"], ["tel_area_code", "617"], ["tel_prefix", "292"], ["tel_suffix", "9790"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.677115"], ["updated_at", "2016-08-26 18:55:02.677115"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011001234"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-26 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF NEW YORK MELLON"], ["address", "500 ROSS ST., 154-0960"], ["city", "PITTSBURGH"], ["state_code", "PA"], ["zipcode", "15262"], ["zipcode_ext", "0000"], ["tel_area_code", "412"], ["tel_prefix", "236"], ["tel_suffix", "3338"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.680325"], ["updated_at", "2016-08-26 18:55:02.680325"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011001276"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2008-03-06 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "ONEUNITED BANK"], ["address", "3683 CRENSHAW BL"], ["city", "LOS ANGELES"], ["state_code", "CA"], ["zipcode", "90016"], ["zipcode_ext", "0000"], ["tel_area_code", "877"], ["tel_prefix", "663"], ["tel_suffix", "8648"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.683254"], ["updated_at", "2016-08-26 18:55:02.683254"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011001331"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-07-02 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION"], ["address", "1 CITIZENS DRIVE"], ["city", "RIVERSIDE"], ["state_code", "RI"], ["zipcode", "02915"], ["zipcode_ext", "0000"], ["tel_area_code", "800"], ["tel_prefix", "883"], ["tel_suffix", "4224"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.685838"], ["updated_at", "2016-08-26 18:55:02.685838"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011001726"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-12 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "THE FIRST NATIONAL BANK OF IPSWICH"], ["address", "625 GEORGE WASHINGTON HWY"], ["city", "LINCOLN"], ["state_code", "RI"], ["zipcode", "02865"], ["zipcode_ext", "0000"], ["tel_area_code", "401"], ["tel_prefix", "574"], ["tel_suffix", "1920"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.688619"], ["updated_at", "2016-08-26 18:55:02.688619"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011001742"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA, N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.691324"], ["updated_at", "2016-08-26 18:55:02.691324"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011001881"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-14 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FIDUCIARY TRUST CO"], ["address", "CASH MGMT"], ["city", "BOSTON"], ["state_code", "MA"], ["zipcode", "02205"], ["zipcode_ext", "5806"], ["tel_area_code", "617"], ["tel_prefix", "292"], ["tel_suffix", "6747"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.694595"], ["updated_at", "2016-08-26 18:55:02.694595"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011001962"], ["office_code", "O"], ["frb_num", 121000374], ["record_type_code", 2], ["last_change_date", "2012-08-03 00:00:00.000000"], ["new_routing_num", "12220395"], ["cust_name", "CATHAY BANK"], ["address", "RS-14"], ["city", "ROSEMEAD"], ["state_code", "CA"], ["zipcode", "91770"], ["zipcode_ext", "0000"], ["tel_area_code", "626"], ["tel_prefix", "582"], ["tel_suffix", "7338"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.697756"], ["updated_at", "2016-08-26 18:55:02.697756"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011002343"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-18 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BOSTON PRIVATE BK + TR CO"], ["address", "ATTN: ACH ORPERATIONS"], ["city", "BOSTON"], ["state_code", "MA"], ["zipcode", "02109"], ["zipcode_ext", "4603"], ["tel_area_code", "617"], ["tel_prefix", "912"], ["tel_suffix", "4231"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.700655"], ["updated_at", "2016-08-26 18:55:02.700655"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011002550"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-18 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "EASTERN BANK"], ["address", "195 MARKET STREET"], ["city", "LYNN"], ["state_code", "MA"], ["zipcode", "01901"], ["zipcode_ext", "0000"], ["tel_area_code", "800"], ["tel_prefix", "327"], ["tel_suffix", "8376"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.703507"], ["updated_at", "2016-08-26 18:55:02.703507"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011002725"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-27 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "COMMERCE BANK & TRUST CO"], ["address", "386 MAIN ST"], ["city", "WORCESTER"], ["state_code", "MA"], ["zipcode", "01615"], ["zipcode_ext", "0000"], ["tel_area_code", "508"], ["tel_prefix", "797"], ["tel_suffix", "6923"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.706219"], ["updated_at", "2016-08-26 18:55:02.706219"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011002877"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-04-26 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "EAST WEST BANK"], ["address", "9300 FLAIR DRIVE, 4TH FLOOR"], ["city", "EL MONTE"], ["state_code", "CA"], ["zipcode", "91731"], ["zipcode_ext", "0000"], ["tel_area_code", "626"], ["tel_prefix", "371"], ["tel_suffix", "8561"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.708890"], ["updated_at", "2016-08-26 18:55:02.708890"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011075150"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-10-17 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "SANTANDER BANK, N.A."], ["address", "601 PENN STREET"], ["city", "READING"], ["state_code", "PA"], ["zipcode", "19601"], ["zipcode_ext", "0000"], ["tel_area_code", "877"], ["tel_prefix", "768"], ["tel_suffix", "2265"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.711803"], ["updated_at", "2016-08-26 18:55:02.711803"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011075202"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-24 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "SOVEREIGN BANK"], ["address", "601 PENN STREET"], ["city", "READING"], ["state_code", "PA"], ["zipcode", "19601"], ["zipcode_ext", "0000"], ["tel_area_code", "877"], ["tel_prefix", "768"], ["tel_suffix", "2265"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.714732"], ["updated_at", "2016-08-26 18:55:02.714732"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011099071"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-09-30 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FRB BOSTON HUMAN RESOURCES"], ["address", "1000 PEACHTREE STREET NE"], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "0000"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.717589"], ["updated_at", "2016-08-26 18:55:02.717589"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011099660"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-09-30 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FRB BOSTON ACCOUNTING DEPT."], ["address", "1000 PEACHTREE STREET NE"], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "0000"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.720355"], ["updated_at", "2016-08-26 18:55:02.720355"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011100012"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.723203"], ["updated_at", "2016-08-26 18:55:02.723203"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011100106"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-03-11 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "WELLS FARGO BANK"], ["address", "MAC N9301-041"], ["city", "MINNEAPOLIS"], ["state_code", "MN"], ["zipcode", "55479"], ["zipcode_ext", "0000"], ["tel_area_code", "800"], ["tel_prefix", "745"], ["tel_suffix", "2426"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.725927"], ["updated_at", "2016-08-26 18:55:02.725927"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011100805"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A"], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.729023"], ["updated_at", "2016-08-26 18:55:02.729023"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011100892"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-13 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.732086"], ["updated_at", "2016-08-26 18:55:02.732086"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011100915"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.734948"], ["updated_at", "2016-08-26 18:55:02.734948"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011101529"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.737666"], ["updated_at", "2016-08-26 18:55:02.737666"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011101613"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "WEBSTER BANK"], ["address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state_code", "CT"], ["zipcode", "06053"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "612"], ["tel_suffix", "6522"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.740433"], ["updated_at", "2016-08-26 18:55:02.740433"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011101752"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-21 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.743029"], ["updated_at", "2016-08-26 18:55:02.743029"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011102133"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-10 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "CITIZENS NATIONAL BANK"], ["address", "182 MAIN ST"], ["city", "PUTMAN"], ["state_code", "CT"], ["zipcode", "06260"], ["zipcode_ext", "1933"], ["tel_area_code", "860"], ["tel_prefix", "928"], ["tel_suffix", "7921"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.746228"], ["updated_at", "2016-08-26 18:55:02.746228"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011102353"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2001-11-01 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FIRST NAT BANK OF SUFFIELD"], ["address", "30 BRIDGE STREET"], ["city", "SUFFIELD"], ["state_code", "CT"], ["zipcode", "06078"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "668"], ["tel_suffix", "3950"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.749161"], ["updated_at", "2016-08-26 18:55:02.749161"]]
+ [1m[35m (0.2ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011102502"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "UNION SAVINGS BANK"], ["address", "225 MAIN ST"], ["city", "DANBURY"], ["state_code", "CT"], ["zipcode", "06810"], ["zipcode_ext", "0000"], ["tel_area_code", "203"], ["tel_prefix", "830"], ["tel_suffix", "4200"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.751716"], ["updated_at", "2016-08-26 18:55:02.751716"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011102612"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-07-24 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "SALISBURY BANK & TRUST CO"], ["address", "100 MAIN STREET"], ["city", "CANAAN"], ["state_code", "CT"], ["zipcode", "06018"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "435"], ["tel_suffix", "9801"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.754384"], ["updated_at", "2016-08-26 18:55:02.754384"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011102638"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "NATIONAL IRON BANK"], ["address", "PO BOX 565"], ["city", "SALISBURY"], ["state_code", "CT"], ["zipcode", "06068"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "435"], ["tel_suffix", "2581"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.756999"], ["updated_at", "2016-08-26 18:55:02.756999"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011102667"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-07-24 00:00:00.000000"], ["new_routing_num", "01110261"], ["cust_name", "SALISBURY BANK & TRUST CO."], ["address", "100 MAIN STREET"], ["city", "CANAAN"], ["state_code", "CT"], ["zipcode", "06018"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "435"], ["tel_suffix", "9801"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.759892"], ["updated_at", "2016-08-26 18:55:02.759892"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011103080"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-21 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.763496"], ["updated_at", "2016-08-26 18:55:02.763496"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011103093"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-27 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "TD BANK NA"], ["address", "P.O. BOX 1377"], ["city", "LEWISTON"], ["state_code", "ME"], ["zipcode", "04240"], ["zipcode_ext", "1377"], ["tel_area_code", "877"], ["tel_prefix", "898"], ["tel_suffix", "7821"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.766451"], ["updated_at", "2016-08-26 18:55:02.766451"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011103129"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2002-05-13 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "JEWETT CITY SAVINGS BANK"], ["address", "135 DARLING DR"], ["city", "AVON"], ["state_code", "CT"], ["zipcode", "06001"], ["zipcode_ext", "4218"], ["tel_area_code", "860"], ["tel_prefix", "376"], ["tel_suffix", "4444"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.769215"], ["updated_at", "2016-08-26 18:55:02.769215"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011104047"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.771856"], ["updated_at", "2016-08-26 18:55:02.771856"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011104050"], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "WEBSTER BANK"], ["address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state_code", "CT"], ["zipcode", "06053"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "612"], ["tel_suffix", "6522"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.774643"], ["updated_at", "2016-08-26 18:55:02.774643"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011104131"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-26 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "PEOPLES BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", "CT"], ["zipcode", "06601"], ["zipcode_ext", "0000"], ["tel_area_code", "203"], ["tel_prefix", "338"], ["tel_suffix", "7171"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.777331"], ["updated_at", "2016-08-26 18:55:02.777331"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011104173"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-04-28 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FIRST NIAGARA BANK, NA"], ["address", "P.O. BOX 886"], ["city", "LOCKPORT"], ["state_code", "NY"], ["zipcode", "14095"], ["zipcode_ext", "0886"], ["tel_area_code", "800"], ["tel_prefix", "421"], ["tel_suffix", "0004"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.780393"], ["updated_at", "2016-08-26 18:55:02.780393"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011104199"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-26 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "PEOPLES BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", "CT"], ["zipcode", "06601"], ["zipcode_ext", "0000"], ["tel_area_code", "203"], ["tel_prefix", "338"], ["tel_suffix", "7171"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.783263"], ["updated_at", "2016-08-26 18:55:02.783263"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011104209"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "WEBSTER BANK"], ["address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state_code", "CT"], ["zipcode", "06053"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "612"], ["tel_suffix", "6522"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.786007"], ["updated_at", "2016-08-26 18:55:02.786007"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011104283"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-08-03 00:00:00.000000"], ["new_routing_num", "21117418"], ["cust_name", "SAVINGS INSTITUTE"], ["address", "803 MAIN ST"], ["city", "WILLIMANTIC"], ["state_code", "CT"], ["zipcode", "06226"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "456"], ["tel_suffix", "6565"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.788700"], ["updated_at", "2016-08-26 18:55:02.788700"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011104322"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", "21117010"], ["cust_name", "WEBSTER BANK N.A"], ["address", "436 SLATER ROAD"], ["city", "NEW BRITAIN"], ["state_code", "CT"], ["zipcode", "06053"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "612"], ["tel_suffix", "6522"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.791327"], ["updated_at", "2016-08-26 18:55:02.791327"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011104335"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-09-17 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "PRIME BANK"], ["address", "7 OLD TAVERN ROAD"], ["city", "ORANGE"], ["state_code", "CT"], ["zipcode", "06477"], ["zipcode_ext", "0696"], ["tel_area_code", "203"], ["tel_prefix", "799"], ["tel_suffix", "1299"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.794305"], ["updated_at", "2016-08-26 18:55:02.794305"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011104351"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2002-05-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "SIMSBURY BANK & TRUST"], ["address", "760 HOPEMEADOW STREET"], ["city", "SIMSBURY"], ["state_code", "CT"], ["zipcode", "06070"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "651"], ["tel_suffix", "2097"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.797506"], ["updated_at", "2016-08-26 18:55:02.797506"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011110552"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-09 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION"], ["address", "1 CITIZENS DRIVE"], ["city", "RIVERSIDE"], ["state_code", "RI"], ["zipcode", "02915"], ["zipcode_ext", "0000"], ["tel_area_code", "800"], ["tel_prefix", "883"], ["tel_suffix", "4224"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.800515"], ["updated_at", "2016-08-26 18:55:02.800515"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011110617"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-15 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANKERS' BANK NORTHEAST"], ["address", "43 WESTERN BOULEVARD"], ["city", "GLASTONBURY"], ["state_code", "CT"], ["zipcode", "06033"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "266"], ["tel_suffix", "2359"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.803481"], ["updated_at", "2016-08-26 18:55:02.803481"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011110620"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2009-08-10 00:00:00.000000"], ["new_routing_num", "21117417"], ["cust_name", "NAUGATUCK SAVINGS BANK"], ["address", "PO BOX 370"], ["city", "NAUGATUCK"], ["state_code", "CT"], ["zipcode", "06770"], ["zipcode_ext", "0370"], ["tel_area_code", "203"], ["tel_prefix", "720"], ["tel_suffix", "5381"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.806152"], ["updated_at", "2016-08-26 18:55:02.806152"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011110633"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-11-19 00:00:00.000000"], ["new_routing_num", "21187202"], ["cust_name", "UNITED BANK"], ["address", "95 ELM STREET"], ["city", "WEST SPRINGFIELD"], ["state_code", "MA"], ["zipcode", "01089"], ["zipcode_ext", "0000"], ["tel_area_code", "413"], ["tel_prefix", "787"], ["tel_suffix", "1700"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.808963"], ["updated_at", "2016-08-26 18:55:02.808963"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011110646"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-11-19 00:00:00.000000"], ["new_routing_num", "21187202"], ["cust_name", "UNITED BANK"], ["address", "95 ELM STREET"], ["city", "WEST SPRINGFIELD"], ["state_code", "MA"], ["zipcode", "01089"], ["zipcode_ext", "0000"], ["tel_area_code", "413"], ["tel_prefix", "787"], ["tel_suffix", "1700"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.812534"], ["updated_at", "2016-08-26 18:55:02.812534"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011110659"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-08-19 00:00:00.000000"], ["new_routing_num", "21117028"], ["cust_name", "LIBERTY BANK"], ["address", "315 MAIN ST."], ["city", "MIDDLETOWN"], ["state_code", "CT"], ["zipcode", "06457"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "344"], ["tel_suffix", "7243"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.815663"], ["updated_at", "2016-08-26 18:55:02.815663"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011110675"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "WEBSTER BANK"], ["address", "132 GRAND ST"], ["city", "WATERBURY"], ["state_code", "CT"], ["zipcode", "06702"], ["zipcode_ext", "1909"], ["tel_area_code", "860"], ["tel_prefix", "612"], ["tel_suffix", "6522"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.818398"], ["updated_at", "2016-08-26 18:55:02.818398"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011110688"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-08-19 00:00:00.000000"], ["new_routing_num", "21117028"], ["cust_name", "LIBERTY BANK"], ["address", "315 MAIN ST."], ["city", "MIDDLETOWN"], ["state_code", "CT"], ["zipcode", "06457"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "344"], ["tel_suffix", "7243"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.821324"], ["updated_at", "2016-08-26 18:55:02.821324"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011110701"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "WEBSTER BANK N.A."], ["address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state_code", "CT"], ["zipcode", "06053"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "612"], ["tel_suffix", "6522"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.824062"], ["updated_at", "2016-08-26 18:55:02.824062"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011110730"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-20 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "QUINNIPIAC BANK & TRUST"], ["address", "2704 DIXWELL AVENUE"], ["city", "HAMDEN"], ["state_code", "CT"], ["zipcode", "06514"], ["zipcode_ext", "0000"], ["tel_area_code", "203"], ["tel_prefix", "287"], ["tel_suffix", "1473"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.826740"], ["updated_at", "2016-08-26 18:55:02.826740"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011110743"], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-10 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "THE CITIZENS NATIONAL BANK"], ["address", "182 MAIN ST, PO BOX 6002"], ["city", "PUTNAM"], ["state_code", "CT"], ["zipcode", "06260"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "928"], ["tel_suffix", "7921"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.829864"], ["updated_at", "2016-08-26 18:55:02.829864"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011110756"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-05-01 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "START COMMUNITY BANK"], ["address", "P O BOX 3110"], ["city", "NEW HAVEN"], ["state_code", "CT"], ["zipcode", "06513"], ["zipcode_ext", "0000"], ["tel_area_code", "877"], ["tel_prefix", "687"], ["tel_suffix", "1133"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.832856"], ["updated_at", "2016-08-26 18:55:02.832856"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011175212"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-18 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "INSURBANC"], ["address", "10 EXECUTIVE DRIVE"], ["city", "FARMINGTON"], ["state_code", "CT"], ["zipcode", "06032"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "674"], ["tel_suffix", "2304"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.835532"], ["updated_at", "2016-08-26 18:55:02.835532"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011175319"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-06-27 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "ROCKVILLE BANK"], ["address", "1645 ELLINGTON RD"], ["city", "SOUTH WINDSOR"], ["state_code", "CT"], ["zipcode", "06074"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "291"], ["tel_suffix", "3797"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.838166"], ["updated_at", "2016-08-26 18:55:02.838166"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011175351"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-11 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "DIME BANK"], ["address", "290 SALEM TURNPIKE"], ["city", "NORWICH"], ["state_code", "CT"], ["zipcode", "06360"], ["zipcode_ext", "0000"], ["tel_area_code", "856"], ["tel_prefix", "859"], ["tel_suffix", "4300"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.840884"], ["updated_at", "2016-08-26 18:55:02.840884"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011200022"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-08-21 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "KEY BANK NATIONAL ASSOCIATION"], ["address", "OH 01-51-0640"], ["city", "BROOKLYN"], ["state_code", "OH"], ["zipcode", "44144"], ["zipcode_ext", "0000"], ["tel_area_code", "800"], ["tel_prefix", "304"], ["tel_suffix", "9856"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.843715"], ["updated_at", "2016-08-26 18:55:02.843715"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011200051"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.846745"], ["updated_at", "2016-08-26 18:55:02.846745"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011200365"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-10-13 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA, N.A."], ["address", "8001 VILLA PARK DRIVE"], ["city", "HENRICO"], ["state_code", "VA"], ["zipcode", "23228"], ["zipcode_ext", "0000"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.849564"], ["updated_at", "2016-08-26 18:55:02.849564"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011200475"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-07-17 00:00:00.000000"], ["new_routing_num", "21127438"], ["cust_name", "BANGOR SAVINGS BANK"], ["address", "19 MAIN AVE."], ["city", "BANGOR"], ["state_code", "ME"], ["zipcode", "04401"], ["zipcode_ext", "0000"], ["tel_area_code", "207"], ["tel_prefix", "942"], ["tel_suffix", "5211"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.852414"], ["updated_at", "2016-08-26 18:55:02.852414"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011200585"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2001-11-19 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "DAMARISCOTTA BK&TR CO"], ["address", "P. O. BOX 999"], ["city", "DAMARISCOTTA"], ["state_code", "ME"], ["zipcode", "04543"], ["zipcode_ext", "0999"], ["tel_area_code", "207"], ["tel_prefix", "563"], ["tel_suffix", "8121"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.855290"], ["updated_at", "2016-08-26 18:55:02.855290"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011200608"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-08-21 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "KEY BANK NATIONAL ASSOCIATION"], ["address", "OH 01-51-0640"], ["city", "BROOKLYN"], ["state_code", "OH"], ["zipcode", "44144"], ["zipcode_ext", "0000"], ["tel_area_code", "800"], ["tel_prefix", "304"], ["tel_suffix", "9856"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.858227"], ["updated_at", "2016-08-26 18:55:02.858227"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011201115"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-13 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BAR HARBOR BANK & TRUST"], ["address", "P.O. BOX 1089"], ["city", "ELLSWORTH"], ["state_code", "ME"], ["zipcode", "04605"], ["zipcode_ext", "1089"], ["tel_area_code", "207"], ["tel_prefix", "288"], ["tel_suffix", "3314"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.861107"], ["updated_at", "2016-08-26 18:55:02.861107"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011201306"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2006-10-03 00:00:00.000000"], ["new_routing_num", "01120145"], ["cust_name", "CAMDEN NATIONAL BANK"], ["address", "245 COMMERCIAL STREET"], ["city", "ROCKPORT"], ["state_code", "ME"], ["zipcode", "04856"], ["zipcode_ext", "0000"], ["tel_area_code", "800"], ["tel_prefix", "860"], ["tel_suffix", "8821"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.864245"], ["updated_at", "2016-08-26 18:55:02.864245"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011201335"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2011-06-27 00:00:00.000000"], ["new_routing_num", "21127445"], ["cust_name", "TD BANK NA"], ["address", "P.O. BOX 1377"], ["city", "LEWISTON"], ["state_code", "ME"], ["zipcode", "04240"], ["zipcode_ext", "1377"], ["tel_area_code", "877"], ["tel_prefix", "898"], ["tel_suffix", "7821"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.867209"], ["updated_at", "2016-08-26 18:55:02.867209"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011201380"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2008-03-14 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "CAMDEN NATIONAL BANK"], ["address", "245 COMMERCIAL STREET"], ["city", "ROCKPORT"], ["state_code", "ME"], ["zipcode", "04856"], ["zipcode_ext", "0000"], ["tel_area_code", "800"], ["tel_prefix", "860"], ["tel_suffix", "8821"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.870188"], ["updated_at", "2016-08-26 18:55:02.870188"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011201403"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-06-25 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "NORTHEAST BANK"], ["address", "500 CANAL ST."], ["city", "LEWISTON"], ["state_code", "ME"], ["zipcode", "04240"], ["zipcode_ext", "0000"], ["tel_area_code", "207"], ["tel_prefix", "786"], ["tel_suffix", "3245"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.873054"], ["updated_at", "2016-08-26 18:55:02.873054"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011201432"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "PEOPLE'S UNITED BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", "CT"], ["zipcode", "06601"], ["zipcode_ext", "0000"], ["tel_area_code", "203"], ["tel_prefix", "338"], ["tel_suffix", "7171"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.875917"], ["updated_at", "2016-08-26 18:55:02.875917"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011201458"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-09-10 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "CAMDEN NATIONAL BANK"], ["address", "245 COMMERCIAL STREET"], ["city", "ROCKPORT"], ["state_code", "ME"], ["zipcode", "04856"], ["zipcode_ext", "0000"], ["tel_area_code", "800"], ["tel_prefix", "860"], ["tel_suffix", "8821"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.878866"], ["updated_at", "2016-08-26 18:55:02.878866"]]
+ [1m[36m (0.6ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011201490"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2008-06-13 00:00:00.000000"], ["new_routing_num", "21127246"], ["cust_name", "SAVINGS BANK OF MAINE"], ["address", "190 WATER ST"], ["city", "GARDINER"], ["state_code", "ME"], ["zipcode", "04345"], ["zipcode_ext", "0190"], ["tel_area_code", "207"], ["tel_prefix", "582"], ["tel_suffix", "5550"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.882022"], ["updated_at", "2016-08-26 18:55:02.882022"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011201500"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "PEOPLE'S UNITED BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", "CT"], ["zipcode", "06601"], ["zipcode_ext", "0000"], ["tel_area_code", "203"], ["tel_prefix", "338"], ["tel_suffix", "7171"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.885011"], ["updated_at", "2016-08-26 18:55:02.885011"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011201526"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "PEOPLE'S UNITED BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", "CT"], ["zipcode", "06601"], ["zipcode_ext", "0000"], ["tel_area_code", "203"], ["tel_prefix", "338"], ["tel_suffix", "7171"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.887783"], ["updated_at", "2016-08-26 18:55:02.887783"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011201539"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-13 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.890446"], ["updated_at", "2016-08-26 18:55:02.890446"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011201759"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-08-04 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BAR HARBOR BANK & TRUST"], ["address", "P. O. BOX 1089"], ["city", "ELLSWORTH"], ["state_code", "ME"], ["zipcode", "04605"], ["zipcode_ext", "1089"], ["tel_area_code", "207"], ["tel_prefix", "288"], ["tel_suffix", "3314"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.893361"], ["updated_at", "2016-08-26 18:55:02.893361"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011201762"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "THE FIRST, N.A."], ["address", "7 BRISTOL ROAD"], ["city", "DAMARISCOTTA"], ["state_code", "ME"], ["zipcode", "04543"], ["zipcode_ext", "0000"], ["tel_area_code", "207"], ["tel_prefix", "563"], ["tel_suffix", "3195"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.896422"], ["updated_at", "2016-08-26 18:55:02.896422"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011201830"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "THE FIRST, N.A."], ["address", "7 BRISTOL ROAD"], ["city", "DAMARISCOTTA"], ["state_code", "ME"], ["zipcode", "04543"], ["zipcode_ext", "0000"], ["tel_area_code", "207"], ["tel_prefix", "563"], ["tel_suffix", "3195"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.899273"], ["updated_at", "2016-08-26 18:55:02.899273"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011201995"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "ANDROSCOGGIN SAVINGS BANK"], ["address", "PO BOX 1407"], ["city", "LEWISTON"], ["state_code", "ME"], ["zipcode", "04243"], ["zipcode_ext", "7116"], ["tel_area_code", "207"], ["tel_prefix", "784"], ["tel_suffix", "9164"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.901975"], ["updated_at", "2016-08-26 18:55:02.901975"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011202392"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "KATAHDIN TRUST COMPANY"], ["address", "P. O. BOX 36"], ["city", "HOULTON"], ["state_code", "ME"], ["zipcode", "04730"], ["zipcode_ext", "0000"], ["tel_area_code", "207"], ["tel_prefix", "521"], ["tel_suffix", "0455"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.904723"], ["updated_at", "2016-08-26 18:55:02.904723"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011202907"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2008-09-22 00:00:00.000000"], ["new_routing_num", "21127246"], ["cust_name", "SAVINGS BANK OF MAINE"], ["address", "190 WATER ST"], ["city", "GARDINER"], ["state_code", "ME"], ["zipcode", "04345"], ["zipcode_ext", "0190"], ["tel_area_code", "207"], ["tel_prefix", "582"], ["tel_suffix", "5550"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.907388"], ["updated_at", "2016-08-26 18:55:02.907388"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011202910"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-09 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "TD BANK USA, NA"], ["address", "140 MILL STREET"], ["city", "LEWISTON"], ["state_code", "ME"], ["zipcode", "04240"], ["zipcode_ext", "0000"], ["tel_area_code", "207"], ["tel_prefix", "755"], ["tel_suffix", "6126"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.910195"], ["updated_at", "2016-08-26 18:55:02.910195"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011202923"], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-23 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "DAMARISCOTTA BANK & TRUST COMPANY"], ["address", "P.O. BOX 999"], ["city", "DAMARISCOTTA"], ["state_code", "ME"], ["zipcode", "04543"], ["zipcode_ext", "0000"], ["tel_area_code", "207"], ["tel_prefix", "563"], ["tel_suffix", "8121"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.913890"], ["updated_at", "2016-08-26 18:55:02.913890"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011202936"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-23 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "THE FIRST, NATIONAL ASSOCIATION"], ["address", "PO BOX 940"], ["city", "DAMARISCOTTA"], ["state_code", "ME"], ["zipcode", "04543"], ["zipcode_ext", "0940"], ["tel_area_code", "207"], ["tel_prefix", "563"], ["tel_suffix", "3195"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.916875"], ["updated_at", "2016-08-26 18:55:02.916875"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011275251"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-17 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANGOR SAVINGS BK"], ["address", "19 MAINE AVE"], ["city", "BANGOR"], ["state_code", "ME"], ["zipcode", "04401"], ["zipcode_ext", "0000"], ["tel_area_code", "207"], ["tel_prefix", "974"], ["tel_suffix", "5211"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.919778"], ["updated_at", "2016-08-26 18:55:02.919778"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011275303"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2007-07-17 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "GORHAM SAVINGS BANK"], ["address", "10 WENTWORTH DR"], ["city", "GORHAM"], ["state_code", "ME"], ["zipcode", "04038"], ["zipcode_ext", "0000"], ["tel_area_code", "207"], ["tel_prefix", "222"], ["tel_suffix", "1430"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.922589"], ["updated_at", "2016-08-26 18:55:02.922589"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011300142"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-08-12 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "COMMERCE BANK & TRUST CO"], ["address", "386 MAIN ST"], ["city", "WORCESTER"], ["state_code", "MA"], ["zipcode", "01615"], ["zipcode_ext", "0000"], ["tel_area_code", "508"], ["tel_prefix", "797"], ["tel_suffix", "6923"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.925252"], ["updated_at", "2016-08-26 18:55:02.925252"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011300595"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-13 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "CAMBRIDGE TRUST COMPANY"], ["address", "10 FAWCETT ST."], ["city", "CAMBRIDGE"], ["state_code", "MA"], ["zipcode", "02138"], ["zipcode_ext", "3809"], ["tel_area_code", "617"], ["tel_prefix", "441"], ["tel_suffix", "1560"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.928340"], ["updated_at", "2016-08-26 18:55:02.928340"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011300605"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.931566"], ["updated_at", "2016-08-26 18:55:02.931566"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011301073"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-09 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION"], ["address", "1 CITIZENS DRIVE"], ["city", "RIVERSIDE"], ["state_code", "RI"], ["zipcode", "02915"], ["zipcode_ext", "0000"], ["tel_area_code", "800"], ["tel_prefix", "883"], ["tel_suffix", "4224"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.934331"], ["updated_at", "2016-08-26 18:55:02.934331"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011301390"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-05 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "CENTURY BANK & TRUST CO"], ["address", "400 MYSTIC AVE"], ["city", "MEDFORD"], ["state_code", "MA"], ["zipcode", "02155"], ["zipcode_ext", "0000"], ["tel_area_code", "781"], ["tel_prefix", "393"], ["tel_suffix", "4090"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.937195"], ["updated_at", "2016-08-26 18:55:02.937195"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011301536"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-11 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "EASTERN BANK"], ["address", "195 MARKET STREET"], ["city", "LYNN"], ["state_code", "MA"], ["zipcode", "01901"], ["zipcode_ext", "0000"], ["tel_area_code", "781"], ["tel_prefix", "598"], ["tel_suffix", "7897"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.940027"], ["updated_at", "2016-08-26 18:55:02.940027"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011301604"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-18 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "EASTERN BANK"], ["address", "195 MARKET STREET"], ["city", "LYNN"], ["state_code", "MA"], ["zipcode", "01901"], ["zipcode_ext", "0000"], ["tel_area_code", "800"], ["tel_prefix", "327"], ["tel_suffix", "8376"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.942883"], ["updated_at", "2016-08-26 18:55:02.942883"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011301646"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-08-01 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-26 18:55:02.945963"], ["updated_at", "2016-08-26 18:55:02.945963"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36mBank Load (1.6ms)[0m [1mSELECT "banks".* FROM "banks" ORDER BY "banks"."id" ASC LIMIT 1[0m
+
+
+Started GET "/" for ::1 at 2016-08-26 14:55:20 -0400
+ [1m[35mActiveRecord::SchemaMigration Load (0.3ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 14:55:20 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 14:55:20 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 14:55:20 -0400
+
+
+Started GET "/assets/bundle.self-272e087018cff344d12223c3526e16e93e0220b8c36c90017d39ccb930d6d0a2.js?body=1" for ::1 at 2016-08-26 14:55:20 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 14:55:20 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 14:55:20 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 14:55:20 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-26 14:55:22 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[36mBank Load (0.9ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (10.0ms)
+Completed 200 OK in 63ms (Views: 26.6ms | ActiveRecord: 6.2ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 14:59:57 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 357ms (Views: 356.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 14:59:58 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 14:59:58 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 14:59:58 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 14:59:58 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 14:59:58 -0400
+
+
+Started GET "/assets/bundle.self-fe9fdf697d0d1ee5ee6fc1b303da42f5a7cc240d498acd3c7820e827da66d57e.js?body=1" for ::1 at 2016-08-26 14:59:58 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 14:59:58 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-26 15:00:00 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[35mBank Load (1.8ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (1.1ms)
+Completed 200 OK in 20ms (Views: 16.5ms | ActiveRecord: 1.8ms)
+
+
+Started GET "/" for ::1 at 2016-08-26 15:00:35 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 24ms (Views: 23.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-26 15:00:35 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-26 15:00:35 -0400
+
+
+Started GET "/assets/bundle.self-fe9fdf697d0d1ee5ee6fc1b303da42f5a7cc240d498acd3c7820e827da66d57e.js?body=1" for ::1 at 2016-08-26 15:00:35 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-26 15:00:35 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-26 15:00:35 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-26 15:00:35 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-26 15:00:35 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-26 15:00:37 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[36mBank Load (0.5ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (1.2ms)
+Completed 200 OK in 18ms (Views: 16.6ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/" for ::1 at 2016-08-29 08:43:29 -0400
+ [1m[36mActiveRecord::SchemaMigration Load (26.7ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (1.7ms)
+Completed 200 OK in 974ms (Views: 974.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 08:43:31 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 08:43:31 -0400
+
+
+Started GET "/assets/bundle.self-950779cab5925505a499d27d1d0eb8795cb6b61aa9e42fafa19afc28f0b89c42.js?body=1" for ::1 at 2016-08-29 08:43:31 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 08:43:31 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 08:43:31 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 08:43:31 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 08:43:31 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-29 08:45:18 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[35mBank Load (3.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (5.4ms)
+Completed 200 OK in 83ms (Views: 21.4ms | ActiveRecord: 11.0ms)
+
+
+Started GET "/" for ::1 at 2016-08-29 08:45:28 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 20ms (Views: 20.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 08:45:28 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 08:45:28 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 08:45:28 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 08:45:28 -0400
+
+
+Started GET "/assets/bundle.self-950779cab5925505a499d27d1d0eb8795cb6b61aa9e42fafa19afc28f0b89c42.js?body=1" for ::1 at 2016-08-29 08:45:28 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 08:45:28 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 08:45:28 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-29 08:45:31 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[36mBank Load (0.4ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (1.0ms)
+Completed 200 OK in 22ms (Views: 20.5ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-29 08:49:05 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 346ms (Views: 345.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 08:49:05 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 08:49:05 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 08:49:05 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 08:49:05 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 08:49:05 -0400
+
+
+Started GET "/assets/bundle.self-4772ebe445ab88953bc0978b89762b0264e493ff569a72d26f05be5f2933aa70.js?body=1" for ::1 at 2016-08-29 08:49:05 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 08:49:05 -0400
+
+
+Started GET "/" for ::1 at 2016-08-29 08:49:06 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.5ms)
+Completed 200 OK in 24ms (Views: 23.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 08:49:06 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 08:49:06 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 08:49:06 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 08:49:06 -0400
+
+
+Started GET "/assets/bundle.self-4772ebe445ab88953bc0978b89762b0264e493ff569a72d26f05be5f2933aa70.js?body=1" for ::1 at 2016-08-29 08:49:06 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 08:49:06 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 08:49:06 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-29 08:49:08 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[35mBank Load (0.4ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (0.7ms)
+Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-29 08:49:11 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 17ms (Views: 16.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 08:49:11 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 08:49:11 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 08:49:11 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 08:49:11 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 08:49:11 -0400
+
+
+Started GET "/assets/bundle.self-4772ebe445ab88953bc0978b89762b0264e493ff569a72d26f05be5f2933aa70.js?body=1" for ::1 at 2016-08-29 08:49:11 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 08:49:11 -0400
+
+
+Started GET "/banks/" for ::1 at 2016-08-29 08:49:12 -0400
+
+ActionController::RoutingError (No route matches [GET] "/banks"):
+ actionpack (4.2.4) lib/action_dispatch/middleware/debug_exceptions.rb:21:in `call'
+ web-console (2.3.0) lib/web_console/middleware.rb:28:in `block in call'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `catch'
+ web-console (2.3.0) lib/web_console/middleware.rb:18:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/show_exceptions.rb:30:in `call'
+ railties (4.2.4) lib/rails/rack/logger.rb:38:in `call_app'
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `block in call'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `block in tagged'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:26:in `tagged'
+ activesupport (4.2.4) lib/active_support/tagged_logging.rb:68:in `tagged'
+ railties (4.2.4) lib/rails/rack/logger.rb:20:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/request_id.rb:21:in `call'
+ rack (1.6.4) lib/rack/methodoverride.rb:22:in `call'
+ rack (1.6.4) lib/rack/runtime.rb:18:in `call'
+ activesupport (4.2.4) lib/active_support/cache/strategy/local_cache_middleware.rb:28:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ actionpack (4.2.4) lib/action_dispatch/middleware/static.rb:116:in `call'
+ rack (1.6.4) lib/rack/sendfile.rb:113:in `call'
+ railties (4.2.4) lib/rails/engine.rb:518:in `call'
+ railties (4.2.4) lib/rails/application.rb:165:in `call'
+ rack (1.6.4) lib/rack/lock.rb:17:in `call'
+ rack (1.6.4) lib/rack/content_length.rb:15:in `call'
+ rack (1.6.4) lib/rack/handler/webrick.rb:88:in `service'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:140:in `service'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/httpserver.rb:96:in `run'
+ /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/2.3.0/webrick/server.rb:296:in `block in start_thread'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/routing_error.text.erb (25.9ms)
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-29 08:49:15 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[36mBank Load (0.4ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (0.7ms)
+Completed 200 OK in 17ms (Views: 16.2ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-29 08:52:21 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 348ms (Views: 348.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 08:52:21 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 08:52:21 -0400
+
+
+Started GET "/assets/bundle.self-6f7f1fd537b7d1ba645c71e33b9c9a15ee57df776ec0dfd5510d0e61c4a4916b.js?body=1" for ::1 at 2016-08-29 08:52:21 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 08:52:21 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 08:52:21 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 08:52:21 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 08:52:21 -0400
+
+
+Started GET "/" for ::1 at 2016-08-29 08:52:22 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 08:52:22 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 08:52:22 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 08:52:22 -0400
+
+
+Started GET "/assets/bundle.self-6f7f1fd537b7d1ba645c71e33b9c9a15ee57df776ec0dfd5510d0e61c4a4916b.js?body=1" for ::1 at 2016-08-29 08:52:22 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 08:52:22 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 08:52:22 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 08:52:22 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-29 08:52:24 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[35mBank Load (0.4ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 16ms (Views: 14.5ms | ActiveRecord: 0.4ms)
+ [1m[36m (817.8ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+ [1m[35m (381.6ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (737.1ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+ [1m[35m (258.6ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (9.3ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (31.5ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (3.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (2.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.6ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (2.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (10.5ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (2.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.6ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[36m (121.2ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+ [1m[35m (119.6ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (244.9ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+ [1m[35m (253.7ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (8.8ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (3.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (2.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.8ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mSQL (0.6ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (9.1ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (3.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (3.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.5ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[36mBank Load (4.1ms)[0m [1mSELECT "banks".* FROM "banks"[0m
+ [1m[36m (445.9ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+ [1m[35m (348.9ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (585.8ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+ [1m[35m (257.7ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (4.7ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (11.2ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (3.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (2.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.5ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (3.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (1.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (9.2ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (4.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.4ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mActiveRecord::SchemaMigration Load (0.9ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[36m (671.9ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+ [1m[35m (362.9ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (759.5ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+ [1m[35m (249.8ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (10.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (45.8ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (2.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (6.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.8ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (6.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mSQL (0.6ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (10.7ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (2.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.4ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.5ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[36m (121.7ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+ [1m[35m (117.0ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (827.5ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+ [1m[35m (265.1ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (1.4ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (14.2ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (5.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.8ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (36.1ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (5.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (2.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.7ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (1.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mActiveRecord::SchemaMigration Load (0.8ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[36m (121.7ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+ [1m[35m (119.9ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (259.9ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+ [1m[35m (255.0ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (0.4ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (10.8ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (2.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (2.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.6ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mSQL (0.4ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (9.7ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (3.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (2.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.9ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (1.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mActiveRecord::SchemaMigration Load (0.9ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[36m (122.7ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+ [1m[35m (119.9ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (617.3ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+ [1m[35m (261.3ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (9.8ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (2.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (2.1ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.6ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mSQL (0.7ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (10.7ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (3.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (2.2ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.6ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mActiveRecord::SchemaMigration Load (1.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[36m (120.2ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+ [1m[35m (118.8ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (642.2ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+ [1m[35m (348.4ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (0.4ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (10.8ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (2.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.6ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (9.8ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (3.0ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.6ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.8ms)[0m BEGIN
+ [1m[36mSQL (4.5ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.315009"], ["updated_at", "2016-08-30 01:41:24.315009"]]
+ [1m[35m (1.9ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000028"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-07-28 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "STATE STREET BANK AND TRUST COMPANY"], ["address", "JAB2NW"], ["city", "N. QUINCY"], ["state_code", "MA"], ["zipcode", "02171"], ["zipcode_ext", "0000"], ["tel_area_code", "617"], ["tel_prefix", "664"], ["tel_suffix", "2400"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.352561"], ["updated_at", "2016-08-30 01:41:24.352561"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000138"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-10-13 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA, N.A."], ["address", "8001 VILLA PARK DRIVE"], ["city", "HENRICO"], ["state_code", "VA"], ["zipcode", "23228"], ["zipcode_ext", "0000"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.357885"], ["updated_at", "2016-08-30 01:41:24.357885"]]
+ [1m[35m (0.6ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000206"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A"], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.362273"], ["updated_at", "2016-08-30 01:41:24.362273"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000390"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A"], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.365897"], ["updated_at", "2016-08-30 01:41:24.365897"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000536"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-11-14 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL HOME LOAN BK BOST"], ["address", "9TH FLOOR"], ["city", "BOSTON"], ["state_code", "MA"], ["zipcode", "02199"], ["zipcode_ext", "0000"], ["tel_area_code", "617"], ["tel_prefix", "292"], ["tel_suffix", "9790"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.369085"], ["updated_at", "2016-08-30 01:41:24.369085"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011001234"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-26 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF NEW YORK MELLON"], ["address", "500 ROSS ST., 154-0960"], ["city", "PITTSBURGH"], ["state_code", "PA"], ["zipcode", "15262"], ["zipcode_ext", "0000"], ["tel_area_code", "412"], ["tel_prefix", "236"], ["tel_suffix", "3338"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.371960"], ["updated_at", "2016-08-30 01:41:24.371960"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011001276"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2008-03-06 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "ONEUNITED BANK"], ["address", "3683 CRENSHAW BL"], ["city", "LOS ANGELES"], ["state_code", "CA"], ["zipcode", "90016"], ["zipcode_ext", "0000"], ["tel_area_code", "877"], ["tel_prefix", "663"], ["tel_suffix", "8648"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.375277"], ["updated_at", "2016-08-30 01:41:24.375277"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011001331"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-07-02 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION"], ["address", "1 CITIZENS DRIVE"], ["city", "RIVERSIDE"], ["state_code", "RI"], ["zipcode", "02915"], ["zipcode_ext", "0000"], ["tel_area_code", "800"], ["tel_prefix", "883"], ["tel_suffix", "4224"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.379086"], ["updated_at", "2016-08-30 01:41:24.379086"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011001726"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-12 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "THE FIRST NATIONAL BANK OF IPSWICH"], ["address", "625 GEORGE WASHINGTON HWY"], ["city", "LINCOLN"], ["state_code", "RI"], ["zipcode", "02865"], ["zipcode_ext", "0000"], ["tel_area_code", "401"], ["tel_prefix", "574"], ["tel_suffix", "1920"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.382456"], ["updated_at", "2016-08-30 01:41:24.382456"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011001742"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA, N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.385495"], ["updated_at", "2016-08-30 01:41:24.385495"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011001881"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-14 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FIDUCIARY TRUST CO"], ["address", "CASH MGMT"], ["city", "BOSTON"], ["state_code", "MA"], ["zipcode", "02205"], ["zipcode_ext", "5806"], ["tel_area_code", "617"], ["tel_prefix", "292"], ["tel_suffix", "6747"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.388352"], ["updated_at", "2016-08-30 01:41:24.388352"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011001962"], ["office_code", "O"], ["frb_num", 121000374], ["record_type_code", 2], ["last_change_date", "2012-08-03 00:00:00.000000"], ["new_routing_num", "12220395"], ["cust_name", "CATHAY BANK"], ["address", "RS-14"], ["city", "ROSEMEAD"], ["state_code", "CA"], ["zipcode", "91770"], ["zipcode_ext", "0000"], ["tel_area_code", "626"], ["tel_prefix", "582"], ["tel_suffix", "7338"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.391704"], ["updated_at", "2016-08-30 01:41:24.391704"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011002343"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-18 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BOSTON PRIVATE BK + TR CO"], ["address", "ATTN: ACH ORPERATIONS"], ["city", "BOSTON"], ["state_code", "MA"], ["zipcode", "02109"], ["zipcode_ext", "4603"], ["tel_area_code", "617"], ["tel_prefix", "912"], ["tel_suffix", "4231"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.395363"], ["updated_at", "2016-08-30 01:41:24.395363"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011002550"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-18 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "EASTERN BANK"], ["address", "195 MARKET STREET"], ["city", "LYNN"], ["state_code", "MA"], ["zipcode", "01901"], ["zipcode_ext", "0000"], ["tel_area_code", "800"], ["tel_prefix", "327"], ["tel_suffix", "8376"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.398602"], ["updated_at", "2016-08-30 01:41:24.398602"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011002725"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-27 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "COMMERCE BANK & TRUST CO"], ["address", "386 MAIN ST"], ["city", "WORCESTER"], ["state_code", "MA"], ["zipcode", "01615"], ["zipcode_ext", "0000"], ["tel_area_code", "508"], ["tel_prefix", "797"], ["tel_suffix", "6923"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.401446"], ["updated_at", "2016-08-30 01:41:24.401446"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011002877"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-04-26 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "EAST WEST BANK"], ["address", "9300 FLAIR DRIVE, 4TH FLOOR"], ["city", "EL MONTE"], ["state_code", "CA"], ["zipcode", "91731"], ["zipcode_ext", "0000"], ["tel_area_code", "626"], ["tel_prefix", "371"], ["tel_suffix", "8561"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.404371"], ["updated_at", "2016-08-30 01:41:24.404371"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011075150"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-10-17 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "SANTANDER BANK, N.A."], ["address", "601 PENN STREET"], ["city", "READING"], ["state_code", "PA"], ["zipcode", "19601"], ["zipcode_ext", "0000"], ["tel_area_code", "877"], ["tel_prefix", "768"], ["tel_suffix", "2265"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.407678"], ["updated_at", "2016-08-30 01:41:24.407678"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011075202"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-24 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "SOVEREIGN BANK"], ["address", "601 PENN STREET"], ["city", "READING"], ["state_code", "PA"], ["zipcode", "19601"], ["zipcode_ext", "0000"], ["tel_area_code", "877"], ["tel_prefix", "768"], ["tel_suffix", "2265"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.411651"], ["updated_at", "2016-08-30 01:41:24.411651"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011099071"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-09-30 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FRB BOSTON HUMAN RESOURCES"], ["address", "1000 PEACHTREE STREET NE"], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "0000"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.415037"], ["updated_at", "2016-08-30 01:41:24.415037"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011099660"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-09-30 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FRB BOSTON ACCOUNTING DEPT."], ["address", "1000 PEACHTREE STREET NE"], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "0000"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.418016"], ["updated_at", "2016-08-30 01:41:24.418016"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011100012"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.420955"], ["updated_at", "2016-08-30 01:41:24.420955"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011100106"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-03-11 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "WELLS FARGO BANK"], ["address", "MAC N9301-041"], ["city", "MINNEAPOLIS"], ["state_code", "MN"], ["zipcode", "55479"], ["zipcode_ext", "0000"], ["tel_area_code", "800"], ["tel_prefix", "745"], ["tel_suffix", "2426"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.424228"], ["updated_at", "2016-08-30 01:41:24.424228"]]
+ [1m[35m (0.6ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011100805"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A"], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.428325"], ["updated_at", "2016-08-30 01:41:24.428325"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011100892"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-13 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.431661"], ["updated_at", "2016-08-30 01:41:24.431661"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011100915"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.434779"], ["updated_at", "2016-08-30 01:41:24.434779"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011101529"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.438489"], ["updated_at", "2016-08-30 01:41:24.438489"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011101613"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "WEBSTER BANK"], ["address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state_code", "CT"], ["zipcode", "06053"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "612"], ["tel_suffix", "6522"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.441862"], ["updated_at", "2016-08-30 01:41:24.441862"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011101752"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-21 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.445501"], ["updated_at", "2016-08-30 01:41:24.445501"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011102133"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-10 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "CITIZENS NATIONAL BANK"], ["address", "182 MAIN ST"], ["city", "PUTMAN"], ["state_code", "CT"], ["zipcode", "06260"], ["zipcode_ext", "1933"], ["tel_area_code", "860"], ["tel_prefix", "928"], ["tel_suffix", "7921"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.448687"], ["updated_at", "2016-08-30 01:41:24.448687"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011102353"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2001-11-01 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FIRST NAT BANK OF SUFFIELD"], ["address", "30 BRIDGE STREET"], ["city", "SUFFIELD"], ["state_code", "CT"], ["zipcode", "06078"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "668"], ["tel_suffix", "3950"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.451694"], ["updated_at", "2016-08-30 01:41:24.451694"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011102502"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "UNION SAVINGS BANK"], ["address", "225 MAIN ST"], ["city", "DANBURY"], ["state_code", "CT"], ["zipcode", "06810"], ["zipcode_ext", "0000"], ["tel_area_code", "203"], ["tel_prefix", "830"], ["tel_suffix", "4200"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.454549"], ["updated_at", "2016-08-30 01:41:24.454549"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011102612"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-07-24 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "SALISBURY BANK & TRUST CO"], ["address", "100 MAIN STREET"], ["city", "CANAAN"], ["state_code", "CT"], ["zipcode", "06018"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "435"], ["tel_suffix", "9801"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.457829"], ["updated_at", "2016-08-30 01:41:24.457829"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011102638"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "NATIONAL IRON BANK"], ["address", "PO BOX 565"], ["city", "SALISBURY"], ["state_code", "CT"], ["zipcode", "06068"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "435"], ["tel_suffix", "2581"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.461558"], ["updated_at", "2016-08-30 01:41:24.461558"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011102667"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-07-24 00:00:00.000000"], ["new_routing_num", "01110261"], ["cust_name", "SALISBURY BANK & TRUST CO."], ["address", "100 MAIN STREET"], ["city", "CANAAN"], ["state_code", "CT"], ["zipcode", "06018"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "435"], ["tel_suffix", "9801"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.464889"], ["updated_at", "2016-08-30 01:41:24.464889"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011103080"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-21 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.467940"], ["updated_at", "2016-08-30 01:41:24.467940"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011103093"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-27 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "TD BANK NA"], ["address", "P.O. BOX 1377"], ["city", "LEWISTON"], ["state_code", "ME"], ["zipcode", "04240"], ["zipcode_ext", "1377"], ["tel_area_code", "877"], ["tel_prefix", "898"], ["tel_suffix", "7821"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.470772"], ["updated_at", "2016-08-30 01:41:24.470772"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011103129"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2002-05-13 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "JEWETT CITY SAVINGS BANK"], ["address", "135 DARLING DR"], ["city", "AVON"], ["state_code", "CT"], ["zipcode", "06001"], ["zipcode_ext", "4218"], ["tel_area_code", "860"], ["tel_prefix", "376"], ["tel_suffix", "4444"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.473742"], ["updated_at", "2016-08-30 01:41:24.473742"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011104047"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.477237"], ["updated_at", "2016-08-30 01:41:24.477237"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011104050"], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "WEBSTER BANK"], ["address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state_code", "CT"], ["zipcode", "06053"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "612"], ["tel_suffix", "6522"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.480593"], ["updated_at", "2016-08-30 01:41:24.480593"]]
+ [1m[36m (0.6ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011104131"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-26 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "PEOPLES BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", "CT"], ["zipcode", "06601"], ["zipcode_ext", "0000"], ["tel_area_code", "203"], ["tel_prefix", "338"], ["tel_suffix", "7171"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.484063"], ["updated_at", "2016-08-30 01:41:24.484063"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011104173"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-04-28 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FIRST NIAGARA BANK, NA"], ["address", "P.O. BOX 886"], ["city", "LOCKPORT"], ["state_code", "NY"], ["zipcode", "14095"], ["zipcode_ext", "0886"], ["tel_area_code", "800"], ["tel_prefix", "421"], ["tel_suffix", "0004"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.487005"], ["updated_at", "2016-08-30 01:41:24.487005"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011104199"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-26 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "PEOPLES BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", "CT"], ["zipcode", "06601"], ["zipcode_ext", "0000"], ["tel_area_code", "203"], ["tel_prefix", "338"], ["tel_suffix", "7171"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.490523"], ["updated_at", "2016-08-30 01:41:24.490523"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011104209"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "WEBSTER BANK"], ["address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state_code", "CT"], ["zipcode", "06053"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "612"], ["tel_suffix", "6522"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.494133"], ["updated_at", "2016-08-30 01:41:24.494133"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011104283"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-08-03 00:00:00.000000"], ["new_routing_num", "21117418"], ["cust_name", "SAVINGS INSTITUTE"], ["address", "803 MAIN ST"], ["city", "WILLIMANTIC"], ["state_code", "CT"], ["zipcode", "06226"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "456"], ["tel_suffix", "6565"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.497821"], ["updated_at", "2016-08-30 01:41:24.497821"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011104322"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", "21117010"], ["cust_name", "WEBSTER BANK N.A"], ["address", "436 SLATER ROAD"], ["city", "NEW BRITAIN"], ["state_code", "CT"], ["zipcode", "06053"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "612"], ["tel_suffix", "6522"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.501087"], ["updated_at", "2016-08-30 01:41:24.501087"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011104335"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-09-17 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "PRIME BANK"], ["address", "7 OLD TAVERN ROAD"], ["city", "ORANGE"], ["state_code", "CT"], ["zipcode", "06477"], ["zipcode_ext", "0696"], ["tel_area_code", "203"], ["tel_prefix", "799"], ["tel_suffix", "1299"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.503849"], ["updated_at", "2016-08-30 01:41:24.503849"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011104351"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2002-05-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "SIMSBURY BANK & TRUST"], ["address", "760 HOPEMEADOW STREET"], ["city", "SIMSBURY"], ["state_code", "CT"], ["zipcode", "06070"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "651"], ["tel_suffix", "2097"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.507158"], ["updated_at", "2016-08-30 01:41:24.507158"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.9ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011110552"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-09 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION"], ["address", "1 CITIZENS DRIVE"], ["city", "RIVERSIDE"], ["state_code", "RI"], ["zipcode", "02915"], ["zipcode_ext", "0000"], ["tel_area_code", "800"], ["tel_prefix", "883"], ["tel_suffix", "4224"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.510685"], ["updated_at", "2016-08-30 01:41:24.510685"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011110617"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-15 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANKERS' BANK NORTHEAST"], ["address", "43 WESTERN BOULEVARD"], ["city", "GLASTONBURY"], ["state_code", "CT"], ["zipcode", "06033"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "266"], ["tel_suffix", "2359"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.514681"], ["updated_at", "2016-08-30 01:41:24.514681"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011110620"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2009-08-10 00:00:00.000000"], ["new_routing_num", "21117417"], ["cust_name", "NAUGATUCK SAVINGS BANK"], ["address", "PO BOX 370"], ["city", "NAUGATUCK"], ["state_code", "CT"], ["zipcode", "06770"], ["zipcode_ext", "0370"], ["tel_area_code", "203"], ["tel_prefix", "720"], ["tel_suffix", "5381"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.517612"], ["updated_at", "2016-08-30 01:41:24.517612"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011110633"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-11-19 00:00:00.000000"], ["new_routing_num", "21187202"], ["cust_name", "UNITED BANK"], ["address", "95 ELM STREET"], ["city", "WEST SPRINGFIELD"], ["state_code", "MA"], ["zipcode", "01089"], ["zipcode_ext", "0000"], ["tel_area_code", "413"], ["tel_prefix", "787"], ["tel_suffix", "1700"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.520462"], ["updated_at", "2016-08-30 01:41:24.520462"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011110646"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-11-19 00:00:00.000000"], ["new_routing_num", "21187202"], ["cust_name", "UNITED BANK"], ["address", "95 ELM STREET"], ["city", "WEST SPRINGFIELD"], ["state_code", "MA"], ["zipcode", "01089"], ["zipcode_ext", "0000"], ["tel_area_code", "413"], ["tel_prefix", "787"], ["tel_suffix", "1700"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.523528"], ["updated_at", "2016-08-30 01:41:24.523528"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011110659"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-08-19 00:00:00.000000"], ["new_routing_num", "21117028"], ["cust_name", "LIBERTY BANK"], ["address", "315 MAIN ST."], ["city", "MIDDLETOWN"], ["state_code", "CT"], ["zipcode", "06457"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "344"], ["tel_suffix", "7243"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.527336"], ["updated_at", "2016-08-30 01:41:24.527336"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011110675"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "WEBSTER BANK"], ["address", "132 GRAND ST"], ["city", "WATERBURY"], ["state_code", "CT"], ["zipcode", "06702"], ["zipcode_ext", "1909"], ["tel_area_code", "860"], ["tel_prefix", "612"], ["tel_suffix", "6522"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.531163"], ["updated_at", "2016-08-30 01:41:24.531163"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011110688"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-08-19 00:00:00.000000"], ["new_routing_num", "21117028"], ["cust_name", "LIBERTY BANK"], ["address", "315 MAIN ST."], ["city", "MIDDLETOWN"], ["state_code", "CT"], ["zipcode", "06457"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "344"], ["tel_suffix", "7243"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.534594"], ["updated_at", "2016-08-30 01:41:24.534594"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011110701"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "WEBSTER BANK N.A."], ["address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state_code", "CT"], ["zipcode", "06053"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "612"], ["tel_suffix", "6522"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.537510"], ["updated_at", "2016-08-30 01:41:24.537510"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011110730"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-20 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "QUINNIPIAC BANK & TRUST"], ["address", "2704 DIXWELL AVENUE"], ["city", "HAMDEN"], ["state_code", "CT"], ["zipcode", "06514"], ["zipcode_ext", "0000"], ["tel_area_code", "203"], ["tel_prefix", "287"], ["tel_suffix", "1473"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.540547"], ["updated_at", "2016-08-30 01:41:24.540547"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011110743"], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-10 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "THE CITIZENS NATIONAL BANK"], ["address", "182 MAIN ST, PO BOX 6002"], ["city", "PUTNAM"], ["state_code", "CT"], ["zipcode", "06260"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "928"], ["tel_suffix", "7921"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.544025"], ["updated_at", "2016-08-30 01:41:24.544025"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011110756"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-05-01 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "START COMMUNITY BANK"], ["address", "P O BOX 3110"], ["city", "NEW HAVEN"], ["state_code", "CT"], ["zipcode", "06513"], ["zipcode_ext", "0000"], ["tel_area_code", "877"], ["tel_prefix", "687"], ["tel_suffix", "1133"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.547321"], ["updated_at", "2016-08-30 01:41:24.547321"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011175212"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-18 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "INSURBANC"], ["address", "10 EXECUTIVE DRIVE"], ["city", "FARMINGTON"], ["state_code", "CT"], ["zipcode", "06032"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "674"], ["tel_suffix", "2304"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.550103"], ["updated_at", "2016-08-30 01:41:24.550103"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011175319"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-06-27 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "ROCKVILLE BANK"], ["address", "1645 ELLINGTON RD"], ["city", "SOUTH WINDSOR"], ["state_code", "CT"], ["zipcode", "06074"], ["zipcode_ext", "0000"], ["tel_area_code", "860"], ["tel_prefix", "291"], ["tel_suffix", "3797"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.552830"], ["updated_at", "2016-08-30 01:41:24.552830"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011175351"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-11 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "DIME BANK"], ["address", "290 SALEM TURNPIKE"], ["city", "NORWICH"], ["state_code", "CT"], ["zipcode", "06360"], ["zipcode_ext", "0000"], ["tel_area_code", "856"], ["tel_prefix", "859"], ["tel_suffix", "4300"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.555788"], ["updated_at", "2016-08-30 01:41:24.555788"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011200022"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-08-21 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "KEY BANK NATIONAL ASSOCIATION"], ["address", "OH 01-51-0640"], ["city", "BROOKLYN"], ["state_code", "OH"], ["zipcode", "44144"], ["zipcode_ext", "0000"], ["tel_area_code", "800"], ["tel_prefix", "304"], ["tel_suffix", "9856"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.559076"], ["updated_at", "2016-08-30 01:41:24.559076"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011200051"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.562563"], ["updated_at", "2016-08-30 01:41:24.562563"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011200365"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-10-13 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA, N.A."], ["address", "8001 VILLA PARK DRIVE"], ["city", "HENRICO"], ["state_code", "VA"], ["zipcode", "23228"], ["zipcode_ext", "0000"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.566001"], ["updated_at", "2016-08-30 01:41:24.566001"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011200475"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-07-17 00:00:00.000000"], ["new_routing_num", "21127438"], ["cust_name", "BANGOR SAVINGS BANK"], ["address", "19 MAIN AVE."], ["city", "BANGOR"], ["state_code", "ME"], ["zipcode", "04401"], ["zipcode_ext", "0000"], ["tel_area_code", "207"], ["tel_prefix", "942"], ["tel_suffix", "5211"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.568972"], ["updated_at", "2016-08-30 01:41:24.568972"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011200585"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2001-11-19 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "DAMARISCOTTA BK&TR CO"], ["address", "P. O. BOX 999"], ["city", "DAMARISCOTTA"], ["state_code", "ME"], ["zipcode", "04543"], ["zipcode_ext", "0999"], ["tel_area_code", "207"], ["tel_prefix", "563"], ["tel_suffix", "8121"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.571684"], ["updated_at", "2016-08-30 01:41:24.571684"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011200608"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-08-21 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "KEY BANK NATIONAL ASSOCIATION"], ["address", "OH 01-51-0640"], ["city", "BROOKLYN"], ["state_code", "OH"], ["zipcode", "44144"], ["zipcode_ext", "0000"], ["tel_area_code", "800"], ["tel_prefix", "304"], ["tel_suffix", "9856"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.575265"], ["updated_at", "2016-08-30 01:41:24.575265"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011201115"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-13 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BAR HARBOR BANK & TRUST"], ["address", "P.O. BOX 1089"], ["city", "ELLSWORTH"], ["state_code", "ME"], ["zipcode", "04605"], ["zipcode_ext", "1089"], ["tel_area_code", "207"], ["tel_prefix", "288"], ["tel_suffix", "3314"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.579625"], ["updated_at", "2016-08-30 01:41:24.579625"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011201306"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2006-10-03 00:00:00.000000"], ["new_routing_num", "01120145"], ["cust_name", "CAMDEN NATIONAL BANK"], ["address", "245 COMMERCIAL STREET"], ["city", "ROCKPORT"], ["state_code", "ME"], ["zipcode", "04856"], ["zipcode_ext", "0000"], ["tel_area_code", "800"], ["tel_prefix", "860"], ["tel_suffix", "8821"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.582588"], ["updated_at", "2016-08-30 01:41:24.582588"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011201335"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2011-06-27 00:00:00.000000"], ["new_routing_num", "21127445"], ["cust_name", "TD BANK NA"], ["address", "P.O. BOX 1377"], ["city", "LEWISTON"], ["state_code", "ME"], ["zipcode", "04240"], ["zipcode_ext", "1377"], ["tel_area_code", "877"], ["tel_prefix", "898"], ["tel_suffix", "7821"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.585378"], ["updated_at", "2016-08-30 01:41:24.585378"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011201380"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2008-03-14 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "CAMDEN NATIONAL BANK"], ["address", "245 COMMERCIAL STREET"], ["city", "ROCKPORT"], ["state_code", "ME"], ["zipcode", "04856"], ["zipcode_ext", "0000"], ["tel_area_code", "800"], ["tel_prefix", "860"], ["tel_suffix", "8821"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.588227"], ["updated_at", "2016-08-30 01:41:24.588227"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011201403"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-06-25 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "NORTHEAST BANK"], ["address", "500 CANAL ST."], ["city", "LEWISTON"], ["state_code", "ME"], ["zipcode", "04240"], ["zipcode_ext", "0000"], ["tel_area_code", "207"], ["tel_prefix", "786"], ["tel_suffix", "3245"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.591541"], ["updated_at", "2016-08-30 01:41:24.591541"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011201432"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "PEOPLE'S UNITED BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", "CT"], ["zipcode", "06601"], ["zipcode_ext", "0000"], ["tel_area_code", "203"], ["tel_prefix", "338"], ["tel_suffix", "7171"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.594959"], ["updated_at", "2016-08-30 01:41:24.594959"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011201458"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-09-10 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "CAMDEN NATIONAL BANK"], ["address", "245 COMMERCIAL STREET"], ["city", "ROCKPORT"], ["state_code", "ME"], ["zipcode", "04856"], ["zipcode_ext", "0000"], ["tel_area_code", "800"], ["tel_prefix", "860"], ["tel_suffix", "8821"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.598428"], ["updated_at", "2016-08-30 01:41:24.598428"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011201490"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2008-06-13 00:00:00.000000"], ["new_routing_num", "21127246"], ["cust_name", "SAVINGS BANK OF MAINE"], ["address", "190 WATER ST"], ["city", "GARDINER"], ["state_code", "ME"], ["zipcode", "04345"], ["zipcode_ext", "0190"], ["tel_area_code", "207"], ["tel_prefix", "582"], ["tel_suffix", "5550"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.601587"], ["updated_at", "2016-08-30 01:41:24.601587"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011201500"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "PEOPLE'S UNITED BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", "CT"], ["zipcode", "06601"], ["zipcode_ext", "0000"], ["tel_area_code", "203"], ["tel_prefix", "338"], ["tel_suffix", "7171"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.604279"], ["updated_at", "2016-08-30 01:41:24.604279"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011201526"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "PEOPLE'S UNITED BANK"], ["address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state_code", "CT"], ["zipcode", "06601"], ["zipcode_ext", "0000"], ["tel_area_code", "203"], ["tel_prefix", "338"], ["tel_suffix", "7171"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.607498"], ["updated_at", "2016-08-30 01:41:24.607498"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011201539"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-13 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.611320"], ["updated_at", "2016-08-30 01:41:24.611320"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011201759"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-08-04 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BAR HARBOR BANK & TRUST"], ["address", "P. O. BOX 1089"], ["city", "ELLSWORTH"], ["state_code", "ME"], ["zipcode", "04605"], ["zipcode_ext", "1089"], ["tel_area_code", "207"], ["tel_prefix", "288"], ["tel_suffix", "3314"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.614453"], ["updated_at", "2016-08-30 01:41:24.614453"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011201762"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "THE FIRST, N.A."], ["address", "7 BRISTOL ROAD"], ["city", "DAMARISCOTTA"], ["state_code", "ME"], ["zipcode", "04543"], ["zipcode_ext", "0000"], ["tel_area_code", "207"], ["tel_prefix", "563"], ["tel_suffix", "3195"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.617231"], ["updated_at", "2016-08-30 01:41:24.617231"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011201830"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "THE FIRST, N.A."], ["address", "7 BRISTOL ROAD"], ["city", "DAMARISCOTTA"], ["state_code", "ME"], ["zipcode", "04543"], ["zipcode_ext", "0000"], ["tel_area_code", "207"], ["tel_prefix", "563"], ["tel_suffix", "3195"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.619898"], ["updated_at", "2016-08-30 01:41:24.619898"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011201995"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "ANDROSCOGGIN SAVINGS BANK"], ["address", "PO BOX 1407"], ["city", "LEWISTON"], ["state_code", "ME"], ["zipcode", "04243"], ["zipcode_ext", "7116"], ["tel_area_code", "207"], ["tel_prefix", "784"], ["tel_suffix", "9164"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.622623"], ["updated_at", "2016-08-30 01:41:24.622623"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011202392"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "KATAHDIN TRUST COMPANY"], ["address", "P. O. BOX 36"], ["city", "HOULTON"], ["state_code", "ME"], ["zipcode", "04730"], ["zipcode_ext", "0000"], ["tel_area_code", "207"], ["tel_prefix", "521"], ["tel_suffix", "0455"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.625984"], ["updated_at", "2016-08-30 01:41:24.625984"]]
+ [1m[35m (0.6ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011202907"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2008-09-22 00:00:00.000000"], ["new_routing_num", "21127246"], ["cust_name", "SAVINGS BANK OF MAINE"], ["address", "190 WATER ST"], ["city", "GARDINER"], ["state_code", "ME"], ["zipcode", "04345"], ["zipcode_ext", "0190"], ["tel_area_code", "207"], ["tel_prefix", "582"], ["tel_suffix", "5550"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.629812"], ["updated_at", "2016-08-30 01:41:24.629812"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011202910"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-09 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "TD BANK USA, NA"], ["address", "140 MILL STREET"], ["city", "LEWISTON"], ["state_code", "ME"], ["zipcode", "04240"], ["zipcode_ext", "0000"], ["tel_area_code", "207"], ["tel_prefix", "755"], ["tel_suffix", "6126"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.633030"], ["updated_at", "2016-08-30 01:41:24.633030"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011202923"], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-23 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "DAMARISCOTTA BANK & TRUST COMPANY"], ["address", "P.O. BOX 999"], ["city", "DAMARISCOTTA"], ["state_code", "ME"], ["zipcode", "04543"], ["zipcode_ext", "0000"], ["tel_area_code", "207"], ["tel_prefix", "563"], ["tel_suffix", "8121"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.635974"], ["updated_at", "2016-08-30 01:41:24.635974"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011202936"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-23 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "THE FIRST, NATIONAL ASSOCIATION"], ["address", "PO BOX 940"], ["city", "DAMARISCOTTA"], ["state_code", "ME"], ["zipcode", "04543"], ["zipcode_ext", "0940"], ["tel_area_code", "207"], ["tel_prefix", "563"], ["tel_suffix", "3195"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.638735"], ["updated_at", "2016-08-30 01:41:24.638735"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011275251"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-17 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANGOR SAVINGS BK"], ["address", "19 MAINE AVE"], ["city", "BANGOR"], ["state_code", "ME"], ["zipcode", "04401"], ["zipcode_ext", "0000"], ["tel_area_code", "207"], ["tel_prefix", "974"], ["tel_suffix", "5211"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.643092"], ["updated_at", "2016-08-30 01:41:24.643092"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011275303"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2007-07-17 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "GORHAM SAVINGS BANK"], ["address", "10 WENTWORTH DR"], ["city", "GORHAM"], ["state_code", "ME"], ["zipcode", "04038"], ["zipcode_ext", "0000"], ["tel_area_code", "207"], ["tel_prefix", "222"], ["tel_suffix", "1430"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.646824"], ["updated_at", "2016-08-30 01:41:24.646824"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011300142"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-08-12 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "COMMERCE BANK & TRUST CO"], ["address", "386 MAIN ST"], ["city", "WORCESTER"], ["state_code", "MA"], ["zipcode", "01615"], ["zipcode_ext", "0000"], ["tel_area_code", "508"], ["tel_prefix", "797"], ["tel_suffix", "6923"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.649808"], ["updated_at", "2016-08-30 01:41:24.649808"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011300595"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-13 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "CAMBRIDGE TRUST COMPANY"], ["address", "10 FAWCETT ST."], ["city", "CAMBRIDGE"], ["state_code", "MA"], ["zipcode", "02138"], ["zipcode_ext", "3809"], ["tel_area_code", "617"], ["tel_prefix", "441"], ["tel_suffix", "1560"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.652420"], ["updated_at", "2016-08-30 01:41:24.652420"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011300605"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.655124"], ["updated_at", "2016-08-30 01:41:24.655124"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011301073"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-09 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION"], ["address", "1 CITIZENS DRIVE"], ["city", "RIVERSIDE"], ["state_code", "RI"], ["zipcode", "02915"], ["zipcode_ext", "0000"], ["tel_area_code", "800"], ["tel_prefix", "883"], ["tel_suffix", "4224"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.658365"], ["updated_at", "2016-08-30 01:41:24.658365"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011301390"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-05 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "CENTURY BANK & TRUST CO"], ["address", "400 MYSTIC AVE"], ["city", "MEDFORD"], ["state_code", "MA"], ["zipcode", "02155"], ["zipcode_ext", "0000"], ["tel_area_code", "781"], ["tel_prefix", "393"], ["tel_suffix", "4090"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.662077"], ["updated_at", "2016-08-30 01:41:24.662077"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011301536"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-11 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "EASTERN BANK"], ["address", "195 MARKET STREET"], ["city", "LYNN"], ["state_code", "MA"], ["zipcode", "01901"], ["zipcode_ext", "0000"], ["tel_area_code", "781"], ["tel_prefix", "598"], ["tel_suffix", "7897"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.665364"], ["updated_at", "2016-08-30 01:41:24.665364"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011301604"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-18 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "EASTERN BANK"], ["address", "195 MARKET STREET"], ["city", "LYNN"], ["state_code", "MA"], ["zipcode", "01901"], ["zipcode_ext", "0000"], ["tel_area_code", "800"], ["tel_prefix", "327"], ["tel_suffix", "8376"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.668452"], ["updated_at", "2016-08-30 01:41:24.668452"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011301646"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-08-01 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["address", "PO BOX 27025"], ["city", "RICHMOND"], ["state_code", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_area_code", "800"], ["tel_prefix", "446"], ["tel_suffix", "0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:41:24.671359"], ["updated_at", "2016-08-30 01:41:24.671359"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (127.0ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+ [1m[35m (117.8ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (673.1ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+ [1m[35m (316.0ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (0.9ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (11.4ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (3.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.5ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (10.3ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (2.6ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.5ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mActiveRecord::SchemaMigration Load (0.8ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[36m (126.9ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+ [1m[35m (120.8ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (677.8ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+ [1m[35m (297.3ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (0.6ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (24.3ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (2.6ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (5.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.5ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (25.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (10.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (1.0ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (17.0ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (3.4ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.7ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[36m (123.1ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+ [1m[35m (120.5ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (260.1ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+ [1m[35m (285.6ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (9.7ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (3.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.6ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (13.4ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (3.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.4ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.4ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (1.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (1.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[36m (138.5ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+ [1m[35m (127.1ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (260.6ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+ [1m[35m (258.5ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (9.2ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (6.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.5ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (12.0ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (2.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.8ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.7ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[36m (122.9ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+ [1m[35m (120.9ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (257.5ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+ [1m[35m (704.5ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (0.7ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (17.9ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (2.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (2.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.8ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mSQL (1.0ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (8.0ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (3.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.5ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[36m (121.2ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+ [1m[35m (120.9ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (253.4ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+ [1m[35m (248.7ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (10.0ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (4.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.4ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mSQL (0.7ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (10.1ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (2.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.7ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mActiveRecord::SchemaMigration Load (0.8ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[36m (121.2ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+ [1m[35m (120.3ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (241.4ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+ [1m[35m (239.6ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (0.4ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (9.6ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (3.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.5ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.6ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mSQL (0.4ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (10.5ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (2.5ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (1.8ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.9ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mActiveRecord::SchemaMigration Load (0.7ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[36m (121.4ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+ [1m[35m (118.4ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (246.3ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+ [1m[35m (252.1ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (10.8ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (2.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.6ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (24.1ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (3.6ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.6ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mActiveRecord::SchemaMigration Load (0.8ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[36m (120.6ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+ [1m[35m (120.1ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (243.3ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+ [1m[35m (251.3ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (9.3ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (3.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.4ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (12.1ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (3.1ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.9ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.7ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mActiveRecord::SchemaMigration Load (0.8ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (1.0ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.181676"], ["updated_at", "2016-08-30 01:49:50.181676"]]
+ [1m[35m (1.1ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.196903"], ["updated_at", "2016-08-30 01:49:50.196903"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.199950"], ["updated_at", "2016-08-30 01:49:50.199950"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.203243"], ["updated_at", "2016-08-30 01:49:50.203243"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.206820"], ["updated_at", "2016-08-30 01:49:50.206820"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.210178"], ["updated_at", "2016-08-30 01:49:50.210178"]]
+ [1m[36m (1.9ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.214659"], ["updated_at", "2016-08-30 01:49:50.214659"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.217449"], ["updated_at", "2016-08-30 01:49:50.217449"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.221109"], ["updated_at", "2016-08-30 01:49:50.221109"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.224560"], ["updated_at", "2016-08-30 01:49:50.224560"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.227430"], ["updated_at", "2016-08-30 01:49:50.227430"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.230064"], ["updated_at", "2016-08-30 01:49:50.230064"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.232625"], ["updated_at", "2016-08-30 01:49:50.232625"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.235605"], ["updated_at", "2016-08-30 01:49:50.235605"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.239611"], ["updated_at", "2016-08-30 01:49:50.239611"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.242985"], ["updated_at", "2016-08-30 01:49:50.242985"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.245997"], ["updated_at", "2016-08-30 01:49:50.245997"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.248797"], ["updated_at", "2016-08-30 01:49:50.248797"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.251604"], ["updated_at", "2016-08-30 01:49:50.251604"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.254971"], ["updated_at", "2016-08-30 01:49:50.254971"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.258621"], ["updated_at", "2016-08-30 01:49:50.258621"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.261673"], ["updated_at", "2016-08-30 01:49:50.261673"]]
+ [1m[36m (0.6ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.265722"], ["updated_at", "2016-08-30 01:49:50.265722"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.269614"], ["updated_at", "2016-08-30 01:49:50.269614"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.273050"], ["updated_at", "2016-08-30 01:49:50.273050"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.276265"], ["updated_at", "2016-08-30 01:49:50.276265"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.279322"], ["updated_at", "2016-08-30 01:49:50.279322"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.282219"], ["updated_at", "2016-08-30 01:49:50.282219"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.284950"], ["updated_at", "2016-08-30 01:49:50.284950"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.288311"], ["updated_at", "2016-08-30 01:49:50.288311"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.291781"], ["updated_at", "2016-08-30 01:49:50.291781"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.294740"], ["updated_at", "2016-08-30 01:49:50.294740"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.297561"], ["updated_at", "2016-08-30 01:49:50.297561"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.300205"], ["updated_at", "2016-08-30 01:49:50.300205"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.303270"], ["updated_at", "2016-08-30 01:49:50.303270"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.306814"], ["updated_at", "2016-08-30 01:49:50.306814"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.310101"], ["updated_at", "2016-08-30 01:49:50.310101"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.312971"], ["updated_at", "2016-08-30 01:49:50.312971"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.315659"], ["updated_at", "2016-08-30 01:49:50.315659"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.318305"], ["updated_at", "2016-08-30 01:49:50.318305"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.321677"], ["updated_at", "2016-08-30 01:49:50.321677"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.325070"], ["updated_at", "2016-08-30 01:49:50.325070"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.328059"], ["updated_at", "2016-08-30 01:49:50.328059"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.331366"], ["updated_at", "2016-08-30 01:49:50.331366"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.334248"], ["updated_at", "2016-08-30 01:49:50.334248"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.337516"], ["updated_at", "2016-08-30 01:49:50.337516"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.341038"], ["updated_at", "2016-08-30 01:49:50.341038"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.344449"], ["updated_at", "2016-08-30 01:49:50.344449"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.347878"], ["updated_at", "2016-08-30 01:49:50.347878"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.350826"], ["updated_at", "2016-08-30 01:49:50.350826"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.354518"], ["updated_at", "2016-08-30 01:49:50.354518"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.358630"], ["updated_at", "2016-08-30 01:49:50.358630"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.361975"], ["updated_at", "2016-08-30 01:49:50.361975"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.364760"], ["updated_at", "2016-08-30 01:49:50.364760"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.367539"], ["updated_at", "2016-08-30 01:49:50.367539"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.370622"], ["updated_at", "2016-08-30 01:49:50.370622"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.374015"], ["updated_at", "2016-08-30 01:49:50.374015"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.376926"], ["updated_at", "2016-08-30 01:49:50.376926"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.379770"], ["updated_at", "2016-08-30 01:49:50.379770"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.382350"], ["updated_at", "2016-08-30 01:49:50.382350"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.385014"], ["updated_at", "2016-08-30 01:49:50.385014"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.388441"], ["updated_at", "2016-08-30 01:49:50.388441"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.392094"], ["updated_at", "2016-08-30 01:49:50.392094"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.395078"], ["updated_at", "2016-08-30 01:49:50.395078"]]
+ [1m[36m (1.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.398860"], ["updated_at", "2016-08-30 01:49:50.398860"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.401799"], ["updated_at", "2016-08-30 01:49:50.401799"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.405088"], ["updated_at", "2016-08-30 01:49:50.405088"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.408622"], ["updated_at", "2016-08-30 01:49:50.408622"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.411878"], ["updated_at", "2016-08-30 01:49:50.411878"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.414787"], ["updated_at", "2016-08-30 01:49:50.414787"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.417564"], ["updated_at", "2016-08-30 01:49:50.417564"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.420801"], ["updated_at", "2016-08-30 01:49:50.420801"]]
+ [1m[36m (0.7ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.424542"], ["updated_at", "2016-08-30 01:49:50.424542"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.427644"], ["updated_at", "2016-08-30 01:49:50.427644"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.430447"], ["updated_at", "2016-08-30 01:49:50.430447"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.433464"], ["updated_at", "2016-08-30 01:49:50.433464"]]
+ [1m[36m (0.7ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.437074"], ["updated_at", "2016-08-30 01:49:50.437074"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.440510"], ["updated_at", "2016-08-30 01:49:50.440510"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.443872"], ["updated_at", "2016-08-30 01:49:50.443872"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.446842"], ["updated_at", "2016-08-30 01:49:50.446842"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.449795"], ["updated_at", "2016-08-30 01:49:50.449795"]]
+ [1m[35m (0.6ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.452735"], ["updated_at", "2016-08-30 01:49:50.452735"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.455931"], ["updated_at", "2016-08-30 01:49:50.455931"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.459201"], ["updated_at", "2016-08-30 01:49:50.459201"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.462029"], ["updated_at", "2016-08-30 01:49:50.462029"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.464798"], ["updated_at", "2016-08-30 01:49:50.464798"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.469317"], ["updated_at", "2016-08-30 01:49:50.469317"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.472620"], ["updated_at", "2016-08-30 01:49:50.472620"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.476199"], ["updated_at", "2016-08-30 01:49:50.476199"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.479507"], ["updated_at", "2016-08-30 01:49:50.479507"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.482294"], ["updated_at", "2016-08-30 01:49:50.482294"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.484999"], ["updated_at", "2016-08-30 01:49:50.484999"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.488145"], ["updated_at", "2016-08-30 01:49:50.488145"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.491855"], ["updated_at", "2016-08-30 01:49:50.491855"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.495170"], ["updated_at", "2016-08-30 01:49:50.495170"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.498139"], ["updated_at", "2016-08-30 01:49:50.498139"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.500783"], ["updated_at", "2016-08-30 01:49:50.500783"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.503663"], ["updated_at", "2016-08-30 01:49:50.503663"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:49:50.507222"], ["updated_at", "2016-08-30 01:49:50.507222"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36mBank Load (2.7ms)[0m [1mSELECT "banks".* FROM "banks" ORDER BY "banks"."id" ASC LIMIT 1[0m
+ [1m[36m (124.6ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+ [1m[35m (119.4ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (247.0ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+ [1m[35m (250.0ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (0.7ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (12.2ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (2.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.9ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (8.4ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (3.3ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.6ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.8ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (1.5ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.873640"], ["updated_at", "2016-08-30 01:50:21.873640"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.883193"], ["updated_at", "2016-08-30 01:50:21.883193"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.6ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.887240"], ["updated_at", "2016-08-30 01:50:21.887240"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.891155"], ["updated_at", "2016-08-30 01:50:21.891155"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.895119"], ["updated_at", "2016-08-30 01:50:21.895119"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.898721"], ["updated_at", "2016-08-30 01:50:21.898721"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.901804"], ["updated_at", "2016-08-30 01:50:21.901804"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.905121"], ["updated_at", "2016-08-30 01:50:21.905121"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.908882"], ["updated_at", "2016-08-30 01:50:21.908882"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.912146"], ["updated_at", "2016-08-30 01:50:21.912146"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.914951"], ["updated_at", "2016-08-30 01:50:21.914951"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.917738"], ["updated_at", "2016-08-30 01:50:21.917738"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.920468"], ["updated_at", "2016-08-30 01:50:21.920468"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.924412"], ["updated_at", "2016-08-30 01:50:21.924412"]]
+ [1m[36m (0.7ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.929113"], ["updated_at", "2016-08-30 01:50:21.929113"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.932640"], ["updated_at", "2016-08-30 01:50:21.932640"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.935559"], ["updated_at", "2016-08-30 01:50:21.935559"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.939154"], ["updated_at", "2016-08-30 01:50:21.939154"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.943057"], ["updated_at", "2016-08-30 01:50:21.943057"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.946288"], ["updated_at", "2016-08-30 01:50:21.946288"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.949226"], ["updated_at", "2016-08-30 01:50:21.949226"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.951983"], ["updated_at", "2016-08-30 01:50:21.951983"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.954838"], ["updated_at", "2016-08-30 01:50:21.954838"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.958499"], ["updated_at", "2016-08-30 01:50:21.958499"]]
+ [1m[36m (0.6ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.962424"], ["updated_at", "2016-08-30 01:50:21.962424"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.965826"], ["updated_at", "2016-08-30 01:50:21.965826"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.968802"], ["updated_at", "2016-08-30 01:50:21.968802"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.971713"], ["updated_at", "2016-08-30 01:50:21.971713"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.975061"], ["updated_at", "2016-08-30 01:50:21.975061"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.978992"], ["updated_at", "2016-08-30 01:50:21.978992"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.982329"], ["updated_at", "2016-08-30 01:50:21.982329"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.985242"], ["updated_at", "2016-08-30 01:50:21.985242"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.988020"], ["updated_at", "2016-08-30 01:50:21.988020"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.991235"], ["updated_at", "2016-08-30 01:50:21.991235"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.995094"], ["updated_at", "2016-08-30 01:50:21.995094"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:21.998078"], ["updated_at", "2016-08-30 01:50:21.998078"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.000847"], ["updated_at", "2016-08-30 01:50:22.000847"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.003719"], ["updated_at", "2016-08-30 01:50:22.003719"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.007132"], ["updated_at", "2016-08-30 01:50:22.007132"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.010977"], ["updated_at", "2016-08-30 01:50:22.010977"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.014661"], ["updated_at", "2016-08-30 01:50:22.014661"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.017793"], ["updated_at", "2016-08-30 01:50:22.017793"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.020522"], ["updated_at", "2016-08-30 01:50:22.020522"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.023514"], ["updated_at", "2016-08-30 01:50:22.023514"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.026912"], ["updated_at", "2016-08-30 01:50:22.026912"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.030362"], ["updated_at", "2016-08-30 01:50:22.030362"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.033440"], ["updated_at", "2016-08-30 01:50:22.033440"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.036209"], ["updated_at", "2016-08-30 01:50:22.036209"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.039925"], ["updated_at", "2016-08-30 01:50:22.039925"]]
+ [1m[35m (0.6ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.043537"], ["updated_at", "2016-08-30 01:50:22.043537"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.047083"], ["updated_at", "2016-08-30 01:50:22.047083"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.050270"], ["updated_at", "2016-08-30 01:50:22.050270"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.053232"], ["updated_at", "2016-08-30 01:50:22.053232"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.056085"], ["updated_at", "2016-08-30 01:50:22.056085"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.060003"], ["updated_at", "2016-08-30 01:50:22.060003"]]
+ [1m[35m (1.9ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.064821"], ["updated_at", "2016-08-30 01:50:22.064821"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.067809"], ["updated_at", "2016-08-30 01:50:22.067809"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.070678"], ["updated_at", "2016-08-30 01:50:22.070678"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.073676"], ["updated_at", "2016-08-30 01:50:22.073676"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.077294"], ["updated_at", "2016-08-30 01:50:22.077294"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.080842"], ["updated_at", "2016-08-30 01:50:22.080842"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.084126"], ["updated_at", "2016-08-30 01:50:22.084126"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.087066"], ["updated_at", "2016-08-30 01:50:22.087066"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.089981"], ["updated_at", "2016-08-30 01:50:22.089981"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.093279"], ["updated_at", "2016-08-30 01:50:22.093279"]]
+ [1m[35m (0.6ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.096828"], ["updated_at", "2016-08-30 01:50:22.096828"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.099724"], ["updated_at", "2016-08-30 01:50:22.099724"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.102529"], ["updated_at", "2016-08-30 01:50:22.102529"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.105278"], ["updated_at", "2016-08-30 01:50:22.105278"]]
+ [1m[35m (1.5ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.109969"], ["updated_at", "2016-08-30 01:50:22.109969"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.113786"], ["updated_at", "2016-08-30 01:50:22.113786"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.116813"], ["updated_at", "2016-08-30 01:50:22.116813"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.119701"], ["updated_at", "2016-08-30 01:50:22.119701"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.122431"], ["updated_at", "2016-08-30 01:50:22.122431"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.125687"], ["updated_at", "2016-08-30 01:50:22.125687"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.129490"], ["updated_at", "2016-08-30 01:50:22.129490"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.132714"], ["updated_at", "2016-08-30 01:50:22.132714"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.135582"], ["updated_at", "2016-08-30 01:50:22.135582"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.138422"], ["updated_at", "2016-08-30 01:50:22.138422"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.142150"], ["updated_at", "2016-08-30 01:50:22.142150"]]
+ [1m[36m (0.6ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.145980"], ["updated_at", "2016-08-30 01:50:22.145980"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.149236"], ["updated_at", "2016-08-30 01:50:22.149236"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.152240"], ["updated_at", "2016-08-30 01:50:22.152240"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.155180"], ["updated_at", "2016-08-30 01:50:22.155180"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.158631"], ["updated_at", "2016-08-30 01:50:22.158631"]]
+ [1m[35m (0.6ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.162485"], ["updated_at", "2016-08-30 01:50:22.162485"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.165827"], ["updated_at", "2016-08-30 01:50:22.165827"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.168676"], ["updated_at", "2016-08-30 01:50:22.168676"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.171376"], ["updated_at", "2016-08-30 01:50:22.171376"]]
+ [1m[35m (1.5ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.175733"], ["updated_at", "2016-08-30 01:50:22.175733"]]
+ [1m[36m (0.6ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.179490"], ["updated_at", "2016-08-30 01:50:22.179490"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.182711"], ["updated_at", "2016-08-30 01:50:22.182711"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.185591"], ["updated_at", "2016-08-30 01:50:22.185591"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.188651"], ["updated_at", "2016-08-30 01:50:22.188651"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.7ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.192573"], ["updated_at", "2016-08-30 01:50:22.192573"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.196656"], ["updated_at", "2016-08-30 01:50:22.196656"]]
+ [1m[36m (0.6ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.200148"], ["updated_at", "2016-08-30 01:50:22.200148"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.203123"], ["updated_at", "2016-08-30 01:50:22.203123"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:50:22.206014"], ["updated_at", "2016-08-30 01:50:22.206014"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (122.4ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+ [1m[35m (118.4ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (279.0ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+ [1m[35m (297.3ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (0.4ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (38.8ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (12.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.4ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.7ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (8.8ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" timestamp, "new_routing_num" character varying, "cust_name" text, "address" text, "city" text, "state_code" character varying, "zipcode" character varying, "zipcode_ext" character varying, "tel_area_code" character varying, "tel_prefix" character varying, "tel_suffix" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL)
+ [1m[36m (3.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.6ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.5ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826185127')
+ [1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36mActiveRecord::SchemaMigration Load (0.5ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (1.5ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.545457"], ["updated_at", "2016-08-30 01:52:44.545457"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.554624"], ["updated_at", "2016-08-30 01:52:44.554624"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.558061"], ["updated_at", "2016-08-30 01:52:44.558061"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.561023"], ["updated_at", "2016-08-30 01:52:44.561023"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.564468"], ["updated_at", "2016-08-30 01:52:44.564468"]]
+ [1m[35m (0.7ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.569071"], ["updated_at", "2016-08-30 01:52:44.569071"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.572478"], ["updated_at", "2016-08-30 01:52:44.572478"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.575441"], ["updated_at", "2016-08-30 01:52:44.575441"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.578254"], ["updated_at", "2016-08-30 01:52:44.578254"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.581768"], ["updated_at", "2016-08-30 01:52:44.581768"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.585612"], ["updated_at", "2016-08-30 01:52:44.585612"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.589122"], ["updated_at", "2016-08-30 01:52:44.589122"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.592327"], ["updated_at", "2016-08-30 01:52:44.592327"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.595307"], ["updated_at", "2016-08-30 01:52:44.595307"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.598909"], ["updated_at", "2016-08-30 01:52:44.598909"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.602453"], ["updated_at", "2016-08-30 01:52:44.602453"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.605541"], ["updated_at", "2016-08-30 01:52:44.605541"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.608319"], ["updated_at", "2016-08-30 01:52:44.608319"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.611136"], ["updated_at", "2016-08-30 01:52:44.611136"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.614449"], ["updated_at", "2016-08-30 01:52:44.614449"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.618274"], ["updated_at", "2016-08-30 01:52:44.618274"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.621744"], ["updated_at", "2016-08-30 01:52:44.621744"]]
+ [1m[36m (20.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.645442"], ["updated_at", "2016-08-30 01:52:44.645442"]]
+ [1m[35m (5.8ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.654380"], ["updated_at", "2016-08-30 01:52:44.654380"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.658000"], ["updated_at", "2016-08-30 01:52:44.658000"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.660858"], ["updated_at", "2016-08-30 01:52:44.660858"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.663827"], ["updated_at", "2016-08-30 01:52:44.663827"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.667771"], ["updated_at", "2016-08-30 01:52:44.667771"]]
+ [1m[36m (0.6ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.672435"], ["updated_at", "2016-08-30 01:52:44.672435"]]
+ [1m[35m (3.2ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.678697"], ["updated_at", "2016-08-30 01:52:44.678697"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.682753"], ["updated_at", "2016-08-30 01:52:44.682753"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.686502"], ["updated_at", "2016-08-30 01:52:44.686502"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.689930"], ["updated_at", "2016-08-30 01:52:44.689930"]]
+ [1m[35m (17.7ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.710534"], ["updated_at", "2016-08-30 01:52:44.710534"]]
+ [1m[36m (5.1ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.718846"], ["updated_at", "2016-08-30 01:52:44.718846"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.722335"], ["updated_at", "2016-08-30 01:52:44.722335"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.725211"], ["updated_at", "2016-08-30 01:52:44.725211"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.728047"], ["updated_at", "2016-08-30 01:52:44.728047"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.731035"], ["updated_at", "2016-08-30 01:52:44.731035"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.734910"], ["updated_at", "2016-08-30 01:52:44.734910"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.738621"], ["updated_at", "2016-08-30 01:52:44.738621"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.742051"], ["updated_at", "2016-08-30 01:52:44.742051"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.745544"], ["updated_at", "2016-08-30 01:52:44.745544"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.749705"], ["updated_at", "2016-08-30 01:52:44.749705"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.753322"], ["updated_at", "2016-08-30 01:52:44.753322"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.756461"], ["updated_at", "2016-08-30 01:52:44.756461"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.759267"], ["updated_at", "2016-08-30 01:52:44.759267"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.762058"], ["updated_at", "2016-08-30 01:52:44.762058"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.765820"], ["updated_at", "2016-08-30 01:52:44.765820"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.769647"], ["updated_at", "2016-08-30 01:52:44.769647"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.772744"], ["updated_at", "2016-08-30 01:52:44.772744"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.775608"], ["updated_at", "2016-08-30 01:52:44.775608"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.778460"], ["updated_at", "2016-08-30 01:52:44.778460"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.781915"], ["updated_at", "2016-08-30 01:52:44.781915"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.786215"], ["updated_at", "2016-08-30 01:52:44.786215"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.789774"], ["updated_at", "2016-08-30 01:52:44.789774"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.793111"], ["updated_at", "2016-08-30 01:52:44.793111"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.796095"], ["updated_at", "2016-08-30 01:52:44.796095"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.800233"], ["updated_at", "2016-08-30 01:52:44.800233"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.804014"], ["updated_at", "2016-08-30 01:52:44.804014"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.807378"], ["updated_at", "2016-08-30 01:52:44.807378"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.810329"], ["updated_at", "2016-08-30 01:52:44.810329"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.813132"], ["updated_at", "2016-08-30 01:52:44.813132"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.816418"], ["updated_at", "2016-08-30 01:52:44.816418"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.819869"], ["updated_at", "2016-08-30 01:52:44.819869"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.822896"], ["updated_at", "2016-08-30 01:52:44.822896"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.825792"], ["updated_at", "2016-08-30 01:52:44.825792"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.828642"], ["updated_at", "2016-08-30 01:52:44.828642"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.831355"], ["updated_at", "2016-08-30 01:52:44.831355"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.834798"], ["updated_at", "2016-08-30 01:52:44.834798"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.838607"], ["updated_at", "2016-08-30 01:52:44.838607"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.842087"], ["updated_at", "2016-08-30 01:52:44.842087"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.845119"], ["updated_at", "2016-08-30 01:52:44.845119"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.847957"], ["updated_at", "2016-08-30 01:52:44.847957"]]
+ [1m[36m (0.8ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.852405"], ["updated_at", "2016-08-30 01:52:44.852405"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.856361"], ["updated_at", "2016-08-30 01:52:44.856361"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.859678"], ["updated_at", "2016-08-30 01:52:44.859678"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.862691"], ["updated_at", "2016-08-30 01:52:44.862691"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.865812"], ["updated_at", "2016-08-30 01:52:44.865812"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.869625"], ["updated_at", "2016-08-30 01:52:44.869625"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.873338"], ["updated_at", "2016-08-30 01:52:44.873338"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.876500"], ["updated_at", "2016-08-30 01:52:44.876500"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.879330"], ["updated_at", "2016-08-30 01:52:44.879330"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.882571"], ["updated_at", "2016-08-30 01:52:44.882571"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.886968"], ["updated_at", "2016-08-30 01:52:44.886968"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.891349"], ["updated_at", "2016-08-30 01:52:44.891349"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.894582"], ["updated_at", "2016-08-30 01:52:44.894582"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.897420"], ["updated_at", "2016-08-30 01:52:44.897420"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.900928"], ["updated_at", "2016-08-30 01:52:44.900928"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.904672"], ["updated_at", "2016-08-30 01:52:44.904672"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.907669"], ["updated_at", "2016-08-30 01:52:44.907669"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.910489"], ["updated_at", "2016-08-30 01:52:44.910489"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.913321"], ["updated_at", "2016-08-30 01:52:44.913321"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.917018"], ["updated_at", "2016-08-30 01:52:44.917018"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.921681"], ["updated_at", "2016-08-30 01:52:44.921681"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.925128"], ["updated_at", "2016-08-30 01:52:44.925128"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.928155"], ["updated_at", "2016-08-30 01:52:44.928155"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.931071"], ["updated_at", "2016-08-30 01:52:44.931071"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "address", "city", "state_code", "zipcode", "zipcode_ext", "tel_area_code", "tel_prefix", "tel_suffix", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17, $18, $19) RETURNING "id"[0m [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08 00:00:00.000000"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state_code", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_area_code", "866"], ["tel_prefix", "234"], ["tel_suffix", "5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 01:52:44.934342"], ["updated_at", "2016-08-30 01:52:44.934342"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36mBank Load (1.4ms)[0m [1mSELECT "banks".* FROM "banks" ORDER BY "banks"."id" ASC LIMIT 1[0m
+
+
+Started GET "/" for ::1 at 2016-08-29 22:01:12 -0400
+ [1m[36mActiveRecord::SchemaMigration Load (0.6ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (2.2ms)
+Completed 200 OK in 651ms (Views: 650.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-29 22:01:29 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[35mBank Load (0.8ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (4.3ms)
+Completed 200 OK in 53ms (Views: 20.3ms | ActiveRecord: 5.9ms)
+
+
+Started GET "/" for ::1 at 2016-08-29 22:01:38 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 20ms (Views: 20.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 22:01:38 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 22:01:38 -0400
+
+
+Started GET "/assets/bundle.self-6f7f1fd537b7d1ba645c71e33b9c9a15ee57df776ec0dfd5510d0e61c4a4916b.js?body=1" for ::1 at 2016-08-29 22:01:38 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 22:01:38 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 22:01:38 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 22:01:38 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 22:01:38 -0400
+
+
+Started GET "/" for ::1 at 2016-08-29 22:03:22 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 366ms (Views: 365.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 22:03:23 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 22:03:23 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 22:03:23 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 22:03:23 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 22:03:23 -0400
+
+
+Started GET "/assets/bundle.self-a795ba7aeaac2b541fdcca2c0f9c4c03467c08b4af53cab00255708acbd30f25.js?body=1" for ::1 at 2016-08-29 22:03:23 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 22:03:23 -0400
+
+
+Started GET "/" for ::1 at 2016-08-29 22:04:12 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 459ms (Views: 458.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 22:04:13 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 22:04:13 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 22:04:13 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 22:04:13 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 22:04:13 -0400
+
+
+Started GET "/assets/bundle.self-80a46c5b4f2e0923ae8856ca53e2fcc7acc052c10d7d66b9d13d15ae8a182d06.js?body=1" for ::1 at 2016-08-29 22:04:13 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 22:04:13 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-29 22:04:13 -0400
+
+
+Started GET "/" for ::1 at 2016-08-29 22:04:29 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 22ms (Views: 21.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 22:04:29 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 22:04:29 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 22:04:29 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 22:04:29 -0400
+
+
+Started GET "/assets/bundle.self-80a46c5b4f2e0923ae8856ca53e2fcc7acc052c10d7d66b9d13d15ae8a182d06.js?body=1" for ::1 at 2016-08-29 22:04:29 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 22:04:29 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 22:04:29 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-29 22:04:29 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-29 22:05:04 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[36mBank Load (0.4ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (1.1ms)
+Completed 200 OK in 21ms (Views: 19.7ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-29 22:06:09 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[35mBank Load (0.5ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (0.8ms)
+Completed 200 OK in 17ms (Views: 15.1ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/" for ::1 at 2016-08-29 22:06:11 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 206ms (Views: 206.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 22:06:11 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 22:06:11 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 22:06:11 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 22:06:11 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 22:06:11 -0400
+
+
+Started GET "/assets/bundle.self-b634a1688c163739cd9b50bde8d1d8cdc40a5ee8a7e1b99ac657349defabd029.js?body=1" for ::1 at 2016-08-29 22:06:11 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 22:06:11 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-29 22:06:11 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-29 22:06:14 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[36mBank Load (0.6ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (0.8ms)
+Completed 200 OK in 17ms (Views: 15.8ms | ActiveRecord: 0.6ms)
+
+
+Started GET "/" for ::1 at 2016-08-29 22:06:52 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 339ms (Views: 338.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 22:06:53 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 22:06:53 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 22:06:53 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 22:06:53 -0400
+
+
+Started GET "/assets/bundle.self-de15cc5995ba9e05fa4beed95a30c617debf9c62bae212497ecd5ab9c5eb1638.js?body=1" for ::1 at 2016-08-29 22:06:53 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 22:06:53 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 22:06:53 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-29 22:06:53 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-29 22:06:54 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[35mBank Load (0.4ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (0.9ms)
+Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-29 22:06:56 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 20ms (Views: 20.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 22:06:56 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 22:06:56 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 22:06:56 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 22:06:56 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 22:06:56 -0400
+
+
+Started GET "/assets/bundle.self-de15cc5995ba9e05fa4beed95a30c617debf9c62bae212497ecd5ab9c5eb1638.js?body=1" for ::1 at 2016-08-29 22:06:56 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 22:06:56 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-29 22:06:56 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-29 22:06:57 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[36mBank Load (0.5ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (0.9ms)
+Completed 200 OK in 18ms (Views: 16.2ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/" for ::1 at 2016-08-29 22:06:59 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 21ms (Views: 20.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 22:06:59 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 22:06:59 -0400
+
+
+Started GET "/assets/bundle.self-de15cc5995ba9e05fa4beed95a30c617debf9c62bae212497ecd5ab9c5eb1638.js?body=1" for ::1 at 2016-08-29 22:06:59 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 22:06:59 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 22:06:59 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 22:06:59 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 22:06:59 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-29 22:06:59 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-29 22:07:01 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (0.8ms)
+Completed 200 OK in 16ms (Views: 15.5ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-29 22:08:19 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 21ms (Views: 21.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 22:08:20 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 22:08:20 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 22:08:20 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 22:08:20 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 22:08:20 -0400
+
+
+Started GET "/assets/bundle.self-de15cc5995ba9e05fa4beed95a30c617debf9c62bae212497ecd5ab9c5eb1638.js?body=1" for ::1 at 2016-08-29 22:08:20 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 22:08:20 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-29 22:08:20 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-29 22:08:23 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (0.7ms)
+Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-29 22:08:25 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 22:08:25 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 22:08:25 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 22:08:25 -0400
+
+
+Started GET "/assets/bundle.self-de15cc5995ba9e05fa4beed95a30c617debf9c62bae212497ecd5ab9c5eb1638.js?body=1" for ::1 at 2016-08-29 22:08:25 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 22:08:25 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 22:08:25 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 22:08:25 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-29 22:08:25 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-29 22:08:26 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-29 22:08:32 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 15ms (Views: 15.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 22:08:32 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 22:08:32 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 22:08:32 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 22:08:32 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 22:08:32 -0400
+
+
+Started GET "/assets/bundle.self-de15cc5995ba9e05fa4beed95a30c617debf9c62bae212497ecd5ab9c5eb1638.js?body=1" for ::1 at 2016-08-29 22:08:32 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 22:08:32 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-29 22:08:33 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-29 22:08:34 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[36mBank Load (0.2ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 15ms (Views: 14.4ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-08-29 22:09:12 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 19ms (Views: 18.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 22:09:13 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 22:09:13 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 22:09:13 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 22:09:13 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 22:09:13 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 22:09:13 -0400
+
+
+Started GET "/assets/bundle.self-de15cc5995ba9e05fa4beed95a30c617debf9c62bae212497ecd5ab9c5eb1638.js?body=1" for ::1 at 2016-08-29 22:09:13 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-29 22:09:13 -0400
+
+
+Started GET "/" for ::1 at 2016-08-29 22:09:14 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 366ms (Views: 365.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 22:09:15 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 22:09:15 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 22:09:15 -0400
+
+
+Started GET "/assets/bundle.self-58566b8d7d3e4afb4b09bb6419c63b1a06ab3fb3c9e77af384bced1b3c7d97d3.js?body=1" for ::1 at 2016-08-29 22:09:15 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 22:09:15 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 22:09:15 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 22:09:15 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-29 22:09:15 -0400
+
+
+Started GET "/" for ::1 at 2016-08-29 22:09:16 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 17ms (Views: 17.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 22:09:16 -0400
+
+
+Started GET "/assets/bundle.self-58566b8d7d3e4afb4b09bb6419c63b1a06ab3fb3c9e77af384bced1b3c7d97d3.js?body=1" for ::1 at 2016-08-29 22:09:16 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 22:09:16 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 22:09:16 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 22:09:16 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 22:09:16 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 22:09:16 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-29 22:09:17 -0400
+
+
+Started GET "/" for ::1 at 2016-08-29 22:10:27 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 16ms (Views: 16.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 22:10:27 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 22:10:27 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 22:10:27 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 22:10:27 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 22:10:27 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 22:10:27 -0400
+
+
+Started GET "/assets/bundle.self-58566b8d7d3e4afb4b09bb6419c63b1a06ab3fb3c9e77af384bced1b3c7d97d3.js?body=1" for ::1 at 2016-08-29 22:10:27 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-29 22:10:27 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-29 22:10:30 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (0.7ms)
+Completed 200 OK in 16ms (Views: 14.7ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-29 22:11:00 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 329ms (Views: 328.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 22:11:00 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 22:11:00 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 22:11:00 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 22:11:00 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 22:11:00 -0400
+
+
+Started GET "/assets/bundle.self-3ffcecf1c415316922f02ba32d544ae9e03c4bfb4c40c187bb47fb6c194bd51a.js?body=1" for ::1 at 2016-08-29 22:11:00 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 22:11:00 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-29 22:11:00 -0400
+
+
+Started GET "/" for ::1 at 2016-08-29 22:11:01 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 22:11:01 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 22:11:01 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 22:11:01 -0400
+
+
+Started GET "/assets/bundle.self-3ffcecf1c415316922f02ba32d544ae9e03c4bfb4c40c187bb47fb6c194bd51a.js?body=1" for ::1 at 2016-08-29 22:11:01 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 22:11:01 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 22:11:01 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 22:11:01 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-29 22:11:01 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-29 22:11:03 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[36mBank Load (0.2ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 16ms (Views: 15.2ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-08-29 22:11:38 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 388ms (Views: 387.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 22:11:39 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 22:11:39 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 22:11:39 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 22:11:39 -0400
+
+
+Started GET "/assets/bundle.self-7c300b3c80fa01d89c2644d05e15c9e4d65095bdba902247b51d8bbbbe7c9d66.js?body=1" for ::1 at 2016-08-29 22:11:39 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 22:11:39 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 22:11:39 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-29 22:11:39 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-29 22:11:41 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[35mBank Load (0.2ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (0.8ms)
+Completed 200 OK in 17ms (Views: 15.5ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-08-29 22:13:12 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 340ms (Views: 340.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 22:13:12 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 22:13:12 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 22:13:12 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 22:13:12 -0400
+
+
+Started GET "/assets/bundle.self-a8a5bfd52509e8a723f1f274a3fe49c01d4eefb23f9525a16976d2b95ed41edc.js?body=1" for ::1 at 2016-08-29 22:13:12 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 22:13:12 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 22:13:12 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-29 22:13:12 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-29 22:13:14 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 16ms (Views: 14.9ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-29 22:13:16 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[35mBank Load (0.2ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (0.8ms)
+Completed 200 OK in 16ms (Views: 14.8ms | ActiveRecord: 0.2ms)
+
+
+Started GET "/" for ::1 at 2016-08-29 22:13:29 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 339ms (Views: 338.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 22:13:29 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 22:13:29 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 22:13:29 -0400
+
+
+Started GET "/assets/bundle.self-31f5d3533c27699948ae4914b958ee0685c78c3b5062c4349655fde32fec7a73.js?body=1" for ::1 at 2016-08-29 22:13:29 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 22:13:29 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 22:13:29 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 22:13:29 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-29 22:13:29 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-29 22:13:31 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 17ms (Views: 15.5ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-29 22:44:17 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 382ms (Views: 381.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 22:44:17 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 22:44:17 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 22:44:17 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 22:44:17 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 22:44:18 -0400
+
+
+Started GET "/assets/bundle.self-ae17cbe4d8e2d71a5d70135b49593bdbb1e800b58ad9e98793306cbee2cb7cac.js?body=1" for ::1 at 2016-08-29 22:44:18 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 22:44:18 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-29 22:44:18 -0400
+
+
+Started GET "/" for ::1 at 2016-08-29 22:44:19 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 26ms (Views: 25.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-29 22:44:19 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-29 22:44:19 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-29 22:44:19 -0400
+
+
+Started GET "/assets/bundle.self-ae17cbe4d8e2d71a5d70135b49593bdbb1e800b58ad9e98793306cbee2cb7cac.js?body=1" for ::1 at 2016-08-29 22:44:19 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-29 22:44:19 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-29 22:44:19 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-29 22:44:19 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-29 22:44:19 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-29 22:44:21 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (0.7ms)
+Completed 200 OK in 16ms (Views: 15.1ms | ActiveRecord: 0.3ms)
+ [1m[36mActiveRecord::SchemaMigration Load (1.0ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Migrating to UpdateColumnFormat (20160830154900)
+ [1m[35m (0.5ms)[0m BEGIN
+ [1m[36m (24.0ms)[0m [1mALTER TABLE "banks" ADD "tel_number" character varying[0m
+ [1m[35m (0.4ms)[0m ALTER TABLE "banks" ADD "street_address" character varying
+ [1m[36m (0.3ms)[0m [1mALTER TABLE "banks" ADD "state" character varying[0m
+ [1m[35m (9.3ms)[0m ALTER TABLE "banks" DROP "address"
+ [1m[36m (0.6ms)[0m [1mALTER TABLE "banks" DROP "state_code"[0m
+ [1m[35m (0.5ms)[0m ALTER TABLE "banks" DROP "tel_area_code"
+ [1m[36m (0.5ms)[0m [1mALTER TABLE "banks" DROP "tel_prefix"[0m
+ [1m[35m (0.3ms)[0m ALTER TABLE "banks" DROP "tel_suffix"
+ [1m[36m (35.0ms)[0m [1mALTER TABLE "banks" ALTER COLUMN "last_change_date" TYPE character varying[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "schema_migrations" ("version") VALUES ($1) [["version", "20160830154900"]]
+ [1m[36m (416.0ms)[0m [1mCOMMIT[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.3ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (5.4ms)[0m [1mSELECT t2.oid::regclass::text AS to_table, a1.attname AS column, a2.attname AS primary_key, c.conname AS name, c.confupdtype AS on_update, c.confdeltype AS on_delete
+FROM pg_constraint c
+JOIN pg_class t1 ON c.conrelid = t1.oid
+JOIN pg_class t2 ON c.confrelid = t2.oid
+JOIN pg_attribute a1 ON a1.attnum = c.conkey[1] AND a1.attrelid = t1.oid
+JOIN pg_attribute a2 ON a2.attnum = c.confkey[1] AND a2.attrelid = t2.oid
+JOIN pg_namespace t3 ON c.connamespace = t3.oid
+WHERE c.contype = 'f'
+ AND t1.relname = 'banks'
+ AND t3.nspname = ANY (current_schemas(false))
+ORDER BY c.conname
+[0m
+ [1m[36m (5026.3ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+PG::ObjectInUse: ERROR: database "ZipChallenge_development" is being accessed by other users
+DETAIL: There is 1 other session using the database.
+: DROP DATABASE IF EXISTS "ZipChallenge_development"
+ [1m[35m (381.5ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (2.1ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+PG::DuplicateDatabase: ERROR: database "ZipChallenge_development" already exists
+: CREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'
+ [1m[35m (739.4ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (5.3ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (8.3ms)[0m DROP TABLE "banks" CASCADE
+ [1m[36m (9.0ms)[0m [1mCREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" character varying, "new_routing_num" character varying, "cust_name" text, "city" text, "zipcode" character varying, "zipcode_ext" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "tel_number" character varying, "street_address" character varying, "state" character varying) [0m
+ [1m[35m (0.5ms)[0m SELECT version FROM "schema_migrations"
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (12.0ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" character varying, "new_routing_num" character varying, "cust_name" text, "city" text, "zipcode" character varying, "zipcode_ext" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "tel_number" character varying, "street_address" character varying, "state" character varying)
+ [1m[36m (2.8ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.4ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.4ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160830154900')
+ [1m[36m (0.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.3ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36m (0.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160826185127')[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.8ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (5027.4ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+PG::ObjectInUse: ERROR: database "ZipChallenge_development" is being accessed by other users
+DETAIL: There is 1 other session using the database.
+: DROP DATABASE IF EXISTS "ZipChallenge_development"
+ [1m[35m (122.6ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (0.7ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+PG::DuplicateDatabase: ERROR: database "ZipChallenge_development" already exists
+: CREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'
+ [1m[35m (248.2ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (5.5ms)[0m DROP TABLE "banks" CASCADE
+ [1m[36m (10.5ms)[0m [1mCREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" character varying, "new_routing_num" character varying, "cust_name" text, "city" text, "zipcode" character varying, "zipcode_ext" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "tel_number" character varying, "street_address" character varying, "state" character varying) [0m
+ [1m[35m (0.6ms)[0m SELECT version FROM "schema_migrations"
+ [1m[36mSQL (0.7ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (12.5ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" character varying, "new_routing_num" character varying, "cust_name" text, "city" text, "zipcode" character varying, "zipcode_ext" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "tel_number" character varying, "street_address" character varying, "state" character varying)
+ [1m[36m (4.2ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (2.0ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.8ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (1.1ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160830154900')
+ [1m[36m (0.6ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36m (0.5ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160826185127')[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.9ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (5025.7ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+PG::ObjectInUse: ERROR: database "ZipChallenge_development" is being accessed by other users
+DETAIL: There is 1 other session using the database.
+: DROP DATABASE IF EXISTS "ZipChallenge_development"
+ [1m[35m (122.8ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (1.1ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+PG::DuplicateDatabase: ERROR: database "ZipChallenge_development" already exists
+: CREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'
+ [1m[35m (253.3ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (6.4ms)[0m DROP TABLE "banks" CASCADE
+ [1m[36m (11.7ms)[0m [1mCREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" character varying, "new_routing_num" character varying, "cust_name" text, "city" text, "zipcode" character varying, "zipcode_ext" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "tel_number" character varying, "street_address" character varying, "state" character varying) [0m
+ [1m[35m (0.8ms)[0m SELECT version FROM "schema_migrations"
+ [1m[36mSQL (0.7ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (10.1ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" character varying, "new_routing_num" character varying, "cust_name" text, "city" text, "zipcode" character varying, "zipcode_ext" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "tel_number" character varying, "street_address" character varying, "state" character varying)
+ [1m[36m (2.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.7ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.6ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160830154900')
+ [1m[36m (0.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.4ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36m (0.4ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160826185127')[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.6ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (1.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["street_address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_number", "866-234-5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.834530"], ["updated_at", "2016-08-30 16:01:18.834530"]]
+ [1m[36m (7.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011000028"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-07-28"], ["new_routing_num", "00000000"], ["cust_name", "STATE STREET BANK AND TRUST COMPANY"], ["street_address", "JAB2NW"], ["city", "N. QUINCY"], ["state", "MA"], ["zipcode", "02171"], ["zipcode_ext", "0000"], ["tel_number", "617-664-2400"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.849096"], ["updated_at", "2016-08-30 16:01:18.849096"]]
+ [1m[35m (6.0ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011000138"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-10-13"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA, N.A."], ["street_address", "8001 VILLA PARK DRIVE"], ["city", "HENRICO"], ["state", "VA"], ["zipcode", "23228"], ["zipcode_ext", "0000"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.857963"], ["updated_at", "2016-08-30 16:01:18.857963"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011000206"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A"], ["street_address", "PO BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.861108"], ["updated_at", "2016-08-30 16:01:18.861108"]]
+ [1m[35m (0.2ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011000390"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A"], ["street_address", "PO BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.863726"], ["updated_at", "2016-08-30 16:01:18.863726"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011000536"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-11-14"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL HOME LOAN BK BOST"], ["street_address", "9TH FLOOR"], ["city", "BOSTON"], ["state", "MA"], ["zipcode", "02199"], ["zipcode_ext", "0000"], ["tel_number", "617-292-9790"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.866246"], ["updated_at", "2016-08-30 16:01:18.866246"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011001234"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-26"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF NEW YORK MELLON"], ["street_address", "500 ROSS ST., 154-0960"], ["city", "PITTSBURGH"], ["state", "PA"], ["zipcode", "15262"], ["zipcode_ext", "0000"], ["tel_number", "412-236-3338"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.868801"], ["updated_at", "2016-08-30 16:01:18.868801"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011001276"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2008-03-06"], ["new_routing_num", "00000000"], ["cust_name", "ONEUNITED BANK"], ["street_address", "3683 CRENSHAW BL"], ["city", "LOS ANGELES"], ["state", "CA"], ["zipcode", "90016"], ["zipcode_ext", "0000"], ["tel_number", "877-663-8648"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.872069"], ["updated_at", "2016-08-30 16:01:18.872069"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011001331"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-07-02"], ["new_routing_num", "00000000"], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION"], ["street_address", "1 CITIZENS DRIVE"], ["city", "RIVERSIDE"], ["state", "RI"], ["zipcode", "02915"], ["zipcode_ext", "0000"], ["tel_number", "800-883-4224"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.874966"], ["updated_at", "2016-08-30 16:01:18.874966"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011001726"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-12"], ["new_routing_num", "00000000"], ["cust_name", "THE FIRST NATIONAL BANK OF IPSWICH"], ["street_address", "625 GEORGE WASHINGTON HWY"], ["city", "LINCOLN"], ["state", "RI"], ["zipcode", "02865"], ["zipcode_ext", "0000"], ["tel_number", "401-574-1920"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.877542"], ["updated_at", "2016-08-30 16:01:18.877542"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011001742"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA, N.A."], ["street_address", "PO BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.880038"], ["updated_at", "2016-08-30 16:01:18.880038"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011001881"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-14"], ["new_routing_num", "00000000"], ["cust_name", "FIDUCIARY TRUST CO"], ["street_address", "CASH MGMT"], ["city", "BOSTON"], ["state", "MA"], ["zipcode", "02205"], ["zipcode_ext", "5806"], ["tel_number", "617-292-6747"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.882546"], ["updated_at", "2016-08-30 16:01:18.882546"]]
+ [1m[35m (30.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011001962"], ["office_code", "O"], ["frb_num", 121000374], ["record_type_code", 2], ["last_change_date", "2012-08-03"], ["new_routing_num", "12220395"], ["cust_name", "CATHAY BANK"], ["street_address", "RS-14"], ["city", "ROSEMEAD"], ["state", "CA"], ["zipcode", "91770"], ["zipcode_ext", "0000"], ["tel_number", "626-582-7338"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.915515"], ["updated_at", "2016-08-30 16:01:18.915515"]]
+ [1m[36m (5.2ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011002343"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-18"], ["new_routing_num", "00000000"], ["cust_name", "BOSTON PRIVATE BK + TR CO"], ["street_address", "ATTN: ACH ORPERATIONS"], ["city", "BOSTON"], ["state", "MA"], ["zipcode", "02109"], ["zipcode_ext", "4603"], ["tel_number", "617-912-4231"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.923443"], ["updated_at", "2016-08-30 16:01:18.923443"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011002550"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-18"], ["new_routing_num", "00000000"], ["cust_name", "EASTERN BANK"], ["street_address", "195 MARKET STREET"], ["city", "LYNN"], ["state", "MA"], ["zipcode", "01901"], ["zipcode_ext", "0000"], ["tel_number", "800-327-8376"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.926221"], ["updated_at", "2016-08-30 16:01:18.926221"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011002725"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-27"], ["new_routing_num", "00000000"], ["cust_name", "COMMERCE BANK & TRUST CO"], ["street_address", "386 MAIN ST"], ["city", "WORCESTER"], ["state", "MA"], ["zipcode", "01615"], ["zipcode_ext", "0000"], ["tel_number", "508-797-6923"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.928756"], ["updated_at", "2016-08-30 16:01:18.928756"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011002877"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-04-26"], ["new_routing_num", "00000000"], ["cust_name", "EAST WEST BANK"], ["street_address", "9300 FLAIR DRIVE, 4TH FLOOR"], ["city", "EL MONTE"], ["state", "CA"], ["zipcode", "91731"], ["zipcode_ext", "0000"], ["tel_number", "626-371-8561"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.931431"], ["updated_at", "2016-08-30 16:01:18.931431"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011075150"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-10-17"], ["new_routing_num", "00000000"], ["cust_name", "SANTANDER BANK, N.A."], ["street_address", "601 PENN STREET"], ["city", "READING"], ["state", "PA"], ["zipcode", "19601"], ["zipcode_ext", "0000"], ["tel_number", "877-768-2265"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.933998"], ["updated_at", "2016-08-30 16:01:18.933998"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011075202"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-24"], ["new_routing_num", "00000000"], ["cust_name", "SOVEREIGN BANK"], ["street_address", "601 PENN STREET"], ["city", "READING"], ["state", "PA"], ["zipcode", "19601"], ["zipcode_ext", "0000"], ["tel_number", "877-768-2265"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.936698"], ["updated_at", "2016-08-30 16:01:18.936698"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011099071"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-09-30"], ["new_routing_num", "00000000"], ["cust_name", "FRB BOSTON HUMAN RESOURCES"], ["street_address", "1000 PEACHTREE STREET NE"], ["city", "ATLANTA"], ["state", "GA"], ["zipcode", "30309"], ["zipcode_ext", "0000"], ["tel_number", "866-234-5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.940312"], ["updated_at", "2016-08-30 16:01:18.940312"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011099660"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-09-30"], ["new_routing_num", "00000000"], ["cust_name", "FRB BOSTON ACCOUNTING DEPT."], ["street_address", "1000 PEACHTREE STREET NE"], ["city", "ATLANTA"], ["state", "GA"], ["zipcode", "30309"], ["zipcode_ext", "0000"], ["tel_number", "866-234-5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.943259"], ["updated_at", "2016-08-30 16:01:18.943259"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011100012"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["street_address", "PO BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.946013"], ["updated_at", "2016-08-30 16:01:18.946013"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011100106"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-03-11"], ["new_routing_num", "00000000"], ["cust_name", "WELLS FARGO BANK"], ["street_address", "MAC N9301-041"], ["city", "MINNEAPOLIS"], ["state", "MN"], ["zipcode", "55479"], ["zipcode_ext", "0000"], ["tel_number", "800-745-2426"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.948714"], ["updated_at", "2016-08-30 16:01:18.948714"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011100805"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A"], ["street_address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.951283"], ["updated_at", "2016-08-30 16:01:18.951283"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011100892"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-13"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["street_address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.953855"], ["updated_at", "2016-08-30 16:01:18.953855"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011100915"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["street_address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.956673"], ["updated_at", "2016-08-30 16:01:18.956673"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011101529"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["street_address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.959993"], ["updated_at", "2016-08-30 16:01:18.959993"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011101613"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01"], ["new_routing_num", "00000000"], ["cust_name", "WEBSTER BANK"], ["street_address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state", "CT"], ["zipcode", "06053"], ["zipcode_ext", "0000"], ["tel_number", "860-612-6522"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.962828"], ["updated_at", "2016-08-30 16:01:18.962828"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011101752"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-21"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["street_address", "PO BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.965347"], ["updated_at", "2016-08-30 16:01:18.965347"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011102133"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-10"], ["new_routing_num", "00000000"], ["cust_name", "CITIZENS NATIONAL BANK"], ["street_address", "182 MAIN ST"], ["city", "PUTMAN"], ["state", "CT"], ["zipcode", "06260"], ["zipcode_ext", "1933"], ["tel_number", "860-928-7921"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.967985"], ["updated_at", "2016-08-30 16:01:18.967985"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011102353"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2001-11-01"], ["new_routing_num", "00000000"], ["cust_name", "FIRST NAT BANK OF SUFFIELD"], ["street_address", "30 BRIDGE STREET"], ["city", "SUFFIELD"], ["state", "CT"], ["zipcode", "06078"], ["zipcode_ext", "0000"], ["tel_number", "860-668-3950"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.970611"], ["updated_at", "2016-08-30 16:01:18.970611"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011102502"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-08"], ["new_routing_num", "00000000"], ["cust_name", "UNION SAVINGS BANK"], ["street_address", "225 MAIN ST"], ["city", "DANBURY"], ["state", "CT"], ["zipcode", "06810"], ["zipcode_ext", "0000"], ["tel_number", "203-830-4200"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.974334"], ["updated_at", "2016-08-30 16:01:18.974334"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011102612"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-07-24"], ["new_routing_num", "00000000"], ["cust_name", "SALISBURY BANK & TRUST CO"], ["street_address", "100 MAIN STREET"], ["city", "CANAAN"], ["state", "CT"], ["zipcode", "06018"], ["zipcode_ext", "0000"], ["tel_number", "860-435-9801"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.977130"], ["updated_at", "2016-08-30 16:01:18.977130"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011102638"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-08"], ["new_routing_num", "00000000"], ["cust_name", "NATIONAL IRON BANK"], ["street_address", "PO BOX 565"], ["city", "SALISBURY"], ["state", "CT"], ["zipcode", "06068"], ["zipcode_ext", "0000"], ["tel_number", "860-435-2581"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.979815"], ["updated_at", "2016-08-30 16:01:18.979815"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011102667"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-07-24"], ["new_routing_num", "01110261"], ["cust_name", "SALISBURY BANK & TRUST CO."], ["street_address", "100 MAIN STREET"], ["city", "CANAAN"], ["state", "CT"], ["zipcode", "06018"], ["zipcode_ext", "0000"], ["tel_number", "860-435-9801"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.982462"], ["updated_at", "2016-08-30 16:01:18.982462"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011103080"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-21"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["street_address", "PO BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.985020"], ["updated_at", "2016-08-30 16:01:18.985020"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011103093"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-27"], ["new_routing_num", "00000000"], ["cust_name", "TD BANK NA"], ["street_address", "P.O. BOX 1377"], ["city", "LEWISTON"], ["state", "ME"], ["zipcode", "04240"], ["zipcode_ext", "1377"], ["tel_number", "877-898-7821"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.987746"], ["updated_at", "2016-08-30 16:01:18.987746"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011103129"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2002-05-13"], ["new_routing_num", "00000000"], ["cust_name", "JEWETT CITY SAVINGS BANK"], ["street_address", "135 DARLING DR"], ["city", "AVON"], ["state", "CT"], ["zipcode", "06001"], ["zipcode_ext", "4218"], ["tel_number", "860-376-4444"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.991118"], ["updated_at", "2016-08-30 16:01:18.991118"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011104047"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["street_address", "PO BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.993969"], ["updated_at", "2016-08-30 16:01:18.993969"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011104050"], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01"], ["new_routing_num", "00000000"], ["cust_name", "WEBSTER BANK"], ["street_address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state", "CT"], ["zipcode", "06053"], ["zipcode_ext", "0000"], ["tel_number", "860-612-6522"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.996594"], ["updated_at", "2016-08-30 16:01:18.996594"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011104131"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-26"], ["new_routing_num", "00000000"], ["cust_name", "PEOPLES BANK"], ["street_address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state", "CT"], ["zipcode", "06601"], ["zipcode_ext", "0000"], ["tel_number", "203-338-7171"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:18.999206"], ["updated_at", "2016-08-30 16:01:18.999206"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011104173"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-04-28"], ["new_routing_num", "00000000"], ["cust_name", "FIRST NIAGARA BANK, NA"], ["street_address", "P.O. BOX 886"], ["city", "LOCKPORT"], ["state", "NY"], ["zipcode", "14095"], ["zipcode_ext", "0886"], ["tel_number", "800-421-0004"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.001745"], ["updated_at", "2016-08-30 16:01:19.001745"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011104199"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-26"], ["new_routing_num", "00000000"], ["cust_name", "PEOPLES BANK"], ["street_address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state", "CT"], ["zipcode", "06601"], ["zipcode_ext", "0000"], ["tel_number", "203-338-7171"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.004500"], ["updated_at", "2016-08-30 16:01:19.004500"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011104209"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01"], ["new_routing_num", "00000000"], ["cust_name", "WEBSTER BANK"], ["street_address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state", "CT"], ["zipcode", "06053"], ["zipcode_ext", "0000"], ["tel_number", "860-612-6522"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.007777"], ["updated_at", "2016-08-30 16:01:19.007777"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011104283"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-08-03"], ["new_routing_num", "21117418"], ["cust_name", "SAVINGS INSTITUTE"], ["street_address", "803 MAIN ST"], ["city", "WILLIMANTIC"], ["state", "CT"], ["zipcode", "06226"], ["zipcode_ext", "0000"], ["tel_number", "860-456-6565"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.010758"], ["updated_at", "2016-08-30 16:01:19.010758"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011104322"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2010-02-01"], ["new_routing_num", "21117010"], ["cust_name", "WEBSTER BANK N.A"], ["street_address", "436 SLATER ROAD"], ["city", "NEW BRITAIN"], ["state", "CT"], ["zipcode", "06053"], ["zipcode_ext", "0000"], ["tel_number", "860-612-6522"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.013393"], ["updated_at", "2016-08-30 16:01:19.013393"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011104335"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-09-17"], ["new_routing_num", "00000000"], ["cust_name", "PRIME BANK"], ["street_address", "7 OLD TAVERN ROAD"], ["city", "ORANGE"], ["state", "CT"], ["zipcode", "06477"], ["zipcode_ext", "0696"], ["tel_number", "203-799-1299"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.015932"], ["updated_at", "2016-08-30 16:01:19.015932"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011104351"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2002-05-08"], ["new_routing_num", "00000000"], ["cust_name", "SIMSBURY BANK & TRUST"], ["street_address", "760 HOPEMEADOW STREET"], ["city", "SIMSBURY"], ["state", "CT"], ["zipcode", "06070"], ["zipcode_ext", "0000"], ["tel_number", "860-651-2097"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.018727"], ["updated_at", "2016-08-30 16:01:19.018727"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011110552"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-09"], ["new_routing_num", "00000000"], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION"], ["street_address", "1 CITIZENS DRIVE"], ["city", "RIVERSIDE"], ["state", "RI"], ["zipcode", "02915"], ["zipcode_ext", "0000"], ["tel_number", "800-883-4224"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.021567"], ["updated_at", "2016-08-30 16:01:19.021567"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011110617"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-15"], ["new_routing_num", "00000000"], ["cust_name", "BANKERS' BANK NORTHEAST"], ["street_address", "43 WESTERN BOULEVARD"], ["city", "GLASTONBURY"], ["state", "CT"], ["zipcode", "06033"], ["zipcode_ext", "0000"], ["tel_number", "860-266-2359"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.024656"], ["updated_at", "2016-08-30 16:01:19.024656"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011110620"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2009-08-10"], ["new_routing_num", "21117417"], ["cust_name", "NAUGATUCK SAVINGS BANK"], ["street_address", "PO BOX 370"], ["city", "NAUGATUCK"], ["state", "CT"], ["zipcode", "06770"], ["zipcode_ext", "0370"], ["tel_number", "203-720-5381"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.027500"], ["updated_at", "2016-08-30 16:01:19.027500"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011110633"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-11-19"], ["new_routing_num", "21187202"], ["cust_name", "UNITED BANK"], ["street_address", "95 ELM STREET"], ["city", "WEST SPRINGFIELD"], ["state", "MA"], ["zipcode", "01089"], ["zipcode_ext", "0000"], ["tel_number", "413-787-1700"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.030083"], ["updated_at", "2016-08-30 16:01:19.030083"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011110646"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-11-19"], ["new_routing_num", "21187202"], ["cust_name", "UNITED BANK"], ["street_address", "95 ELM STREET"], ["city", "WEST SPRINGFIELD"], ["state", "MA"], ["zipcode", "01089"], ["zipcode_ext", "0000"], ["tel_number", "413-787-1700"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.032672"], ["updated_at", "2016-08-30 16:01:19.032672"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011110659"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-08-19"], ["new_routing_num", "21117028"], ["cust_name", "LIBERTY BANK"], ["street_address", "315 MAIN ST."], ["city", "MIDDLETOWN"], ["state", "CT"], ["zipcode", "06457"], ["zipcode_ext", "0000"], ["tel_number", "860-344-7243"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.035204"], ["updated_at", "2016-08-30 16:01:19.035204"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011110675"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01"], ["new_routing_num", "00000000"], ["cust_name", "WEBSTER BANK"], ["street_address", "132 GRAND ST"], ["city", "WATERBURY"], ["state", "CT"], ["zipcode", "06702"], ["zipcode_ext", "1909"], ["tel_number", "860-612-6522"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.038337"], ["updated_at", "2016-08-30 16:01:19.038337"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011110688"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-08-19"], ["new_routing_num", "21117028"], ["cust_name", "LIBERTY BANK"], ["street_address", "315 MAIN ST."], ["city", "MIDDLETOWN"], ["state", "CT"], ["zipcode", "06457"], ["zipcode_ext", "0000"], ["tel_number", "860-344-7243"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.041404"], ["updated_at", "2016-08-30 16:01:19.041404"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011110701"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01"], ["new_routing_num", "00000000"], ["cust_name", "WEBSTER BANK N.A."], ["street_address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state", "CT"], ["zipcode", "06053"], ["zipcode_ext", "0000"], ["tel_number", "860-612-6522"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.044177"], ["updated_at", "2016-08-30 16:01:19.044177"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011110730"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-20"], ["new_routing_num", "00000000"], ["cust_name", "QUINNIPIAC BANK & TRUST"], ["street_address", "2704 DIXWELL AVENUE"], ["city", "HAMDEN"], ["state", "CT"], ["zipcode", "06514"], ["zipcode_ext", "0000"], ["tel_number", "203-287-1473"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.046688"], ["updated_at", "2016-08-30 16:01:19.046688"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011110743"], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-10"], ["new_routing_num", "00000000"], ["cust_name", "THE CITIZENS NATIONAL BANK"], ["street_address", "182 MAIN ST, PO BOX 6002"], ["city", "PUTNAM"], ["state", "CT"], ["zipcode", "06260"], ["zipcode_ext", "0000"], ["tel_number", "860-928-7921"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.049411"], ["updated_at", "2016-08-30 16:01:19.049411"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011110756"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-05-01"], ["new_routing_num", "00000000"], ["cust_name", "START COMMUNITY BANK"], ["street_address", "P O BOX 3110"], ["city", "NEW HAVEN"], ["state", "CT"], ["zipcode", "06513"], ["zipcode_ext", "0000"], ["tel_number", "877-687-1133"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.051963"], ["updated_at", "2016-08-30 16:01:19.051963"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011175212"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-18"], ["new_routing_num", "00000000"], ["cust_name", "INSURBANC"], ["street_address", "10 EXECUTIVE DRIVE"], ["city", "FARMINGTON"], ["state", "CT"], ["zipcode", "06032"], ["zipcode_ext", "0000"], ["tel_number", "860-674-2304"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.054923"], ["updated_at", "2016-08-30 16:01:19.054923"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011175319"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-06-27"], ["new_routing_num", "00000000"], ["cust_name", "ROCKVILLE BANK"], ["street_address", "1645 ELLINGTON RD"], ["city", "SOUTH WINDSOR"], ["state", "CT"], ["zipcode", "06074"], ["zipcode_ext", "0000"], ["tel_number", "860-291-3797"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.057858"], ["updated_at", "2016-08-30 16:01:19.057858"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011175351"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-11"], ["new_routing_num", "00000000"], ["cust_name", "DIME BANK"], ["street_address", "290 SALEM TURNPIKE"], ["city", "NORWICH"], ["state", "CT"], ["zipcode", "06360"], ["zipcode_ext", "0000"], ["tel_number", "856-859-4300"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.060591"], ["updated_at", "2016-08-30 16:01:19.060591"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011200022"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-08-21"], ["new_routing_num", "00000000"], ["cust_name", "KEY BANK NATIONAL ASSOCIATION"], ["street_address", "OH 01-51-0640"], ["city", "BROOKLYN"], ["state", "OH"], ["zipcode", "44144"], ["zipcode_ext", "0000"], ["tel_number", "800-304-9856"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.063164"], ["updated_at", "2016-08-30 16:01:19.063164"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011200051"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["street_address", "PO BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.065771"], ["updated_at", "2016-08-30 16:01:19.065771"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011200365"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-10-13"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA, N.A."], ["street_address", "8001 VILLA PARK DRIVE"], ["city", "HENRICO"], ["state", "VA"], ["zipcode", "23228"], ["zipcode_ext", "0000"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.068378"], ["updated_at", "2016-08-30 16:01:19.068378"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011200475"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-07-17"], ["new_routing_num", "21127438"], ["cust_name", "BANGOR SAVINGS BANK"], ["street_address", "19 MAIN AVE."], ["city", "BANGOR"], ["state", "ME"], ["zipcode", "04401"], ["zipcode_ext", "0000"], ["tel_number", "207-942-5211"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.070974"], ["updated_at", "2016-08-30 16:01:19.070974"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011200585"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2001-11-19"], ["new_routing_num", "00000000"], ["cust_name", "DAMARISCOTTA BK&TR CO"], ["street_address", "P. O. BOX 999"], ["city", "DAMARISCOTTA"], ["state", "ME"], ["zipcode", "04543"], ["zipcode_ext", "0999"], ["tel_number", "207-563-8121"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.074208"], ["updated_at", "2016-08-30 16:01:19.074208"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011200608"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-08-21"], ["new_routing_num", "00000000"], ["cust_name", "KEY BANK NATIONAL ASSOCIATION"], ["street_address", "OH 01-51-0640"], ["city", "BROOKLYN"], ["state", "OH"], ["zipcode", "44144"], ["zipcode_ext", "0000"], ["tel_number", "800-304-9856"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.077149"], ["updated_at", "2016-08-30 16:01:19.077149"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011201115"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-13"], ["new_routing_num", "00000000"], ["cust_name", "BAR HARBOR BANK & TRUST"], ["street_address", "P.O. BOX 1089"], ["city", "ELLSWORTH"], ["state", "ME"], ["zipcode", "04605"], ["zipcode_ext", "1089"], ["tel_number", "207-288-3314"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.079806"], ["updated_at", "2016-08-30 16:01:19.079806"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011201306"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2006-10-03"], ["new_routing_num", "01120145"], ["cust_name", "CAMDEN NATIONAL BANK"], ["street_address", "245 COMMERCIAL STREET"], ["city", "ROCKPORT"], ["state", "ME"], ["zipcode", "04856"], ["zipcode_ext", "0000"], ["tel_number", "800-860-8821"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.082463"], ["updated_at", "2016-08-30 16:01:19.082463"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011201335"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2011-06-27"], ["new_routing_num", "21127445"], ["cust_name", "TD BANK NA"], ["street_address", "P.O. BOX 1377"], ["city", "LEWISTON"], ["state", "ME"], ["zipcode", "04240"], ["zipcode_ext", "1377"], ["tel_number", "877-898-7821"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.085102"], ["updated_at", "2016-08-30 16:01:19.085102"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011201380"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2008-03-14"], ["new_routing_num", "00000000"], ["cust_name", "CAMDEN NATIONAL BANK"], ["street_address", "245 COMMERCIAL STREET"], ["city", "ROCKPORT"], ["state", "ME"], ["zipcode", "04856"], ["zipcode_ext", "0000"], ["tel_number", "800-860-8821"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.088274"], ["updated_at", "2016-08-30 16:01:19.088274"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011201403"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-06-25"], ["new_routing_num", "00000000"], ["cust_name", "NORTHEAST BANK"], ["street_address", "500 CANAL ST."], ["city", "LEWISTON"], ["state", "ME"], ["zipcode", "04240"], ["zipcode_ext", "0000"], ["tel_number", "207-786-3245"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.091578"], ["updated_at", "2016-08-30 16:01:19.091578"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011201432"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24"], ["new_routing_num", "00000000"], ["cust_name", "PEOPLE'S UNITED BANK"], ["street_address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state", "CT"], ["zipcode", "06601"], ["zipcode_ext", "0000"], ["tel_number", "203-338-7171"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.094516"], ["updated_at", "2016-08-30 16:01:19.094516"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011201458"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-09-10"], ["new_routing_num", "00000000"], ["cust_name", "CAMDEN NATIONAL BANK"], ["street_address", "245 COMMERCIAL STREET"], ["city", "ROCKPORT"], ["state", "ME"], ["zipcode", "04856"], ["zipcode_ext", "0000"], ["tel_number", "800-860-8821"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.097103"], ["updated_at", "2016-08-30 16:01:19.097103"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011201490"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2008-06-13"], ["new_routing_num", "21127246"], ["cust_name", "SAVINGS BANK OF MAINE"], ["street_address", "190 WATER ST"], ["city", "GARDINER"], ["state", "ME"], ["zipcode", "04345"], ["zipcode_ext", "0190"], ["tel_number", "207-582-5550"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.099946"], ["updated_at", "2016-08-30 16:01:19.099946"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011201500"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24"], ["new_routing_num", "00000000"], ["cust_name", "PEOPLE'S UNITED BANK"], ["street_address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state", "CT"], ["zipcode", "06601"], ["zipcode_ext", "0000"], ["tel_number", "203-338-7171"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.103053"], ["updated_at", "2016-08-30 16:01:19.103053"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011201526"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24"], ["new_routing_num", "00000000"], ["cust_name", "PEOPLE'S UNITED BANK"], ["street_address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state", "CT"], ["zipcode", "06601"], ["zipcode_ext", "0000"], ["tel_number", "203-338-7171"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.106304"], ["updated_at", "2016-08-30 16:01:19.106304"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011201539"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-13"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["street_address", "PO BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.109119"], ["updated_at", "2016-08-30 16:01:19.109119"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011201759"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-08-04"], ["new_routing_num", "00000000"], ["cust_name", "BAR HARBOR BANK & TRUST"], ["street_address", "P. O. BOX 1089"], ["city", "ELLSWORTH"], ["state", "ME"], ["zipcode", "04605"], ["zipcode_ext", "1089"], ["tel_number", "207-288-3314"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.111940"], ["updated_at", "2016-08-30 16:01:19.111940"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011201762"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10"], ["new_routing_num", "00000000"], ["cust_name", "THE FIRST, N.A."], ["street_address", "7 BRISTOL ROAD"], ["city", "DAMARISCOTTA"], ["state", "ME"], ["zipcode", "04543"], ["zipcode_ext", "0000"], ["tel_number", "207-563-3195"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.114505"], ["updated_at", "2016-08-30 16:01:19.114505"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011201830"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10"], ["new_routing_num", "00000000"], ["cust_name", "THE FIRST, N.A."], ["street_address", "7 BRISTOL ROAD"], ["city", "DAMARISCOTTA"], ["state", "ME"], ["zipcode", "04543"], ["zipcode_ext", "0000"], ["tel_number", "207-563-3195"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.117011"], ["updated_at", "2016-08-30 16:01:19.117011"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011201995"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10"], ["new_routing_num", "00000000"], ["cust_name", "ANDROSCOGGIN SAVINGS BANK"], ["street_address", "PO BOX 1407"], ["city", "LEWISTON"], ["state", "ME"], ["zipcode", "04243"], ["zipcode_ext", "7116"], ["tel_number", "207-784-9164"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.120095"], ["updated_at", "2016-08-30 16:01:19.120095"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011202392"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10"], ["new_routing_num", "00000000"], ["cust_name", "KATAHDIN TRUST COMPANY"], ["street_address", "P. O. BOX 36"], ["city", "HOULTON"], ["state", "ME"], ["zipcode", "04730"], ["zipcode_ext", "0000"], ["tel_number", "207-521-0455"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.122928"], ["updated_at", "2016-08-30 16:01:19.122928"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011202907"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2008-09-22"], ["new_routing_num", "21127246"], ["cust_name", "SAVINGS BANK OF MAINE"], ["street_address", "190 WATER ST"], ["city", "GARDINER"], ["state", "ME"], ["zipcode", "04345"], ["zipcode_ext", "0190"], ["tel_number", "207-582-5550"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.125669"], ["updated_at", "2016-08-30 16:01:19.125669"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011202910"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-09"], ["new_routing_num", "00000000"], ["cust_name", "TD BANK USA, NA"], ["street_address", "140 MILL STREET"], ["city", "LEWISTON"], ["state", "ME"], ["zipcode", "04240"], ["zipcode_ext", "0000"], ["tel_number", "207-755-6126"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.128210"], ["updated_at", "2016-08-30 16:01:19.128210"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011202923"], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-23"], ["new_routing_num", "00000000"], ["cust_name", "DAMARISCOTTA BANK & TRUST COMPANY"], ["street_address", "P.O. BOX 999"], ["city", "DAMARISCOTTA"], ["state", "ME"], ["zipcode", "04543"], ["zipcode_ext", "0000"], ["tel_number", "207-563-8121"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.130736"], ["updated_at", "2016-08-30 16:01:19.130736"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011202936"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-23"], ["new_routing_num", "00000000"], ["cust_name", "THE FIRST, NATIONAL ASSOCIATION"], ["street_address", "PO BOX 940"], ["city", "DAMARISCOTTA"], ["state", "ME"], ["zipcode", "04543"], ["zipcode_ext", "0940"], ["tel_number", "207-563-3195"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.133403"], ["updated_at", "2016-08-30 16:01:19.133403"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011275251"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-17"], ["new_routing_num", "00000000"], ["cust_name", "BANGOR SAVINGS BK"], ["street_address", "19 MAINE AVE"], ["city", "BANGOR"], ["state", "ME"], ["zipcode", "04401"], ["zipcode_ext", "0000"], ["tel_number", "207-974-5211"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.135916"], ["updated_at", "2016-08-30 16:01:19.135916"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011275303"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2007-07-17"], ["new_routing_num", "00000000"], ["cust_name", "GORHAM SAVINGS BANK"], ["street_address", "10 WENTWORTH DR"], ["city", "GORHAM"], ["state", "ME"], ["zipcode", "04038"], ["zipcode_ext", "0000"], ["tel_number", "207-222-1430"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.138772"], ["updated_at", "2016-08-30 16:01:19.138772"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011300142"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-08-12"], ["new_routing_num", "00000000"], ["cust_name", "COMMERCE BANK & TRUST CO"], ["street_address", "386 MAIN ST"], ["city", "WORCESTER"], ["state", "MA"], ["zipcode", "01615"], ["zipcode_ext", "0000"], ["tel_number", "508-797-6923"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.142160"], ["updated_at", "2016-08-30 16:01:19.142160"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011300595"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-13"], ["new_routing_num", "00000000"], ["cust_name", "CAMBRIDGE TRUST COMPANY"], ["street_address", "10 FAWCETT ST."], ["city", "CAMBRIDGE"], ["state", "MA"], ["zipcode", "02138"], ["zipcode_ext", "3809"], ["tel_number", "617-441-1560"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.144805"], ["updated_at", "2016-08-30 16:01:19.144805"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011300605"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["street_address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.147946"], ["updated_at", "2016-08-30 16:01:19.147946"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011301073"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-09"], ["new_routing_num", "00000000"], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION"], ["street_address", "1 CITIZENS DRIVE"], ["city", "RIVERSIDE"], ["state", "RI"], ["zipcode", "02915"], ["zipcode_ext", "0000"], ["tel_number", "800-883-4224"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.151152"], ["updated_at", "2016-08-30 16:01:19.151152"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011301390"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-05"], ["new_routing_num", "00000000"], ["cust_name", "CENTURY BANK & TRUST CO"], ["street_address", "400 MYSTIC AVE"], ["city", "MEDFORD"], ["state", "MA"], ["zipcode", "02155"], ["zipcode_ext", "0000"], ["tel_number", "781-393-4090"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.154801"], ["updated_at", "2016-08-30 16:01:19.154801"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011301536"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-11"], ["new_routing_num", "00000000"], ["cust_name", "EASTERN BANK"], ["street_address", "195 MARKET STREET"], ["city", "LYNN"], ["state", "MA"], ["zipcode", "01901"], ["zipcode_ext", "0000"], ["tel_number", "781-598-7897"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.157621"], ["updated_at", "2016-08-30 16:01:19.157621"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011301604"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-18"], ["new_routing_num", "00000000"], ["cust_name", "EASTERN BANK"], ["street_address", "195 MARKET STREET"], ["city", "LYNN"], ["state", "MA"], ["zipcode", "01901"], ["zipcode_ext", "0000"], ["tel_number", "800-327-8376"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.160240"], ["updated_at", "2016-08-30 16:01:19.160240"]]
+ [1m[35m (24.5ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011301646"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-08-01"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["street_address", "PO BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 16:01:19.187665"], ["updated_at", "2016-08-30 16:01:19.187665"]]
+ [1m[36m (16.7ms)[0m [1mCOMMIT[0m
+ [1m[36mBank Load (1.5ms)[0m [1mSELECT "banks".* FROM "banks" ORDER BY "banks"."id" ASC LIMIT 1[0m
+ [1m[35mBank Load (1.5ms)[0m SELECT "banks".* FROM "banks" ORDER BY "banks"."id" ASC LIMIT 1
+
+
+Started GET "/" for ::1 at 2016-08-30 12:03:23 -0400
+ [1m[36mActiveRecord::SchemaMigration Load (0.4ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.4ms)
+Completed 200 OK in 382ms (Views: 380.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-30 12:03:23 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-30 12:03:23 -0400
+
+
+Started GET "/assets/bundle.self-7adb7a031b695aa1496fede981a07d51fa984dec948844a7a8cdbcbbe9b9a9ca.js?body=1" for ::1 at 2016-08-30 12:03:24 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-30 12:03:24 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-30 12:03:24 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-30 12:03:24 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-30 12:03:24 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-30 12:03:24 -0400
+
+
+Started GET "/" for ::1 at 2016-08-30 12:03:26 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 19ms (Views: 19.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-30 12:03:27 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-30 12:03:27 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-30 12:03:27 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-30 12:03:27 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-30 12:03:27 -0400
+
+
+Started GET "/assets/bundle.self-7adb7a031b695aa1496fede981a07d51fa984dec948844a7a8cdbcbbe9b9a9ca.js?body=1" for ::1 at 2016-08-30 12:03:27 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-30 12:03:27 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-30 12:03:27 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-30 12:03:38 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[35mBank Load (4.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011000015"]]
+PG::FeatureNotSupported: ERROR: cached plan must not change result type
+: SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1
+ [1m[36mBank Load (0.8ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011000015"]]
+Completed 500 Internal Server Error in 36ms (ActiveRecord: 9.1ms)
+
+ActiveRecord::AssociationNotFoundError (Association named 'record_type' was not found on Bank; perhaps you misspelled it?):
+ app/controllers/banks_controller.rb:3:in `show'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.8ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.3ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (78.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-30 12:04:43 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 20ms (Views: 19.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-30 12:04:43 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-30 12:04:43 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-30 12:04:43 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-30 12:04:43 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-30 12:04:43 -0400
+
+
+Started GET "/assets/bundle.self-7adb7a031b695aa1496fede981a07d51fa984dec948844a7a8cdbcbbe9b9a9ca.js?body=1" for ::1 at 2016-08-30 12:04:43 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-30 12:04:43 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-30 12:04:43 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-30 12:04:46 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+Completed 500 Internal Server Error in 17ms (ActiveRecord: 0.0ms)
+
+NameError (undefined local variable or method `record_type' for #):
+ app/controllers/banks_controller.rb:3:in `show'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.6ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (74.6ms)
+
+
+Started GET "/" for ::1 at 2016-08-30 12:07:11 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 19ms (Views: 18.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-30 12:07:11 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-30 12:07:11 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-30 12:07:11 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-30 12:07:11 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-30 12:07:11 -0400
+
+
+Started GET "/assets/bundle.self-7adb7a031b695aa1496fede981a07d51fa984dec948844a7a8cdbcbbe9b9a9ca.js?body=1" for ::1 at 2016-08-30 12:07:11 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-30 12:07:11 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-30 12:07:11 -0400
+
+
+Started GET "/" for ::1 at 2016-08-30 12:07:12 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 19ms (Views: 18.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-30 12:07:12 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-30 12:07:12 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-30 12:07:12 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-30 12:07:12 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-30 12:07:12 -0400
+
+
+Started GET "/assets/bundle.self-7adb7a031b695aa1496fede981a07d51fa984dec948844a7a8cdbcbbe9b9a9ca.js?body=1" for ::1 at 2016-08-30 12:07:12 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-30 12:07:12 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-30 12:07:13 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-30 12:07:14 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[35mBank Load (0.4ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011000015"]]
+Completed 200 OK in 20ms (Views: 1.0ms | ActiveRecord: 4.0ms)
+
+
+Started GET "/" for ::1 at 2016-08-30 12:11:14 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 18ms (Views: 18.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-30 12:11:14 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-30 12:11:14 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-30 12:11:14 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-30 12:11:14 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-30 12:11:14 -0400
+
+
+Started GET "/assets/bundle.self-7adb7a031b695aa1496fede981a07d51fa984dec948844a7a8cdbcbbe9b9a9ca.js?body=1" for ::1 at 2016-08-30 12:11:14 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-30 12:11:14 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-30 12:11:14 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-30 12:11:16 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[36mBank Load (0.4ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011000015"]]
+Completed 500 Internal Server Error in 37ms (ActiveRecord: 3.7ms)
+
+NoMethodError (undefined method `includes' for #):
+ app/controllers/banks_controller.rb:3:in `show'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.3ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (71.8ms)
+
+
+Started GET "/" for ::1 at 2016-08-30 12:11:58 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 22ms (Views: 21.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-30 12:11:58 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-30 12:11:58 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-30 12:11:58 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-30 12:11:58 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-30 12:11:58 -0400
+
+
+Started GET "/assets/bundle.self-7adb7a031b695aa1496fede981a07d51fa984dec948844a7a8cdbcbbe9b9a9ca.js?body=1" for ::1 at 2016-08-30 12:11:58 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-30 12:11:58 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-30 12:11:59 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-30 12:12:00 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011000015"]]
+Completed 500 Internal Server Error in 18ms (ActiveRecord: 3.1ms)
+
+ActiveRecord::AssociationNotFoundError (Association named 'record_type' was not found on Bank; perhaps you misspelled it?):
+ app/controllers/banks_controller.rb:3:in `show'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.6ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (74.1ms)
+
+
+Started GET "/" for ::1 at 2016-08-30 12:12:41 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 18ms (Views: 17.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-30 12:12:41 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-30 12:12:41 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-30 12:12:41 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-30 12:12:41 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-30 12:12:41 -0400
+
+
+Started GET "/assets/bundle.self-7adb7a031b695aa1496fede981a07d51fa984dec948844a7a8cdbcbbe9b9a9ca.js?body=1" for ::1 at 2016-08-30 12:12:41 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-30 12:12:41 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-30 12:12:42 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-30 12:12:44 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+Completed 500 Internal Server Error in 16ms (ActiveRecord: 0.0ms)
+
+NameError (undefined local variable or method `record_type' for #):
+ app/controllers/banks_controller.rb:3:in `show'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (2.9ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (74.9ms)
+
+
+Started GET "/" for ::1 at 2016-08-30 12:13:24 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 16ms (Views: 15.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-30 12:13:24 -0400
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-30 12:13:24 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-30 12:13:24 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-30 12:13:24 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-30 12:13:24 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-30 12:13:24 -0400
+
+
+Started GET "/assets/bundle.self-7adb7a031b695aa1496fede981a07d51fa984dec948844a7a8cdbcbbe9b9a9ca.js?body=1" for ::1 at 2016-08-30 12:13:24 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-30 12:13:24 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-30 12:13:26 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+Completed 500 Internal Server Error in 4ms (ActiveRecord: 0.0ms)
+
+NoMethodError (undefined method `record_type' for nil:NilClass):
+ app/controllers/banks_controller.rb:3:in `show'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.0ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.9ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (73.5ms)
+
+
+Started GET "/" for ::1 at 2016-08-30 12:17:49 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-30 12:17:49 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-30 12:17:49 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-30 12:17:49 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-30 12:17:49 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-30 12:17:49 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-30 12:17:49 -0400
+
+
+Started GET "/assets/bundle.self-7adb7a031b695aa1496fede981a07d51fa984dec948844a7a8cdbcbbe9b9a9ca.js?body=1" for ::1 at 2016-08-30 12:17:49 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-30 12:17:49 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-30 12:17:51 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+Completed 500 Internal Server Error in 18ms (ActiveRecord: 0.0ms)
+
+NameError (undefined local variable or method `record_type' for #):
+ app/controllers/banks_controller.rb:3:in `show'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.0ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (73.8ms)
+
+
+Started GET "/" for ::1 at 2016-08-30 12:17:53 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 17ms (Views: 16.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-30 12:17:53 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-30 12:17:53 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-30 12:17:53 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-30 12:17:53 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-30 12:17:53 -0400
+
+
+Started GET "/assets/bundle.self-7adb7a031b695aa1496fede981a07d51fa984dec948844a7a8cdbcbbe9b9a9ca.js?body=1" for ::1 at 2016-08-30 12:17:53 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-30 12:17:53 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-30 12:17:53 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-30 12:17:55 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+Completed 500 Internal Server Error in 19ms (ActiveRecord: 0.0ms)
+
+NameError (undefined local variable or method `record_type' for #):
+ app/controllers/banks_controller.rb:3:in `show'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.1ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (74.7ms)
+
+
+Started GET "/" for ::1 at 2016-08-30 12:18:18 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 18ms (Views: 18.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-30 12:18:18 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-30 12:18:18 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-30 12:18:18 -0400
+
+
+Started GET "/assets/bundle.self-7adb7a031b695aa1496fede981a07d51fa984dec948844a7a8cdbcbbe9b9a9ca.js?body=1" for ::1 at 2016-08-30 12:18:18 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-30 12:18:18 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-30 12:18:18 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-30 12:18:18 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-30 12:18:18 -0400
+
+
+Started GET "/" for ::1 at 2016-08-30 12:18:19 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 15ms (Views: 14.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-30 12:18:19 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-30 12:18:19 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-30 12:18:19 -0400
+
+
+Started GET "/assets/bundle.self-7adb7a031b695aa1496fede981a07d51fa984dec948844a7a8cdbcbbe9b9a9ca.js?body=1" for ::1 at 2016-08-30 12:18:19 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-30 12:18:19 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-30 12:18:19 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-30 12:18:19 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-30 12:18:20 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-30 12:18:21 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011000015"]]
+Completed 200 OK in 17ms (Views: 1.0ms | ActiveRecord: 3.1ms)
+
+
+Started GET "/" for ::1 at 2016-08-30 12:20:05 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-30 12:20:05 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-30 12:20:05 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-30 12:20:05 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-30 12:20:05 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-30 12:20:05 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-30 12:20:05 -0400
+
+
+Started GET "/assets/bundle.self-7adb7a031b695aa1496fede981a07d51fa984dec948844a7a8cdbcbbe9b9a9ca.js?body=1" for ::1 at 2016-08-30 12:20:05 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-30 12:20:05 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-30 12:20:07 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[35mBank Load (0.4ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011000015"]]
+Completed 500 Internal Server Error in 30ms (ActiveRecord: 3.4ms)
+
+NoMethodError (undefined method `merge' for #):
+ app/controllers/banks_controller.rb:4:in `show'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.1ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (71.8ms)
+
+
+Started GET "/" for ::1 at 2016-08-30 12:25:08 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 17ms (Views: 17.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-30 12:25:08 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-30 12:25:08 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-30 12:25:08 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-30 12:25:08 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-30 12:25:08 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-30 12:25:08 -0400
+
+
+Started GET "/assets/bundle.self-7adb7a031b695aa1496fede981a07d51fa984dec948844a7a8cdbcbbe9b9a9ca.js?body=1" for ::1 at 2016-08-30 12:25:08 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-30 12:25:08 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-30 12:25:09 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[36mBank Load (0.2ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011000015"]]
+Completed 500 Internal Server Error in 27ms (ActiveRecord: 3.3ms)
+
+NoMethodError (undefined method `<<' for #):
+ app/controllers/banks_controller.rb:4:in `show'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_source.erb (3.3ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.3ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/diagnostics.text.erb (83.9ms)
+
+
+Started GET "/" for ::1 at 2016-08-30 12:27:13 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 21ms (Views: 21.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-30 12:27:13 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-30 12:27:13 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-30 12:27:13 -0400
+
+
+Started GET "/assets/bundle.self-7adb7a031b695aa1496fede981a07d51fa984dec948844a7a8cdbcbbe9b9a9ca.js?body=1" for ::1 at 2016-08-30 12:27:13 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-30 12:27:13 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-30 12:27:13 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-30 12:27:13 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-30 12:27:13 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-30 12:27:14 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[35mBank Load (0.2ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011000015"]]
+Completed 200 OK in 17ms (Views: 1.0ms | ActiveRecord: 2.9ms)
+
+
+Started GET "/" for ::1 at 2016-08-30 12:27:45 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 17ms (Views: 16.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-30 12:27:45 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-30 12:27:45 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-30 12:27:45 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-30 12:27:45 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-30 12:27:45 -0400
+
+
+Started GET "/assets/bundle.self-7adb7a031b695aa1496fede981a07d51fa984dec948844a7a8cdbcbbe9b9a9ca.js?body=1" for ::1 at 2016-08-30 12:27:45 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-30 12:27:45 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-30 12:27:45 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-30 12:27:47 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[36mBank Load (0.2ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011000015"]]
+Completed 200 OK in 18ms (Views: 0.9ms | ActiveRecord: 3.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-30 13:07:00 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 56ms (Views: 55.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-30 13:07:00 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-30 13:07:00 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-30 13:07:00 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-30 13:07:00 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-30 13:07:00 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-30 13:07:00 -0400
+
+
+Started GET "/assets/bundle.self-7adb7a031b695aa1496fede981a07d51fa984dec948844a7a8cdbcbbe9b9a9ca.js?body=1" for ::1 at 2016-08-30 13:07:00 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-30 13:07:01 -0400
+
+
+Started GET "/" for ::1 at 2016-08-30 13:07:01 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 20ms (Views: 19.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-30 13:07:02 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-30 13:07:02 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-30 13:07:02 -0400
+
+
+Started GET "/assets/bundle.self-7adb7a031b695aa1496fede981a07d51fa984dec948844a7a8cdbcbbe9b9a9ca.js?body=1" for ::1 at 2016-08-30 13:07:02 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-30 13:07:02 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-30 13:07:02 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-30 13:07:02 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-30 13:07:02 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-30 13:07:03 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[35mBank Load (0.2ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011000015"]]
+Completed 200 OK in 19ms (Views: 1.0ms | ActiveRecord: 3.1ms)
+
+
+Started GET "/" for ::1 at 2016-08-30 13:07:11 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 16ms (Views: 16.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-30 13:07:11 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-30 13:07:11 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-30 13:07:11 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-30 13:07:11 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-30 13:07:11 -0400
+
+
+Started GET "/assets/bundle.self-7adb7a031b695aa1496fede981a07d51fa984dec948844a7a8cdbcbbe9b9a9ca.js?body=1" for ::1 at 2016-08-30 13:07:11 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-30 13:07:11 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-30 13:07:12 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-30 13:07:14 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011000015"]]
+Completed 200 OK in 2ms (Views: 0.8ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-30 13:07:52 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 21ms (Views: 21.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-30 13:07:52 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-30 13:07:52 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-30 13:07:52 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-30 13:07:52 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-30 13:07:52 -0400
+
+
+Started GET "/assets/bundle.self-7adb7a031b695aa1496fede981a07d51fa984dec948844a7a8cdbcbbe9b9a9ca.js?body=1" for ::1 at 2016-08-30 13:07:52 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-30 13:07:52 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-30 13:07:52 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-30 13:07:54 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[35mBank Load (0.2ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011000015"]]
+Completed 200 OK in 19ms (Views: 0.9ms | ActiveRecord: 3.1ms)
+
+
+Started GET "/" for ::1 at 2016-08-30 13:08:37 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 18ms (Views: 17.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-30 13:08:37 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-30 13:08:37 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-30 13:08:37 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-30 13:08:37 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-30 13:08:37 -0400
+
+
+Started GET "/assets/bundle.self-7adb7a031b695aa1496fede981a07d51fa984dec948844a7a8cdbcbbe9b9a9ca.js?body=1" for ::1 at 2016-08-30 13:08:37 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-30 13:08:37 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-30 13:08:37 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-30 13:08:38 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[36mBank Load (0.2ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (1.0ms)
+Completed 200 OK in 35ms (Views: 17.1ms | ActiveRecord: 3.1ms)
+
+
+Started GET "/" for ::1 at 2016-08-30 13:09:52 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 19ms (Views: 18.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-30 13:09:52 -0400
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-30 13:09:52 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-30 13:09:52 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-30 13:09:52 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-30 13:09:52 -0400
+
+
+Started GET "/assets/bundle.self-7adb7a031b695aa1496fede981a07d51fa984dec948844a7a8cdbcbbe9b9a9ca.js?body=1" for ::1 at 2016-08-30 13:09:52 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-30 13:09:52 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-30 13:09:52 -0400
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-30 13:09:54 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[35mBank Load (0.2ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (0.5ms)
+Completed 200 OK in 32ms (Views: 15.1ms | ActiveRecord: 3.1ms)
+ [1m[36m (5026.4ms)[0m [1mDROP DATABASE IF EXISTS "ZipChallenge_development"[0m
+PG::ObjectInUse: ERROR: database "ZipChallenge_development" is being accessed by other users
+DETAIL: There is 1 other session using the database.
+: DROP DATABASE IF EXISTS "ZipChallenge_development"
+ [1m[35m (558.3ms)[0m DROP DATABASE IF EXISTS "ZipChallenge_test"
+ [1m[36m (1.4ms)[0m [1mCREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'[0m
+PG::DuplicateDatabase: ERROR: database "ZipChallenge_development" already exists
+: CREATE DATABASE "ZipChallenge_development" ENCODING = 'unicode'
+ [1m[35m (708.9ms)[0m CREATE DATABASE "ZipChallenge_test" ENCODING = 'unicode'
+ [1m[36mSQL (0.4ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (20.3ms)[0m DROP TABLE "banks" CASCADE
+ [1m[36m (23.0ms)[0m [1mCREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" character varying, "new_routing_num" character varying, "cust_name" text, "city" text, "zipcode" character varying, "zipcode_ext" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "tel_number" character varying, "street_address" character varying, "state" character varying) [0m
+ [1m[35m (0.5ms)[0m SELECT version FROM "schema_migrations"
+ [1m[36mSQL (0.5ms)[0m [1mCREATE EXTENSION IF NOT EXISTS "plpgsql"[0m
+ [1m[35m (8.2ms)[0m CREATE TABLE "banks" ("id" serial primary key, "routing_num" character varying NOT NULL, "office_code" character varying, "frb_num" integer, "record_type_code" integer, "last_change_date" character varying, "new_routing_num" character varying, "cust_name" text, "city" text, "zipcode" character varying, "zipcode_ext" character varying, "inst_status__code" integer, "data_view_code" integer, "created_at" timestamp NOT NULL, "updated_at" timestamp NOT NULL, "tel_number" character varying, "street_address" character varying, "state" character varying)
+ [1m[36m (2.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" character varying NOT NULL) [0m
+ [1m[35m (1.3ms)[0m CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
+ [1m[36m (0.5ms)[0m [1mSELECT version FROM "schema_migrations"[0m
+ [1m[35m (0.5ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160830154900')
+ [1m[36m (0.3ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160825222150')[0m
+ [1m[35m (0.6ms)[0m INSERT INTO "schema_migrations" (version) VALUES ('20160826120038')
+ [1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20160826185127')[0m
+ [1m[35mActiveRecord::SchemaMigration Load (0.5ms)[0m SELECT "schema_migrations".* FROM "schema_migrations"
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.8ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011000015"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-02-08"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL RESERVE BANK"], ["street_address", "1000 PEACHTREE ST N.E."], ["city", "ATLANTA"], ["state", "GA"], ["zipcode", "30309"], ["zipcode_ext", "4470"], ["tel_number", "866-234-5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.461106"], ["updated_at", "2016-08-30 17:11:44.461106"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011000028"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-07-28"], ["new_routing_num", "00000000"], ["cust_name", "STATE STREET BANK AND TRUST COMPANY"], ["street_address", "JAB2NW"], ["city", "N. QUINCY"], ["state", "MA"], ["zipcode", "02171"], ["zipcode_ext", "0000"], ["tel_number", "617-664-2400"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.467955"], ["updated_at", "2016-08-30 17:11:44.467955"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.6ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011000138"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-10-13"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA, N.A."], ["street_address", "8001 VILLA PARK DRIVE"], ["city", "HENRICO"], ["state", "VA"], ["zipcode", "23228"], ["zipcode_ext", "0000"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.471771"], ["updated_at", "2016-08-30 17:11:44.471771"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011000206"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A"], ["street_address", "PO BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.475994"], ["updated_at", "2016-08-30 17:11:44.475994"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011000390"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A"], ["street_address", "PO BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.478513"], ["updated_at", "2016-08-30 17:11:44.478513"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011000536"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-11-14"], ["new_routing_num", "00000000"], ["cust_name", "FEDERAL HOME LOAN BK BOST"], ["street_address", "9TH FLOOR"], ["city", "BOSTON"], ["state", "MA"], ["zipcode", "02199"], ["zipcode_ext", "0000"], ["tel_number", "617-292-9790"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.481057"], ["updated_at", "2016-08-30 17:11:44.481057"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011001234"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-26"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF NEW YORK MELLON"], ["street_address", "500 ROSS ST., 154-0960"], ["city", "PITTSBURGH"], ["state", "PA"], ["zipcode", "15262"], ["zipcode_ext", "0000"], ["tel_number", "412-236-3338"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.483658"], ["updated_at", "2016-08-30 17:11:44.483658"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011001276"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2008-03-06"], ["new_routing_num", "00000000"], ["cust_name", "ONEUNITED BANK"], ["street_address", "3683 CRENSHAW BL"], ["city", "LOS ANGELES"], ["state", "CA"], ["zipcode", "90016"], ["zipcode_ext", "0000"], ["tel_number", "877-663-8648"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.486364"], ["updated_at", "2016-08-30 17:11:44.486364"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011001331"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-07-02"], ["new_routing_num", "00000000"], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION"], ["street_address", "1 CITIZENS DRIVE"], ["city", "RIVERSIDE"], ["state", "RI"], ["zipcode", "02915"], ["zipcode_ext", "0000"], ["tel_number", "800-883-4224"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.489184"], ["updated_at", "2016-08-30 17:11:44.489184"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011001726"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-12"], ["new_routing_num", "00000000"], ["cust_name", "THE FIRST NATIONAL BANK OF IPSWICH"], ["street_address", "625 GEORGE WASHINGTON HWY"], ["city", "LINCOLN"], ["state", "RI"], ["zipcode", "02865"], ["zipcode_ext", "0000"], ["tel_number", "401-574-1920"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.491706"], ["updated_at", "2016-08-30 17:11:44.491706"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011001742"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA, N.A."], ["street_address", "PO BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.494584"], ["updated_at", "2016-08-30 17:11:44.494584"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011001881"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-14"], ["new_routing_num", "00000000"], ["cust_name", "FIDUCIARY TRUST CO"], ["street_address", "CASH MGMT"], ["city", "BOSTON"], ["state", "MA"], ["zipcode", "02205"], ["zipcode_ext", "5806"], ["tel_number", "617-292-6747"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.499054"], ["updated_at", "2016-08-30 17:11:44.499054"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.2ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011001962"], ["office_code", "O"], ["frb_num", 121000374], ["record_type_code", 2], ["last_change_date", "2012-08-03"], ["new_routing_num", "12220395"], ["cust_name", "CATHAY BANK"], ["street_address", "RS-14"], ["city", "ROSEMEAD"], ["state", "CA"], ["zipcode", "91770"], ["zipcode_ext", "0000"], ["tel_number", "626-582-7338"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.503426"], ["updated_at", "2016-08-30 17:11:44.503426"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.4ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011002343"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-18"], ["new_routing_num", "00000000"], ["cust_name", "BOSTON PRIVATE BK + TR CO"], ["street_address", "ATTN: ACH ORPERATIONS"], ["city", "BOSTON"], ["state", "MA"], ["zipcode", "02109"], ["zipcode_ext", "4603"], ["tel_number", "617-912-4231"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.508235"], ["updated_at", "2016-08-30 17:11:44.508235"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011002550"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-18"], ["new_routing_num", "00000000"], ["cust_name", "EASTERN BANK"], ["street_address", "195 MARKET STREET"], ["city", "LYNN"], ["state", "MA"], ["zipcode", "01901"], ["zipcode_ext", "0000"], ["tel_number", "800-327-8376"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.512244"], ["updated_at", "2016-08-30 17:11:44.512244"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011002725"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-27"], ["new_routing_num", "00000000"], ["cust_name", "COMMERCE BANK & TRUST CO"], ["street_address", "386 MAIN ST"], ["city", "WORCESTER"], ["state", "MA"], ["zipcode", "01615"], ["zipcode_ext", "0000"], ["tel_number", "508-797-6923"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.516409"], ["updated_at", "2016-08-30 17:11:44.516409"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011002877"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-04-26"], ["new_routing_num", "00000000"], ["cust_name", "EAST WEST BANK"], ["street_address", "9300 FLAIR DRIVE, 4TH FLOOR"], ["city", "EL MONTE"], ["state", "CA"], ["zipcode", "91731"], ["zipcode_ext", "0000"], ["tel_number", "626-371-8561"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.519694"], ["updated_at", "2016-08-30 17:11:44.519694"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011075150"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-10-17"], ["new_routing_num", "00000000"], ["cust_name", "SANTANDER BANK, N.A."], ["street_address", "601 PENN STREET"], ["city", "READING"], ["state", "PA"], ["zipcode", "19601"], ["zipcode_ext", "0000"], ["tel_number", "877-768-2265"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.522656"], ["updated_at", "2016-08-30 17:11:44.522656"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011075202"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-24"], ["new_routing_num", "00000000"], ["cust_name", "SOVEREIGN BANK"], ["street_address", "601 PENN STREET"], ["city", "READING"], ["state", "PA"], ["zipcode", "19601"], ["zipcode_ext", "0000"], ["tel_number", "877-768-2265"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.525333"], ["updated_at", "2016-08-30 17:11:44.525333"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011099071"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-09-30"], ["new_routing_num", "00000000"], ["cust_name", "FRB BOSTON HUMAN RESOURCES"], ["street_address", "1000 PEACHTREE STREET NE"], ["city", "ATLANTA"], ["state", "GA"], ["zipcode", "30309"], ["zipcode_ext", "0000"], ["tel_number", "866-234-5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.527949"], ["updated_at", "2016-08-30 17:11:44.527949"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011099660"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 0], ["last_change_date", "2002-09-30"], ["new_routing_num", "00000000"], ["cust_name", "FRB BOSTON ACCOUNTING DEPT."], ["street_address", "1000 PEACHTREE STREET NE"], ["city", "ATLANTA"], ["state", "GA"], ["zipcode", "30309"], ["zipcode_ext", "0000"], ["tel_number", "866-234-5681"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.530538"], ["updated_at", "2016-08-30 17:11:44.530538"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011100012"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["street_address", "PO BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.532940"], ["updated_at", "2016-08-30 17:11:44.532940"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011100106"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-03-11"], ["new_routing_num", "00000000"], ["cust_name", "WELLS FARGO BANK"], ["street_address", "MAC N9301-041"], ["city", "MINNEAPOLIS"], ["state", "MN"], ["zipcode", "55479"], ["zipcode_ext", "0000"], ["tel_number", "800-745-2426"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.535324"], ["updated_at", "2016-08-30 17:11:44.535324"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011100805"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A"], ["street_address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.537909"], ["updated_at", "2016-08-30 17:11:44.537909"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011100892"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-13"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["street_address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.540545"], ["updated_at", "2016-08-30 17:11:44.540545"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011100915"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["street_address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.543045"], ["updated_at", "2016-08-30 17:11:44.543045"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011101529"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["street_address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.545703"], ["updated_at", "2016-08-30 17:11:44.545703"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011101613"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01"], ["new_routing_num", "00000000"], ["cust_name", "WEBSTER BANK"], ["street_address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state", "CT"], ["zipcode", "06053"], ["zipcode_ext", "0000"], ["tel_number", "860-612-6522"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.548200"], ["updated_at", "2016-08-30 17:11:44.548200"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011101752"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-21"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["street_address", "PO BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.550684"], ["updated_at", "2016-08-30 17:11:44.550684"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.5ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011102133"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-10"], ["new_routing_num", "00000000"], ["cust_name", "CITIZENS NATIONAL BANK"], ["street_address", "182 MAIN ST"], ["city", "PUTMAN"], ["state", "CT"], ["zipcode", "06260"], ["zipcode_ext", "1933"], ["tel_number", "860-928-7921"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.554061"], ["updated_at", "2016-08-30 17:11:44.554061"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011102353"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2001-11-01"], ["new_routing_num", "00000000"], ["cust_name", "FIRST NAT BANK OF SUFFIELD"], ["street_address", "30 BRIDGE STREET"], ["city", "SUFFIELD"], ["state", "CT"], ["zipcode", "06078"], ["zipcode_ext", "0000"], ["tel_number", "860-668-3950"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.557720"], ["updated_at", "2016-08-30 17:11:44.557720"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011102502"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-08"], ["new_routing_num", "00000000"], ["cust_name", "UNION SAVINGS BANK"], ["street_address", "225 MAIN ST"], ["city", "DANBURY"], ["state", "CT"], ["zipcode", "06810"], ["zipcode_ext", "0000"], ["tel_number", "203-830-4200"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.560632"], ["updated_at", "2016-08-30 17:11:44.560632"]]
+ [1m[35m (0.6ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011102612"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-07-24"], ["new_routing_num", "00000000"], ["cust_name", "SALISBURY BANK & TRUST CO"], ["street_address", "100 MAIN STREET"], ["city", "CANAAN"], ["state", "CT"], ["zipcode", "06018"], ["zipcode_ext", "0000"], ["tel_number", "860-435-9801"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.563349"], ["updated_at", "2016-08-30 17:11:44.563349"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011102638"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-08"], ["new_routing_num", "00000000"], ["cust_name", "NATIONAL IRON BANK"], ["street_address", "PO BOX 565"], ["city", "SALISBURY"], ["state", "CT"], ["zipcode", "06068"], ["zipcode_ext", "0000"], ["tel_number", "860-435-2581"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.565807"], ["updated_at", "2016-08-30 17:11:44.565807"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011102667"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-07-24"], ["new_routing_num", "01110261"], ["cust_name", "SALISBURY BANK & TRUST CO."], ["street_address", "100 MAIN STREET"], ["city", "CANAAN"], ["state", "CT"], ["zipcode", "06018"], ["zipcode_ext", "0000"], ["tel_number", "860-435-9801"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.568322"], ["updated_at", "2016-08-30 17:11:44.568322"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011103080"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-21"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["street_address", "PO BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.570754"], ["updated_at", "2016-08-30 17:11:44.570754"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011103093"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-27"], ["new_routing_num", "00000000"], ["cust_name", "TD BANK NA"], ["street_address", "P.O. BOX 1377"], ["city", "LEWISTON"], ["state", "ME"], ["zipcode", "04240"], ["zipcode_ext", "1377"], ["tel_number", "877-898-7821"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.573519"], ["updated_at", "2016-08-30 17:11:44.573519"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011103129"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2002-05-13"], ["new_routing_num", "00000000"], ["cust_name", "JEWETT CITY SAVINGS BANK"], ["street_address", "135 DARLING DR"], ["city", "AVON"], ["state", "CT"], ["zipcode", "06001"], ["zipcode_ext", "4218"], ["tel_number", "860-376-4444"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.576185"], ["updated_at", "2016-08-30 17:11:44.576185"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.4ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011104047"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-25"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["street_address", "PO BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.578690"], ["updated_at", "2016-08-30 17:11:44.578690"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011104050"], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01"], ["new_routing_num", "00000000"], ["cust_name", "WEBSTER BANK"], ["street_address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state", "CT"], ["zipcode", "06053"], ["zipcode_ext", "0000"], ["tel_number", "860-612-6522"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.581480"], ["updated_at", "2016-08-30 17:11:44.581480"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011104131"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-26"], ["new_routing_num", "00000000"], ["cust_name", "PEOPLES BANK"], ["street_address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state", "CT"], ["zipcode", "06601"], ["zipcode_ext", "0000"], ["tel_number", "203-338-7171"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.584044"], ["updated_at", "2016-08-30 17:11:44.584044"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.2ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011104173"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-04-28"], ["new_routing_num", "00000000"], ["cust_name", "FIRST NIAGARA BANK, NA"], ["street_address", "P.O. BOX 886"], ["city", "LOCKPORT"], ["state", "NY"], ["zipcode", "14095"], ["zipcode_ext", "0886"], ["tel_number", "800-421-0004"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.587158"], ["updated_at", "2016-08-30 17:11:44.587158"]]
+ [1m[35m (0.6ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011104199"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-26"], ["new_routing_num", "00000000"], ["cust_name", "PEOPLES BANK"], ["street_address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state", "CT"], ["zipcode", "06601"], ["zipcode_ext", "0000"], ["tel_number", "203-338-7171"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.590693"], ["updated_at", "2016-08-30 17:11:44.590693"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011104209"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01"], ["new_routing_num", "00000000"], ["cust_name", "WEBSTER BANK"], ["street_address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state", "CT"], ["zipcode", "06053"], ["zipcode_ext", "0000"], ["tel_number", "860-612-6522"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.593290"], ["updated_at", "2016-08-30 17:11:44.593290"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011104283"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-08-03"], ["new_routing_num", "21117418"], ["cust_name", "SAVINGS INSTITUTE"], ["street_address", "803 MAIN ST"], ["city", "WILLIMANTIC"], ["state", "CT"], ["zipcode", "06226"], ["zipcode_ext", "0000"], ["tel_number", "860-456-6565"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.595974"], ["updated_at", "2016-08-30 17:11:44.595974"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011104322"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2010-02-01"], ["new_routing_num", "21117010"], ["cust_name", "WEBSTER BANK N.A"], ["street_address", "436 SLATER ROAD"], ["city", "NEW BRITAIN"], ["state", "CT"], ["zipcode", "06053"], ["zipcode_ext", "0000"], ["tel_number", "860-612-6522"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.598489"], ["updated_at", "2016-08-30 17:11:44.598489"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.5ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011104335"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-09-17"], ["new_routing_num", "00000000"], ["cust_name", "PRIME BANK"], ["street_address", "7 OLD TAVERN ROAD"], ["city", "ORANGE"], ["state", "CT"], ["zipcode", "06477"], ["zipcode_ext", "0696"], ["tel_number", "203-799-1299"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.600937"], ["updated_at", "2016-08-30 17:11:44.600937"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011104351"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2002-05-08"], ["new_routing_num", "00000000"], ["cust_name", "SIMSBURY BANK & TRUST"], ["street_address", "760 HOPEMEADOW STREET"], ["city", "SIMSBURY"], ["state", "CT"], ["zipcode", "06070"], ["zipcode_ext", "0000"], ["tel_number", "860-651-2097"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.603672"], ["updated_at", "2016-08-30 17:11:44.603672"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011110552"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-09"], ["new_routing_num", "00000000"], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION"], ["street_address", "1 CITIZENS DRIVE"], ["city", "RIVERSIDE"], ["state", "RI"], ["zipcode", "02915"], ["zipcode_ext", "0000"], ["tel_number", "800-883-4224"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.606191"], ["updated_at", "2016-08-30 17:11:44.606191"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011110617"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-15"], ["new_routing_num", "00000000"], ["cust_name", "BANKERS' BANK NORTHEAST"], ["street_address", "43 WESTERN BOULEVARD"], ["city", "GLASTONBURY"], ["state", "CT"], ["zipcode", "06033"], ["zipcode_ext", "0000"], ["tel_number", "860-266-2359"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.608939"], ["updated_at", "2016-08-30 17:11:44.608939"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011110620"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2009-08-10"], ["new_routing_num", "21117417"], ["cust_name", "NAUGATUCK SAVINGS BANK"], ["street_address", "PO BOX 370"], ["city", "NAUGATUCK"], ["state", "CT"], ["zipcode", "06770"], ["zipcode_ext", "0370"], ["tel_number", "203-720-5381"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.611426"], ["updated_at", "2016-08-30 17:11:44.611426"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011110633"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-11-19"], ["new_routing_num", "21187202"], ["cust_name", "UNITED BANK"], ["street_address", "95 ELM STREET"], ["city", "WEST SPRINGFIELD"], ["state", "MA"], ["zipcode", "01089"], ["zipcode_ext", "0000"], ["tel_number", "413-787-1700"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.614011"], ["updated_at", "2016-08-30 17:11:44.614011"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011110646"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2012-11-19"], ["new_routing_num", "21187202"], ["cust_name", "UNITED BANK"], ["street_address", "95 ELM STREET"], ["city", "WEST SPRINGFIELD"], ["state", "MA"], ["zipcode", "01089"], ["zipcode_ext", "0000"], ["tel_number", "413-787-1700"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.616399"], ["updated_at", "2016-08-30 17:11:44.616399"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011110659"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-08-19"], ["new_routing_num", "21117028"], ["cust_name", "LIBERTY BANK"], ["street_address", "315 MAIN ST."], ["city", "MIDDLETOWN"], ["state", "CT"], ["zipcode", "06457"], ["zipcode_ext", "0000"], ["tel_number", "860-344-7243"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.619018"], ["updated_at", "2016-08-30 17:11:44.619018"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011110675"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01"], ["new_routing_num", "00000000"], ["cust_name", "WEBSTER BANK"], ["street_address", "132 GRAND ST"], ["city", "WATERBURY"], ["state", "CT"], ["zipcode", "06702"], ["zipcode_ext", "1909"], ["tel_number", "860-612-6522"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.621670"], ["updated_at", "2016-08-30 17:11:44.621670"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011110688"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-08-19"], ["new_routing_num", "21117028"], ["cust_name", "LIBERTY BANK"], ["street_address", "315 MAIN ST."], ["city", "MIDDLETOWN"], ["state", "CT"], ["zipcode", "06457"], ["zipcode_ext", "0000"], ["tel_number", "860-344-7243"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.624341"], ["updated_at", "2016-08-30 17:11:44.624341"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011110701"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-02-01"], ["new_routing_num", "00000000"], ["cust_name", "WEBSTER BANK N.A."], ["street_address", "436 SLATER RD"], ["city", "NEW BRITAIN"], ["state", "CT"], ["zipcode", "06053"], ["zipcode_ext", "0000"], ["tel_number", "860-612-6522"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.626992"], ["updated_at", "2016-08-30 17:11:44.626992"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011110730"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-20"], ["new_routing_num", "00000000"], ["cust_name", "QUINNIPIAC BANK & TRUST"], ["street_address", "2704 DIXWELL AVENUE"], ["city", "HAMDEN"], ["state", "CT"], ["zipcode", "06514"], ["zipcode_ext", "0000"], ["tel_number", "203-287-1473"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.629435"], ["updated_at", "2016-08-30 17:11:44.629435"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011110743"], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-10"], ["new_routing_num", "00000000"], ["cust_name", "THE CITIZENS NATIONAL BANK"], ["street_address", "182 MAIN ST, PO BOX 6002"], ["city", "PUTNAM"], ["state", "CT"], ["zipcode", "06260"], ["zipcode_ext", "0000"], ["tel_number", "860-928-7921"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.632015"], ["updated_at", "2016-08-30 17:11:44.632015"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011110756"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-05-01"], ["new_routing_num", "00000000"], ["cust_name", "START COMMUNITY BANK"], ["street_address", "P O BOX 3110"], ["city", "NEW HAVEN"], ["state", "CT"], ["zipcode", "06513"], ["zipcode_ext", "0000"], ["tel_number", "877-687-1133"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.634438"], ["updated_at", "2016-08-30 17:11:44.634438"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011175212"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-18"], ["new_routing_num", "00000000"], ["cust_name", "INSURBANC"], ["street_address", "10 EXECUTIVE DRIVE"], ["city", "FARMINGTON"], ["state", "CT"], ["zipcode", "06032"], ["zipcode_ext", "0000"], ["tel_number", "860-674-2304"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.636905"], ["updated_at", "2016-08-30 17:11:44.636905"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011175319"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-06-27"], ["new_routing_num", "00000000"], ["cust_name", "ROCKVILLE BANK"], ["street_address", "1645 ELLINGTON RD"], ["city", "SOUTH WINDSOR"], ["state", "CT"], ["zipcode", "06074"], ["zipcode_ext", "0000"], ["tel_number", "860-291-3797"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.639576"], ["updated_at", "2016-08-30 17:11:44.639576"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011175351"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-06-11"], ["new_routing_num", "00000000"], ["cust_name", "DIME BANK"], ["street_address", "290 SALEM TURNPIKE"], ["city", "NORWICH"], ["state", "CT"], ["zipcode", "06360"], ["zipcode_ext", "0000"], ["tel_number", "856-859-4300"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.642224"], ["updated_at", "2016-08-30 17:11:44.642224"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011200022"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-08-21"], ["new_routing_num", "00000000"], ["cust_name", "KEY BANK NATIONAL ASSOCIATION"], ["street_address", "OH 01-51-0640"], ["city", "BROOKLYN"], ["state", "OH"], ["zipcode", "44144"], ["zipcode_ext", "0000"], ["tel_number", "800-304-9856"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.644714"], ["updated_at", "2016-08-30 17:11:44.644714"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011200051"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["street_address", "PO BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.647315"], ["updated_at", "2016-08-30 17:11:44.647315"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011200365"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-10-13"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA, N.A."], ["street_address", "8001 VILLA PARK DRIVE"], ["city", "HENRICO"], ["state", "VA"], ["zipcode", "23228"], ["zipcode_ext", "0000"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.649866"], ["updated_at", "2016-08-30 17:11:44.649866"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011200475"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2013-07-17"], ["new_routing_num", "21127438"], ["cust_name", "BANGOR SAVINGS BANK"], ["street_address", "19 MAIN AVE."], ["city", "BANGOR"], ["state", "ME"], ["zipcode", "04401"], ["zipcode_ext", "0000"], ["tel_number", "207-942-5211"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.655212"], ["updated_at", "2016-08-30 17:11:44.655212"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011200585"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2001-11-19"], ["new_routing_num", "00000000"], ["cust_name", "DAMARISCOTTA BK&TR CO"], ["street_address", "P. O. BOX 999"], ["city", "DAMARISCOTTA"], ["state", "ME"], ["zipcode", "04543"], ["zipcode_ext", "0999"], ["tel_number", "207-563-8121"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.657956"], ["updated_at", "2016-08-30 17:11:44.657956"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011200608"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-08-21"], ["new_routing_num", "00000000"], ["cust_name", "KEY BANK NATIONAL ASSOCIATION"], ["street_address", "OH 01-51-0640"], ["city", "BROOKLYN"], ["state", "OH"], ["zipcode", "44144"], ["zipcode_ext", "0000"], ["tel_number", "800-304-9856"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.660596"], ["updated_at", "2016-08-30 17:11:44.660596"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011201115"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-08-13"], ["new_routing_num", "00000000"], ["cust_name", "BAR HARBOR BANK & TRUST"], ["street_address", "P.O. BOX 1089"], ["city", "ELLSWORTH"], ["state", "ME"], ["zipcode", "04605"], ["zipcode_ext", "1089"], ["tel_number", "207-288-3314"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.663131"], ["updated_at", "2016-08-30 17:11:44.663131"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011201306"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2006-10-03"], ["new_routing_num", "01120145"], ["cust_name", "CAMDEN NATIONAL BANK"], ["street_address", "245 COMMERCIAL STREET"], ["city", "ROCKPORT"], ["state", "ME"], ["zipcode", "04856"], ["zipcode_ext", "0000"], ["tel_number", "800-860-8821"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.666642"], ["updated_at", "2016-08-30 17:11:44.666642"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011201335"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2011-06-27"], ["new_routing_num", "21127445"], ["cust_name", "TD BANK NA"], ["street_address", "P.O. BOX 1377"], ["city", "LEWISTON"], ["state", "ME"], ["zipcode", "04240"], ["zipcode_ext", "1377"], ["tel_number", "877-898-7821"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.669361"], ["updated_at", "2016-08-30 17:11:44.669361"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011201380"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2008-03-14"], ["new_routing_num", "00000000"], ["cust_name", "CAMDEN NATIONAL BANK"], ["street_address", "245 COMMERCIAL STREET"], ["city", "ROCKPORT"], ["state", "ME"], ["zipcode", "04856"], ["zipcode_ext", "0000"], ["tel_number", "800-860-8821"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.672105"], ["updated_at", "2016-08-30 17:11:44.672105"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011201403"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2012-06-25"], ["new_routing_num", "00000000"], ["cust_name", "NORTHEAST BANK"], ["street_address", "500 CANAL ST."], ["city", "LEWISTON"], ["state", "ME"], ["zipcode", "04240"], ["zipcode_ext", "0000"], ["tel_number", "207-786-3245"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.674661"], ["updated_at", "2016-08-30 17:11:44.674661"]]
+ [1m[35m (0.3ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011201432"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24"], ["new_routing_num", "00000000"], ["cust_name", "PEOPLE'S UNITED BANK"], ["street_address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state", "CT"], ["zipcode", "06601"], ["zipcode_ext", "0000"], ["tel_number", "203-338-7171"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.677210"], ["updated_at", "2016-08-30 17:11:44.677210"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011201458"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2003-09-10"], ["new_routing_num", "00000000"], ["cust_name", "CAMDEN NATIONAL BANK"], ["street_address", "245 COMMERCIAL STREET"], ["city", "ROCKPORT"], ["state", "ME"], ["zipcode", "04856"], ["zipcode_ext", "0000"], ["tel_number", "800-860-8821"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.679731"], ["updated_at", "2016-08-30 17:11:44.679731"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011201490"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2008-06-13"], ["new_routing_num", "21127246"], ["cust_name", "SAVINGS BANK OF MAINE"], ["street_address", "190 WATER ST"], ["city", "GARDINER"], ["state", "ME"], ["zipcode", "04345"], ["zipcode_ext", "0190"], ["tel_number", "207-582-5550"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.682180"], ["updated_at", "2016-08-30 17:11:44.682180"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011201500"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24"], ["new_routing_num", "00000000"], ["cust_name", "PEOPLE'S UNITED BANK"], ["street_address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state", "CT"], ["zipcode", "06601"], ["zipcode_ext", "0000"], ["tel_number", "203-338-7171"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.684488"], ["updated_at", "2016-08-30 17:11:44.684488"]]
+ [1m[35m (0.5ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011201526"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2010-11-24"], ["new_routing_num", "00000000"], ["cust_name", "PEOPLE'S UNITED BANK"], ["street_address", "850 MAIN STREET"], ["city", "BRIDGEPORT"], ["state", "CT"], ["zipcode", "06601"], ["zipcode_ext", "0000"], ["tel_number", "203-338-7171"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.687132"], ["updated_at", "2016-08-30 17:11:44.687132"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011201539"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2006-07-13"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["street_address", "PO BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.689765"], ["updated_at", "2016-08-30 17:11:44.689765"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011201759"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-08-04"], ["new_routing_num", "00000000"], ["cust_name", "BAR HARBOR BANK & TRUST"], ["street_address", "P. O. BOX 1089"], ["city", "ELLSWORTH"], ["state", "ME"], ["zipcode", "04605"], ["zipcode_ext", "1089"], ["tel_number", "207-288-3314"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.692336"], ["updated_at", "2016-08-30 17:11:44.692336"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011201762"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10"], ["new_routing_num", "00000000"], ["cust_name", "THE FIRST, N.A."], ["street_address", "7 BRISTOL ROAD"], ["city", "DAMARISCOTTA"], ["state", "ME"], ["zipcode", "04543"], ["zipcode_ext", "0000"], ["tel_number", "207-563-3195"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.694795"], ["updated_at", "2016-08-30 17:11:44.694795"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011201830"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10"], ["new_routing_num", "00000000"], ["cust_name", "THE FIRST, N.A."], ["street_address", "7 BRISTOL ROAD"], ["city", "DAMARISCOTTA"], ["state", "ME"], ["zipcode", "04543"], ["zipcode_ext", "0000"], ["tel_number", "207-563-3195"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.697256"], ["updated_at", "2016-08-30 17:11:44.697256"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011201995"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10"], ["new_routing_num", "00000000"], ["cust_name", "ANDROSCOGGIN SAVINGS BANK"], ["street_address", "PO BOX 1407"], ["city", "LEWISTON"], ["state", "ME"], ["zipcode", "04243"], ["zipcode_ext", "7116"], ["tel_number", "207-784-9164"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.699816"], ["updated_at", "2016-08-30 17:11:44.699816"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011202392"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-10"], ["new_routing_num", "00000000"], ["cust_name", "KATAHDIN TRUST COMPANY"], ["street_address", "P. O. BOX 36"], ["city", "HOULTON"], ["state", "ME"], ["zipcode", "04730"], ["zipcode_ext", "0000"], ["tel_number", "207-521-0455"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.702276"], ["updated_at", "2016-08-30 17:11:44.702276"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011202907"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 2], ["last_change_date", "2008-09-22"], ["new_routing_num", "21127246"], ["cust_name", "SAVINGS BANK OF MAINE"], ["street_address", "190 WATER ST"], ["city", "GARDINER"], ["state", "ME"], ["zipcode", "04345"], ["zipcode_ext", "0190"], ["tel_number", "207-582-5550"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.704982"], ["updated_at", "2016-08-30 17:11:44.704982"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011202910"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-09"], ["new_routing_num", "00000000"], ["cust_name", "TD BANK USA, NA"], ["street_address", "140 MILL STREET"], ["city", "LEWISTON"], ["state", "ME"], ["zipcode", "04240"], ["zipcode_ext", "0000"], ["tel_number", "207-755-6126"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.707670"], ["updated_at", "2016-08-30 17:11:44.707670"]]
+ [1m[36m (0.4ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011202923"], ["office_code", "B"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-06-23"], ["new_routing_num", "00000000"], ["cust_name", "DAMARISCOTTA BANK & TRUST COMPANY"], ["street_address", "P.O. BOX 999"], ["city", "DAMARISCOTTA"], ["state", "ME"], ["zipcode", "04543"], ["zipcode_ext", "0000"], ["tel_number", "207-563-8121"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.710306"], ["updated_at", "2016-08-30 17:11:44.710306"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011202936"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-09-23"], ["new_routing_num", "00000000"], ["cust_name", "THE FIRST, NATIONAL ASSOCIATION"], ["street_address", "PO BOX 940"], ["city", "DAMARISCOTTA"], ["state", "ME"], ["zipcode", "04543"], ["zipcode_ext", "0940"], ["tel_number", "207-563-3195"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.712833"], ["updated_at", "2016-08-30 17:11:44.712833"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011275251"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-17"], ["new_routing_num", "00000000"], ["cust_name", "BANGOR SAVINGS BK"], ["street_address", "19 MAINE AVE"], ["city", "BANGOR"], ["state", "ME"], ["zipcode", "04401"], ["zipcode_ext", "0000"], ["tel_number", "207-974-5211"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.715211"], ["updated_at", "2016-08-30 17:11:44.715211"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011275303"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2007-07-17"], ["new_routing_num", "00000000"], ["cust_name", "GORHAM SAVINGS BANK"], ["street_address", "10 WENTWORTH DR"], ["city", "GORHAM"], ["state", "ME"], ["zipcode", "04038"], ["zipcode_ext", "0000"], ["tel_number", "207-222-1430"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.717774"], ["updated_at", "2016-08-30 17:11:44.717774"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.3ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011300142"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2011-08-12"], ["new_routing_num", "00000000"], ["cust_name", "COMMERCE BANK & TRUST CO"], ["street_address", "386 MAIN ST"], ["city", "WORCESTER"], ["state", "MA"], ["zipcode", "01615"], ["zipcode_ext", "0000"], ["tel_number", "508-797-6923"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.723061"], ["updated_at", "2016-08-30 17:11:44.723061"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.3ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011300595"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-13"], ["new_routing_num", "00000000"], ["cust_name", "CAMBRIDGE TRUST COMPANY"], ["street_address", "10 FAWCETT ST."], ["city", "CAMBRIDGE"], ["state", "MA"], ["zipcode", "02138"], ["zipcode_ext", "3809"], ["tel_number", "617-441-1560"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.725751"], ["updated_at", "2016-08-30 17:11:44.725751"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011300605"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-28"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["street_address", "P.O. BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.728294"], ["updated_at", "2016-08-30 17:11:44.728294"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011301073"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-08-09"], ["new_routing_num", "00000000"], ["cust_name", "RBS CITIZENS, NATIONAL ASSOCIATION"], ["street_address", "1 CITIZENS DRIVE"], ["city", "RIVERSIDE"], ["state", "RI"], ["zipcode", "02915"], ["zipcode_ext", "0000"], ["tel_number", "800-883-4224"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.730722"], ["updated_at", "2016-08-30 17:11:44.730722"]]
+ [1m[36m (0.5ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011301390"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2009-06-05"], ["new_routing_num", "00000000"], ["cust_name", "CENTURY BANK & TRUST CO"], ["street_address", "400 MYSTIC AVE"], ["city", "MEDFORD"], ["state", "MA"], ["zipcode", "02155"], ["zipcode_ext", "0000"], ["tel_number", "781-393-4090"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.733335"], ["updated_at", "2016-08-30 17:11:44.733335"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011301536"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-07-11"], ["new_routing_num", "00000000"], ["cust_name", "EASTERN BANK"], ["street_address", "195 MARKET STREET"], ["city", "LYNN"], ["state", "MA"], ["zipcode", "01901"], ["zipcode_ext", "0000"], ["tel_number", "781-598-7897"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.735749"], ["updated_at", "2016-08-30 17:11:44.735749"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[35m (0.1ms)[0m BEGIN
+ [1m[36mSQL (0.2ms)[0m [1mINSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id"[0m [["routing_num", "011301604"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2013-07-18"], ["new_routing_num", "00000000"], ["cust_name", "EASTERN BANK"], ["street_address", "195 MARKET STREET"], ["city", "LYNN"], ["state", "MA"], ["zipcode", "01901"], ["zipcode_ext", "0000"], ["tel_number", "800-327-8376"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.738202"], ["updated_at", "2016-08-30 17:11:44.738202"]]
+ [1m[35m (0.4ms)[0m COMMIT
+ [1m[36m (0.1ms)[0m [1mBEGIN[0m
+ [1m[35mSQL (0.2ms)[0m INSERT INTO "banks" ("routing_num", "office_code", "frb_num", "record_type_code", "last_change_date", "new_routing_num", "cust_name", "street_address", "city", "state", "zipcode", "zipcode_ext", "tel_number", "inst_status__code", "data_view_code", "created_at", "updated_at") VALUES ($1, $2, $3, $4, $5, $6, $7, $8, $9, $10, $11, $12, $13, $14, $15, $16, $17) RETURNING "id" [["routing_num", "011301646"], ["office_code", "O"], ["frb_num", 11000015], ["record_type_code", 1], ["last_change_date", "2005-08-01"], ["new_routing_num", "00000000"], ["cust_name", "BANK OF AMERICA N.A."], ["street_address", "PO BOX 27025"], ["city", "RICHMOND"], ["state", "VA"], ["zipcode", "23261"], ["zipcode_ext", "7025"], ["tel_number", "800-446-0135"], ["inst_status__code", 1], ["data_view_code", 1], ["created_at", "2016-08-30 17:11:44.740820"], ["updated_at", "2016-08-30 17:11:44.740820"]]
+ [1m[36m (0.3ms)[0m [1mCOMMIT[0m
+ [1m[36mBank Load (1.4ms)[0m [1mSELECT "banks".* FROM "banks" ORDER BY "banks"."id" DESC LIMIT 1[0m
+
+
+Started GET "/banks/011301646" for ::1 at 2016-08-30 13:12:14 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011301646"}
+ [1m[36mBank Load (1.1ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011301646"]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 16ms (Views: 14.4ms | ActiveRecord: 1.1ms)
+
+
+Started GET "/" for ::1 at 2016-08-31 12:22:30 -0400
+ [1m[36mActiveRecord::SchemaMigration Load (5.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (2.6ms)
+Completed 200 OK in 580ms (Views: 580.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/" for ::1 at 2016-08-31 12:24:05 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 19ms (Views: 18.4ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-31 12:24:05 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-31 12:24:05 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-31 12:24:05 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-31 12:24:05 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-31 12:24:05 -0400
+
+
+Started GET "/assets/bundle.self-7adb7a031b695aa1496fede981a07d51fa984dec948844a7a8cdbcbbe9b9a9ca.js?body=1" for ::1 at 2016-08-31 12:24:05 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-31 12:24:05 -0400
+ [1m[36mBank Load (4.6ms)[0m [1mSELECT "banks".* FROM "banks" ORDER BY "banks"."id" ASC LIMIT 1[0m
+
+
+Started GET "/banks/011000015" for ::1 at 2016-08-31 12:24:28 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011000015"}
+ [1m[35mBank Load (0.9ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011000015"]]
+ Rendered banks/show.json.jbuilder (3.9ms)
+Completed 200 OK in 52ms (Views: 19.9ms | ActiveRecord: 6.0ms)
+ [1m[36mBank Load (1.5ms)[0m [1mSELECT "banks".* FROM "banks" ORDER BY "banks"."id" ASC LIMIT 1[0m
+ [1m[36mBank Load (1.9ms)[0m [1mSELECT "banks".* FROM "banks"[0m
+
+
+Started GET "/" for ::1 at 2016-08-31 18:46:19 -0400
+ [1m[36mActiveRecord::SchemaMigration Load (0.7ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (3.9ms)
+Completed 200 OK in 1122ms (Views: 1121.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/bundle.self-c01955309856390593209e9d57618dfecbff003d0fbbe3d5175a579e73084c10.js?body=1" for ::1 at 2016-08-31 18:46:21 -0400
+
+
+Started GET "/banks/011002550" for ::1 at 2016-08-31 18:46:26 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011002550"}
+ [1m[35mBank Load (0.9ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011002550"]]
+ Rendered banks/show.json.jbuilder (5.4ms)
+Completed 200 OK in 57ms (Views: 22.1ms | ActiveRecord: 6.1ms)
+
+
+Started GET "/" for ::1 at 2016-08-31 18:55:14 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 18ms (Views: 18.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-31 18:55:14 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-31 18:55:14 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-31 18:55:14 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-31 18:55:14 -0400
+
+
+Started GET "/assets/bundle.self-c01955309856390593209e9d57618dfecbff003d0fbbe3d5175a579e73084c10.js?body=1" for ::1 at 2016-08-31 18:55:14 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-31 18:55:14 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-31 18:55:14 -0400
+
+
+Started GET "/banks/011002550" for ::1 at 2016-08-31 18:55:16 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011002550"}
+ [1m[36mBank Load (0.4ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011002550"]]
+ Rendered banks/show.json.jbuilder (27.0ms)
+Completed 500 Internal Server Error in 67ms (ActiveRecord: 3.4ms)
+
+ActionView::Template::Error (undefined method `error' for #
+Did you mean? errors):
+ 1: bank_error = @bank.error ? @bank.error : "No error"
+ 2:
+ 3: json.error bank_error
+ 4: json.record_type @bank.record_type
+ app/views/banks/show.json.jbuilder:1:in `_app_views_banks_show_json_jbuilder___708368774555306748_70344783404040'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (1.0ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.5ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (53.7ms)
+
+
+Started GET "/banks/011002550" for ::1 at 2016-08-31 18:55:17 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011002550"}
+ [1m[35mBank Load (0.4ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011002550"]]
+ Rendered banks/show.json.jbuilder (20.4ms)
+Completed 500 Internal Server Error in 36ms (ActiveRecord: 0.4ms)
+
+ActionView::Template::Error (undefined method `error' for #
+Did you mean? errors):
+ 1: bank_error = @bank.error ? @bank.error : "No error"
+ 2:
+ 3: json.error bank_error
+ 4: json.record_type @bank.record_type
+ app/views/banks/show.json.jbuilder:1:in `_app_views_banks_show_json_jbuilder___708368774555306748_70344783404040'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (47.6ms)
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-31 18:55:20 -0400
+
+
+Started GET "/" for ::1 at 2016-08-31 18:57:17 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 17ms (Views: 16.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-31 18:57:17 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-31 18:57:17 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-31 18:57:17 -0400
+
+
+Started GET "/assets/bundle.self-c01955309856390593209e9d57618dfecbff003d0fbbe3d5175a579e73084c10.js?body=1" for ::1 at 2016-08-31 18:57:17 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-31 18:57:17 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-31 18:57:17 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-31 18:57:17 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-31 18:57:18 -0400
+
+
+Started GET "/" for ::1 at 2016-08-31 18:57:18 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 17ms (Views: 17.3ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-31 18:57:18 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-31 18:57:18 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-31 18:57:18 -0400
+
+
+Started GET "/assets/bundle.self-c01955309856390593209e9d57618dfecbff003d0fbbe3d5175a579e73084c10.js?body=1" for ::1 at 2016-08-31 18:57:18 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-31 18:57:18 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-31 18:57:18 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-31 18:57:18 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-31 18:57:19 -0400
+
+
+Started GET "/" for ::1 at 2016-08-31 18:57:32 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 16ms (Views: 16.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-31 18:57:32 -0400
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-31 18:57:32 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-31 18:57:32 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-31 18:57:32 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-31 18:57:32 -0400
+
+
+Started GET "/assets/bundle.self-c01955309856390593209e9d57618dfecbff003d0fbbe3d5175a579e73084c10.js?body=1" for ::1 at 2016-08-31 18:57:32 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-31 18:57:32 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-31 18:57:32 -0400
+
+
+Started GET "/" for ::1 at 2016-08-31 18:57:33 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 20ms (Views: 19.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-31 18:57:33 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-31 18:57:33 -0400
+
+
+Started GET "/assets/bundle.self-c01955309856390593209e9d57618dfecbff003d0fbbe3d5175a579e73084c10.js?body=1" for ::1 at 2016-08-31 18:57:33 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-31 18:57:33 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-31 18:57:33 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-31 18:57:33 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-31 18:57:33 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-31 18:57:33 -0400
+
+
+Started GET "/banks/011002550" for ::1 at 2016-08-31 18:57:35 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011002550"}
+ [1m[36mBank Load (0.4ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011002550"]]
+ Rendered banks/show.json.jbuilder (45.6ms)
+Completed 500 Internal Server Error in 79ms (ActiveRecord: 3.4ms)
+
+ActionView::Template::Error (undefined method `{"record_type":"Send items to customer routing number"}' for #):
+ 1: json.record_type @bank.record_type
+ 2:
+ 3: json.extract! @bank,
+ 4: :cust_name,
+ 5: :routing_num,
+ 6: :tel_number,
+ app/views/banks/show.json.jbuilder:3:in `_app_views_banks_show_json_jbuilder___708368774555306748_70344752053280'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.2ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (47.6ms)
+
+
+Started GET "/banks/011002550" for ::1 at 2016-08-31 18:57:36 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011002550"}
+ [1m[35mBank Load (0.4ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011002550"]]
+ Rendered banks/show.json.jbuilder (44.7ms)
+Completed 500 Internal Server Error in 60ms (ActiveRecord: 0.4ms)
+
+ActionView::Template::Error (undefined method `{"record_type":"Send items to customer routing number"}' for #):
+ 1: json.record_type @bank.record_type
+ 2:
+ 3: json.extract! @bank,
+ 4: :cust_name,
+ 5: :routing_num,
+ 6: :tel_number,
+ app/views/banks/show.json.jbuilder:3:in `_app_views_banks_show_json_jbuilder___708368774555306748_70344752053280'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.4ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (48.2ms)
+
+
+Started GET "/" for ::1 at 2016-08-31 18:57:37 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 18ms (Views: 18.0ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-31 18:57:38 -0400
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-31 18:57:38 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-31 18:57:38 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-31 18:57:38 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-31 18:57:38 -0400
+
+
+Started GET "/assets/bundle.self-c01955309856390593209e9d57618dfecbff003d0fbbe3d5175a579e73084c10.js?body=1" for ::1 at 2016-08-31 18:57:38 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-31 18:57:38 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-31 18:57:38 -0400
+
+
+Started GET "/banks/011002550" for ::1 at 2016-08-31 18:57:39 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011002550"}
+ [1m[36mBank Load (0.4ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011002550"]]
+ Rendered banks/show.json.jbuilder (44.4ms)
+Completed 500 Internal Server Error in 60ms (ActiveRecord: 0.4ms)
+
+ActionView::Template::Error (undefined method `{"record_type":"Send items to customer routing number"}' for #):
+ 1: json.record_type @bank.record_type
+ 2:
+ 3: json.extract! @bank,
+ 4: :cust_name,
+ 5: :routing_num,
+ 6: :tel_number,
+ app/views/banks/show.json.jbuilder:3:in `_app_views_banks_show_json_jbuilder___708368774555306748_70344752053280'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.8ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.5ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (48.5ms)
+
+
+Started GET "/" for ::1 at 2016-08-31 18:58:03 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 19ms (Views: 19.1ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-31 18:58:04 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-31 18:58:04 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-31 18:58:04 -0400
+
+
+Started GET "/assets/bundle.self-c01955309856390593209e9d57618dfecbff003d0fbbe3d5175a579e73084c10.js?body=1" for ::1 at 2016-08-31 18:58:04 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-31 18:58:04 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-31 18:58:04 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-31 18:58:04 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-31 18:58:04 -0400
+
+
+Started GET "/banks/011002550" for ::1 at 2016-08-31 18:58:06 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011002550"}
+ [1m[35mBank Load (0.2ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011002550"]]
+ Rendered banks/show.json.jbuilder (49.0ms)
+Completed 500 Internal Server Error in 79ms (ActiveRecord: 3.1ms)
+
+ActionView::Template::Error (undefined method `{"record_type":"Send items to customer routing number"}' for #):
+ 1: json.record_type @bank.record_type
+ 2:
+ 3: json.extract! @bank,
+ 4: :cust_name,
+ 5: :routing_num,
+ 6: :tel_number,
+ app/views/banks/show.json.jbuilder:3:in `_app_views_banks_show_json_jbuilder___708368774555306748_70344776718380'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.1ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (46.1ms)
+
+
+Started GET "/" for ::1 at 2016-08-31 18:58:12 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 17ms (Views: 17.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-31 18:58:12 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-31 18:58:12 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-31 18:58:12 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-31 18:58:12 -0400
+
+
+Started GET "/assets/bundle.self-c01955309856390593209e9d57618dfecbff003d0fbbe3d5175a579e73084c10.js?body=1" for ::1 at 2016-08-31 18:58:12 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-31 18:58:12 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-31 18:58:12 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-31 18:58:13 -0400
+
+
+Started GET "/banks/011002550" for ::1 at 2016-08-31 18:58:15 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011002550"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011002550"]]
+ Rendered banks/show.json.jbuilder (42.9ms)
+Completed 500 Internal Server Error in 58ms (ActiveRecord: 0.3ms)
+
+ActionView::Template::Error (undefined method `{"record_type":"Send items to customer routing number"}' for #):
+ 1: json.record_type @bank.record_type
+ 2:
+ 3: json.extract! @bank,
+ 4: :cust_name,
+ 5: :routing_num,
+ 6: :tel_number,
+ app/views/banks/show.json.jbuilder:3:in `_app_views_banks_show_json_jbuilder___708368774555306748_70344776718380'
+
+
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_trace.text.erb (0.7ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/_request_and_response.text.erb (1.0ms)
+ Rendered /Users/Abramson/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/actionpack-4.2.4/lib/action_dispatch/middleware/templates/rescues/template_error.text.erb (47.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-31 18:58:49 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 16ms (Views: 16.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-31 18:58:49 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-31 18:58:49 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-31 18:58:49 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-31 18:58:49 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-31 18:58:49 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-31 18:58:49 -0400
+
+
+Started GET "/assets/bundle.self-c01955309856390593209e9d57618dfecbff003d0fbbe3d5175a579e73084c10.js?body=1" for ::1 at 2016-08-31 18:58:49 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-31 18:58:49 -0400
+
+
+Started GET "/" for ::1 at 2016-08-31 18:58:50 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 16ms (Views: 15.5ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-31 18:58:51 -0400
+
+
+Started GET "/assets/bundle.self-c01955309856390593209e9d57618dfecbff003d0fbbe3d5175a579e73084c10.js?body=1" for ::1 at 2016-08-31 18:58:51 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-31 18:58:51 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-31 18:58:51 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-31 18:58:51 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-31 18:58:51 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-31 18:58:51 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-31 18:58:51 -0400
+
+
+Started GET "/banks/011002550" for ::1 at 2016-08-31 18:58:52 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011002550"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011002550"]]
+ Rendered banks/show.json.jbuilder (0.9ms)
+Completed 200 OK in 17ms (Views: 15.4ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-31 19:00:07 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 336ms (Views: 335.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-31 19:00:08 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-31 19:00:08 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-31 19:00:08 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-31 19:00:08 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-31 19:00:08 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-31 19:00:08 -0400
+
+
+Started GET "/assets/bundle.self-0db696d8abfdf13afdad606d770f9f0d731ca7d4ffbc62f2414e9f6844913383.js?body=1" for ::1 at 2016-08-31 19:00:08 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-31 19:00:08 -0400
+
+
+Started GET "/" for ::1 at 2016-08-31 19:00:09 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 22ms (Views: 21.8ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-b7946bb756c3ebf44f618e2e0aeb11b499ac2bd718565d1fda1c6bcc7fb76a8d.css?body=1" for ::1 at 2016-08-31 19:00:09 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-31 19:00:09 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-31 19:00:09 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-31 19:00:09 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-31 19:00:09 -0400
+
+
+Started GET "/assets/bundle.self-0db696d8abfdf13afdad606d770f9f0d731ca7d4ffbc62f2414e9f6844913383.js?body=1" for ::1 at 2016-08-31 19:00:09 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-31 19:00:09 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-31 19:00:09 -0400
+
+
+Started GET "/banks/011002550" for ::1 at 2016-08-31 19:00:11 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011002550"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011002550"]]
+ Rendered banks/show.json.jbuilder (0.7ms)
+Completed 200 OK in 17ms (Views: 15.8ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/banks/01100255" for ::1 at 2016-08-31 19:00:16 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"01100255"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "01100255"]]
+Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/banks/011002550" for ::1 at 2016-08-31 19:00:34 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011002550"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011002550"]]
+ Rendered banks/show.json.jbuilder (0.4ms)
+Completed 200 OK in 18ms (Views: 16.4ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/banks/afdds" for ::1 at 2016-08-31 19:00:38 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"afdds"}
+ [1m[35mBank Load (0.4ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "afdds"]]
+Completed 200 OK in 2ms (Views: 0.1ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/banks/011002550" for ::1 at 2016-08-31 19:00:40 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011002550"}
+ [1m[36mBank Load (0.4ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011002550"]]
+ Rendered banks/show.json.jbuilder (0.9ms)
+Completed 200 OK in 17ms (Views: 15.3ms | ActiveRecord: 0.4ms)
+
+
+Started GET "/" for ::1 at 2016-08-31 19:01:18 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 396ms (Views: 395.7ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e0540ab2d20addb8a6d58d377d43f2c7e8140ec153ce5f64872bb1c7c0ad8f2e.css?body=1" for ::1 at 2016-08-31 19:01:18 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-31 19:01:18 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-31 19:01:18 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-31 19:01:18 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-31 19:01:18 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-31 19:01:18 -0400
+
+
+Started GET "/assets/bundle.self-bc6b80c4782a0d38985fd51b21d9c792f7dac6ac0475459ff4d004d1b501340c.js?body=1" for ::1 at 2016-08-31 19:01:18 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-31 19:01:19 -0400
+
+
+Started GET "/" for ::1 at 2016-08-31 19:01:19 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 21ms (Views: 21.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-e0540ab2d20addb8a6d58d377d43f2c7e8140ec153ce5f64872bb1c7c0ad8f2e.css?body=1" for ::1 at 2016-08-31 19:01:19 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-31 19:01:19 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-31 19:01:19 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-31 19:01:19 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-31 19:01:19 -0400
+
+
+Started GET "/assets/bundle.self-bc6b80c4782a0d38985fd51b21d9c792f7dac6ac0475459ff4d004d1b501340c.js?body=1" for ::1 at 2016-08-31 19:01:19 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-31 19:01:19 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-31 19:01:20 -0400
+
+
+Started GET "/banks/sdf" for ::1 at 2016-08-31 19:01:21 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"sdf"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "sdf"]]
+Completed 200 OK in 2ms (Views: 0.3ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/" for ::1 at 2016-08-31 19:02:45 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 51ms (Views: 50.6ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-98cb71dcc38a30b527f2301ecdd370ca73067bd1da4d9b496a8c38440294f471.css?body=1" for ::1 at 2016-08-31 19:02:45 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-31 19:02:45 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-31 19:02:45 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-31 19:02:45 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-31 19:02:45 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-31 19:02:45 -0400
+
+
+Started GET "/assets/bundle.self-bc6b80c4782a0d38985fd51b21d9c792f7dac6ac0475459ff4d004d1b501340c.js?body=1" for ::1 at 2016-08-31 19:02:45 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-31 19:02:45 -0400
+
+
+Started GET "/" for ::1 at 2016-08-31 19:02:46 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 20ms (Views: 19.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-98cb71dcc38a30b527f2301ecdd370ca73067bd1da4d9b496a8c38440294f471.css?body=1" for ::1 at 2016-08-31 19:02:46 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-31 19:02:46 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-31 19:02:46 -0400
+
+
+Started GET "/assets/bundle.self-bc6b80c4782a0d38985fd51b21d9c792f7dac6ac0475459ff4d004d1b501340c.js?body=1" for ::1 at 2016-08-31 19:02:46 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-31 19:02:46 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-31 19:02:46 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-31 19:02:46 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-31 19:02:46 -0400
+
+
+Started GET "/banks/sdf" for ::1 at 2016-08-31 19:02:48 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"sdf"}
+ [1m[36mBank Load (0.5ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "sdf"]]
+Completed 200 OK in 2ms (Views: 0.5ms | ActiveRecord: 0.5ms)
+
+
+Started GET "/" for ::1 at 2016-08-31 19:03:37 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.1ms)
+Completed 200 OK in 20ms (Views: 19.9ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-98cb71dcc38a30b527f2301ecdd370ca73067bd1da4d9b496a8c38440294f471.css?body=1" for ::1 at 2016-08-31 19:03:37 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-31 19:03:37 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-31 19:03:37 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-31 19:03:37 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-31 19:03:37 -0400
+
+
+Started GET "/assets/bundle.self-bc6b80c4782a0d38985fd51b21d9c792f7dac6ac0475459ff4d004d1b501340c.js?body=1" for ::1 at 2016-08-31 19:03:37 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-31 19:03:37 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-31 19:03:37 -0400
+
+
+Started GET "/" for ::1 at 2016-08-31 19:03:38 -0400
+Processing by StaticPagesController#root as HTML
+ Rendered static_pages/root.html within layouts/application (0.0ms)
+Completed 200 OK in 19ms (Views: 19.2ms | ActiveRecord: 0.0ms)
+
+
+Started GET "/assets/banks.self-98cb71dcc38a30b527f2301ecdd370ca73067bd1da4d9b496a8c38440294f471.css?body=1" for ::1 at 2016-08-31 19:03:38 -0400
+
+
+Started GET "/assets/bundle.self-bc6b80c4782a0d38985fd51b21d9c792f7dac6ac0475459ff4d004d1b501340c.js?body=1" for ::1 at 2016-08-31 19:03:38 -0400
+
+
+Started GET "/assets/jquery.self-bd7ddd393353a8d2480a622e80342adf488fb6006d667e8b42e4c0073393abee.js?body=1" for ::1 at 2016-08-31 19:03:38 -0400
+
+
+Started GET "/assets/application.self-e80e8f2318043e8af94dddc2adad5a4f09739a8ebb323b3ab31cd71d45fd9113.css?body=1" for ::1 at 2016-08-31 19:03:38 -0400
+
+
+Started GET "/assets/banks.self-877aef30ae1b040ab8a3aba4e3e309a11d7f2612f44dde450b5c157aa5f95c05.js?body=1" for ::1 at 2016-08-31 19:03:38 -0400
+
+
+Started GET "/assets/jquery_ujs.self-784a997f6726036b1993eb2217c9cb558e1cbb801c6da88105588c56f13b466a.js?body=1" for ::1 at 2016-08-31 19:03:38 -0400
+
+
+Started GET "/assets/application.self-377610cd7c1509e934744c810e3b4cf672dfbcacac3274e7d039827e2ae0fcc7.js?body=1" for ::1 at 2016-08-31 19:03:38 -0400
+
+
+Started GET "/assets/bundle.js.map" for ::1 at 2016-08-31 19:03:39 -0400
+
+
+Started GET "/banks/sdfd" for ::1 at 2016-08-31 19:03:40 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"sdfd"}
+ [1m[35mBank Load (0.4ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "sdfd"]]
+Completed 200 OK in 6ms (Views: 0.4ms | ActiveRecord: 1.6ms)
+
+
+Started GET "/banks/011002550" for ::1 at 2016-08-31 19:03:44 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011002550"}
+ [1m[36mBank Load (0.3ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011002550"]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 32ms (Views: 15.3ms | ActiveRecord: 2.8ms)
+
+
+Started GET "/banks/011002550d" for ::1 at 2016-08-31 19:03:46 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011002550d"}
+ [1m[35mBank Load (0.3ms)[0m SELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1 [["routing_num", "011002550d"]]
+Completed 200 OK in 1ms (Views: 0.2ms | ActiveRecord: 0.3ms)
+
+
+Started GET "/banks/011002550" for ::1 at 2016-08-31 19:03:48 -0400
+Processing by BanksController#show as */*
+ Parameters: {"id"=>"011002550"}
+ [1m[36mBank Load (0.2ms)[0m [1mSELECT "banks".* FROM "banks" WHERE "banks"."routing_num" = $1 LIMIT 1[0m [["routing_num", "011002550"]]
+ Rendered banks/show.json.jbuilder (0.6ms)
+Completed 200 OK in 16ms (Views: 15.0ms | ActiveRecord: 0.2ms)
diff --git a/package.json b/package.json
new file mode 100644
index 0000000..b2604ec
--- /dev/null
+++ b/package.json
@@ -0,0 +1,33 @@
+{
+ "name": "ZipChallenge",
+ "version": "1.0.0",
+ "description": "== README",
+ "main": "index.js",
+ "directories": {
+ "test": "test"
+ },
+ "scripts": {
+ "test": "echo \"Error: no test specified\" && exit 1",
+ "webpack": "webpack --watch",
+ "heroku-postbuild": "webpack --config webpack.config.prod.js",
+ "postinstall": "./node_modules/.bin/webpack"
+ },
+ "keywords": [],
+ "author": "",
+ "license": "ISC",
+ "dependencies": {
+ "babel-core": "^6.14.0",
+ "babel-loader": "^6.2.5",
+ "babel-preset-es2015": "^6.14.0",
+ "babel-preset-react": "^6.11.1",
+ "flux": "^2.1.1",
+ "react": "^15.3.1",
+ "react-dom": "^15.3.1",
+ "react-router": "^2.7.0",
+ "webpack": "^1.13.2"
+ },
+ "engines": {
+ "node": "6.2.1",
+ "npm": "3.9.3"
+}
+}
diff --git a/public/404.html b/public/404.html
new file mode 100644
index 0000000..b612547
--- /dev/null
+++ b/public/404.html
@@ -0,0 +1,67 @@
+
+
+
+ The page you were looking for doesn't exist (404)
+
+
+
+
+
+
+
+
+
The page you were looking for doesn't exist.
+
You may have mistyped the address or the page may have moved.
+
+
If you are the application owner check the logs for more information.
+
+
+
diff --git a/public/422.html b/public/422.html
new file mode 100644
index 0000000..a21f82b
--- /dev/null
+++ b/public/422.html
@@ -0,0 +1,67 @@
+
+
+
+ The change you wanted was rejected (422)
+
+
+
+
+
+
+
+
+
The change you wanted was rejected.
+
Maybe you tried to change something you didn't have access to.
+
+
If you are the application owner check the logs for more information.
+
+
+
diff --git a/public/500.html b/public/500.html
new file mode 100644
index 0000000..061abc5
--- /dev/null
+++ b/public/500.html
@@ -0,0 +1,66 @@
+
+
+
+ We're sorry, but something went wrong (500)
+
+
+
+
+
+
+
+
+
We're sorry, but something went wrong.
+
+
If you are the application owner check the logs for more information.
+
+
+
diff --git a/public/favicon.ico b/public/favicon.ico
new file mode 100644
index 0000000..e69de29
diff --git a/public/robots.txt b/public/robots.txt
new file mode 100644
index 0000000..3c9c7c0
--- /dev/null
+++ b/public/robots.txt
@@ -0,0 +1,5 @@
+# See http://www.robotstxt.org/robotstxt.html for documentation on how to use the robots.txt file
+#
+# To ban all spiders from the entire site uncomment the next two lines:
+# User-agent: *
+# Disallow: /
diff --git a/spec/bank_data_fetcher_spec.rb b/spec/bank_data_fetcher_spec.rb
new file mode 100644
index 0000000..ac179da
--- /dev/null
+++ b/spec/bank_data_fetcher_spec.rb
@@ -0,0 +1,21 @@
+require 'http'
+require 'rspec'
+
+require_relative '../lib/bank_data_fetcher'
+
+fetched = BankDataFetcher.fetch
+
+describe BankDataFetcher do
+ describe '::fetch' do
+
+ it 'fetches bank data' do
+ expect(fetched).to be_a(String)
+ expect(fetched.length).to be > 155
+ end
+
+ it 'contains evenly spaced data' do
+ expect((fetched+"\n").length % 156).to eq(0)
+ end
+ end
+
+end
diff --git a/spec/bank_data_parser_spec.rb b/spec/bank_data_parser_spec.rb
new file mode 100644
index 0000000..117af9d
--- /dev/null
+++ b/spec/bank_data_parser_spec.rb
@@ -0,0 +1,34 @@
+require 'http'
+require 'rspec'
+
+require_relative '../lib/bank_data_parser'
+
+test_data = "011104173O0110000151042811000000000FIRST NIAGARA BANK, NA P.O. BOX 886 LOCKPORT NY140950886800421000411 \n011104199O0110000151062609000000000PEOPLES BANK 850 MAIN STREET BRIDGEPORT CT066010000203338717111 \n"
+bank_data = BankDataParser.new(test_data)
+bank = bank_data.parse_bank_data(test_data[0...156])
+
+describe BankDataParser do
+ describe '#raw_bank_data' do
+ it 'splits data at fixed width' do
+ expect(bank_data.raw_bank_data.count).to eq(2)
+ expect(bank_data.raw_bank_data[0].length).to eq(156)
+ expect(bank_data.raw_bank_data[1].length).to eq(156)
+ end
+
+ end
+ describe '#parse_bank_data' do
+
+ it 'parses routing number' do
+ expect(bank[:routing_num]).to eq("011104173")
+ end
+
+ it 'trims parsed fields' do
+ expect(bank[:cust_name]).to eq("FIRST NIAGARA BANK, NA")
+ end
+
+ it 'parses all fields' do
+ expect(bank.keys.length).to eq(15)
+ end
+
+ end
+end
diff --git a/test/controllers/.keep b/test/controllers/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/test/controllers/banks_controller_test.rb b/test/controllers/banks_controller_test.rb
new file mode 100644
index 0000000..ef7ec21
--- /dev/null
+++ b/test/controllers/banks_controller_test.rb
@@ -0,0 +1,9 @@
+require 'test_helper'
+
+class BanksControllerTest < ActionController::TestCase
+ test "should get show" do
+ get :show
+ assert_response :success
+ end
+
+end
diff --git a/test/fixtures/.keep b/test/fixtures/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/test/fixtures/banks.yml b/test/fixtures/banks.yml
new file mode 100644
index 0000000..a9c6514
--- /dev/null
+++ b/test/fixtures/banks.yml
@@ -0,0 +1,37 @@
+# Read about fixtures at http://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
+
+one:
+ routing_number: 1
+ office_code: MyString
+ frb_number: 1
+ record_type_code: 1
+ last_change_date: 2016-08-25 18:21:50
+ new_routing_number: 1
+ customer_name: MyText
+ address: MyText
+ city: MyText
+ state_code: 1
+ zipcode: 1
+ zipcode_ext: 1
+ tel_area_code: 1
+ tel_prefix: 1
+ tel_suffix: 1
+ inst_status_: MyString
+
+two:
+ routing_number: 1
+ office_code: MyString
+ frb_number: 1
+ record_type_code: 1
+ last_change_date: 2016-08-25 18:21:50
+ new_routing_number: 1
+ customer_name: MyText
+ address: MyText
+ city: MyText
+ state_code: 1
+ zipcode: 1
+ zipcode_ext: 1
+ tel_area_code: 1
+ tel_prefix: 1
+ tel_suffix: 1
+ inst_status_: MyString
diff --git a/test/helpers/.keep b/test/helpers/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/test/integration/.keep b/test/integration/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/test/mailers/.keep b/test/mailers/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/test/models/.keep b/test/models/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/test/models/bank_test.rb b/test/models/bank_test.rb
new file mode 100644
index 0000000..2a71422
--- /dev/null
+++ b/test/models/bank_test.rb
@@ -0,0 +1,7 @@
+require 'test_helper'
+
+class BankTest < ActiveSupport::TestCase
+ # test "the truth" do
+ # assert true
+ # end
+end
diff --git a/test/test_helper.rb b/test/test_helper.rb
new file mode 100644
index 0000000..92e39b2
--- /dev/null
+++ b/test/test_helper.rb
@@ -0,0 +1,10 @@
+ENV['RAILS_ENV'] ||= 'test'
+require File.expand_path('../../config/environment', __FILE__)
+require 'rails/test_help'
+
+class ActiveSupport::TestCase
+ # Setup all fixtures in test/fixtures/*.yml for all tests in alphabetical order.
+ fixtures :all
+
+ # Add more helper methods to be used by all tests here...
+end
diff --git a/vendor/assets/javascripts/.keep b/vendor/assets/javascripts/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/vendor/assets/stylesheets/.keep b/vendor/assets/stylesheets/.keep
new file mode 100644
index 0000000..e69de29
diff --git a/webpack.config.js b/webpack.config.js
new file mode 100644
index 0000000..746e140
--- /dev/null
+++ b/webpack.config.js
@@ -0,0 +1,31 @@
+var path = require('path');
+
+module.exports = {
+ context: __dirname,
+ entry: "./frontend/entry.jsx",
+ output: {
+ path: path.join(__dirname, 'app', 'assets', 'javascripts'),
+ filename: 'bundle.js',
+ devtoolModuleFilenameTemplate: '[resourcePath]',
+ devtoolFallbackModuleFilenameTemplate: '[resourcePath]?[hash]',
+ },
+ module: {
+ loaders: [
+ {
+ test: [/\.jsx?$/, /\.js?$/],
+ exclude: /node_modules/,
+ loader: 'babel',
+ query: {
+ presets: ['react', 'es2015']
+ }
+ }
+ ]
+ },
+ devtool: 'source-maps',
+ resolve: {
+ root: [
+ path.resolve('./frontend'),
+ ],
+ extensions: ["", ".js", ".jsx" ]
+ }
+};
diff --git a/webpack.config.prod.js b/webpack.config.prod.js
new file mode 100644
index 0000000..052889f
--- /dev/null
+++ b/webpack.config.prod.js
@@ -0,0 +1,44 @@
+var path = require('path');
+var webpack = require("webpack");
+
+module.exports = {
+ context: __dirname,
+ entry: "./frontend/entry.jsx",
+ output: {
+ path: path.join(__dirname, 'app', 'assets', 'javascripts'),
+ filename: 'bundle.js',
+ devtoolModuleFilenameTemplate: '[resourcePath]',
+ devtoolFallbackModuleFilenameTemplate: '[resourcePath]?[hash]',
+ },
+ plugins:[
+ new webpack.DefinePlugin({
+ 'process.env':{
+ 'NODE_ENV': JSON.stringify('production')
+ }
+ }),
+ new webpack.optimize.UglifyJsPlugin({
+ compress:{
+ warnings: true
+ }
+ })
+ ],
+ module: {
+ loaders: [
+ {
+ test: [/\.jsx?$/, /\.js?$/],
+ exclude: /node_modules/,
+ loader: 'babel',
+ query: {
+ presets: ['react', 'es2015']
+ }
+ }
+ ]
+ },
+ devtool: 'source-maps',
+ resolve: {
+ root: [
+ path.resolve('./frontend'),
+ ],
+ extensions: ["", ".js", ".jsx" ]
+ }
+};