Added multiple streets to address

This commit is contained in:
Andres Keskküla 2014-08-13 13:35:25 +03:00
parent dc2ec5535f
commit e8ddf2272e
5 changed files with 20 additions and 14 deletions

View file

@ -11,7 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
ActiveRecord::Schema.define(version: 20140808132327) do
ActiveRecord::Schema.define(version: 20140813102245) do
# These are extensions that must be enabled in order to support this database
enable_extension "plpgsql"
@ -24,6 +24,8 @@ ActiveRecord::Schema.define(version: 20140808132327) do
t.string "zip"
t.datetime "created_at"
t.datetime "updated_at"
t.string "street2"
t.string "street3"
end
create_table "contacts", force: true do |t|