From e24a774d54f7d0d7042ecf0e88fe2670882a6328 Mon Sep 17 00:00:00 2001 From: Rob Harrington Date: Fri, 17 Oct 2014 16:16:17 +1100 Subject: [PATCH] Adding schema --- db/schema.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/db/schema.rb b/db/schema.rb index b62f63a725..974dc8ac9b 100644 --- a/db/schema.rb +++ b/db/schema.rb @@ -263,12 +263,12 @@ ActiveRecord::Schema.define(:version => 20141010043405) do t.string "facebook" t.string "instagram" t.string "linkedin" - t.integer "owner_id", :null => false - t.string "sells", :default => "none", :null => false + t.integer "owner_id", :null => false t.string "confirmation_token" t.datetime "confirmed_at" t.datetime "confirmation_sent_at" t.string "unconfirmed_email" + t.string "sells", :default => "none", :null => false end add_index "enterprises", ["address_id"], :name => "index_enterprises_on_address_id"